@charset "UTF-8";
/* CSS Document */


body{
	font-family: Optima, Arial, San-serif;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#FFF;
	background-color:#000;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
A:link {
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow:#000;
}
A:visited {
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow:#000;
}
A:active {
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow:#000;
}
A:hover {
	color:#FFF;
	font-weight: bold;
	text-decoration:underline;
	text-shadow:#000;
}

#copyright{
	font-size:9px;
	padding-right: 5px;
}
#navtop{
	height: auto;
	margin-top:25px;
	margin-bottom:15px;
}
#navbottom{
	height: auto;
}

#container {
	width:850px;
	margin-left: auto;
	margin-right: auto;
	overflow:visible;
}

#wrapper {

	width:850px;
	float:left;
	position:relative;
}

#body{
	width:700px;
	positio: relative;
	margin-top: 0px;
	color:#000;

}

#body_top{
	margin-top: 0px;
	background-image:url(../images/body_top.png);
	background-repeat:no-repeat;
	height:109px;
	width:685px;
	padding-left: 15px;
}
#body_body{
	background-image:url(../images/body_repeater.png);
	background-repeat:repeat-y;
	width: 405px;
	padding-left: 22px;
	padding-right: 400px;
	padding-top: 10px;
}
#body_bottom{
	background-image:url(../images/body_bottom.png);
	background-repeat:no-repeat;
	height: 116px;
	width: 700px;
	padding-left:15px;
}
#body_bottom_nav{
	text-align:center;
	padding-top:10px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
}

#body A:link {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}
#body A:visited {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}
#body A:active {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}
#body A:hover {
	color:#000;
	font-weight: bold;
	text-decoration:underline;
}




#header {
	width: 850px;
	height: 140px;
	float:left;
}
#buzz {
	background:url(../images/guard.png);
	width:275px;
	height:435px;
	overflow:hidden;
	position:absolute;
	left:100%;
	top:120px;
	margin:0 0 0 -287px;
}
#banner {
	background-image:url(../images/banner.png);
	background-repeat: no-repeat;
	float: left;
	width: 800px;
	height:120px;
	overflow: visible;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


