body {
 	margin: 0px auto;
	color: #000000;
  	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  	font-size: 12px;
	background: #5d5e60;
}

#shadow  {
	width: 1000px;
	margin: 0px auto;
	background: url(../images/bg_shadow.jpg) repeat-y center top;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

hr {
	border: solid #CCCCCC 1px;
}

p {
	margin-top: 0px;
}

/* Start Ad Spacer */
#ad_spacer {
	width: 900px;
	height: 100px;
	z-index: 20;
	position: relative;
	display: block;
	margin: 0px auto;
	padding-top: 10px;
	background-color:#000000;

}
	#ad {
		width: 728px;
		height: 90px;
		margin: 0px auto;
		background-color:#ffffff;
	}
	
/* Start Body */
#container {
	clear: both;
	width: 900px;
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	background: #fff url(../images/header_bg.jpg) no-repeat top center;
}

#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#leftside {
	width: 500px;
	position: relative;
	display: block;
	float: left;
	margin-top: -5px;
	margin-left: 10px;
	background-color: #ffffff;
}
	.title_left {
		width: 500px;
		height: 20px;	
		display: block;
		background-color: #000000;
	}

#rightside {
	width: 340px;
	position: relative;
	display: block;
	float: left;
	margin-top: -5px;
	margin-right: 10px;
	margin-left: 25px;
	background-color: #ffffff;
}
	.title_right {
		width: 340px;
		height: 20px;
		display: block;
		background-color: #000000;
	}
	#twitterfeed {
		width: 340px;
		position: relative;
		display: block;
		float: left;
		padding: 5px;
		border: solid #666666 1px;
	}
	#mzliveplayer {
		width: 340px;
		position: relative;
		display: block;
		float: left;
		padding: 5px;
	}

/* Start Header styles */
#header_logo {
	width: 200px;
	height: 233px;
	z-index: 10;
	position: relative;
	display: block;
	float: right;
	margin-top: -20px;
	margin-right: 40px;
}

#header_text {
	width: 451px;
	height: 52px;
	z-index: 9;
	position: relative;
	display: block;
	float: left;
	margin-top: 111px;
}

/* Start Nav links */
#black_navbar {
	width: 900px;
	height: 35px;
	position: relative;
	display: block;
	float: left;
	margin-top: -50px;
	background-color: #000000;
}
	ul#navlinks {
		position: absolute;
		display: block;
		margin-top: 10px;
		font-size: 12px;
	}
	ul#navlinks li {
		display: inline;
		letter-spacing: 2px;
	}
	a.nav_link:link {
		color:#FFFFFF;
		border-top: none;
		border-right: solid #FFFFFF 1px;
		border-bottom: none;
		border-left: solid #FFFFFF 1px;
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
	}
	a.nav_link:visited {
		color: #FFFFFF;
		border-top: none;
		border-right: solid #FFFFFF 1px;
		border-bottom: none;
		border-left: solid #FFFFFF 1px;
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
	}
	a.nav_link:hover {
		color: #000000;
		border-top: none;
		border-right: solid #FFFFFF 1px;
		border-bottom: none;
		border-left: solid #FFFFFF 1px;
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
		background-color: #FFFFFF;
	}
	a.nav_link:active {
		color: #FFFFFF;
		border-top: none;
		border-right: solid #FFFFFF 1px;
		border-bottom: none;
		border-left: solid #FFFFFF 1px;
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
	}

/* Connect Prop */
#connect {
	margin-top: 5px;
	text-align: center;
}
	#connect img{
		border: 0px;	
	}


/* Start Main style */
#main_blog {
	width: 500px;
	position: relative;
	display: block;
	float: left;
	padding: 5px;
	border: solid #666666 1px;
}
	.blog_date{
		font-size: 10px;
	}

/* Start View Page style */
#view_page {
	width: 500px;
	position: relative;
	display: block;
	float: left;
	padding: 5px;
	border: solid #666666 1px;
}

/* Start Footer style*/
#footer {
	clear: both;
	width: 900px;
	position: relative;
	display: block;
	margin: 0px auto;
	padding-top: 10px;
	color: #666666;
	background-color: #FFFFFF;
}
	#footer p {
		margin: 0px 0px 0px 0px;
		font-size: 9px;
		text-align: center;
	}
#footer:after {
    clear: both;
}

