@charset "utf-8";

body {
	margin: 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFF;
	background-image:url(../_img/background.jpg);
	background-repeat:repeat-x;
	background-color:#000;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #333;
}

table, td, th {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFF;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

#container{
	position:relative;
	left:50%;
	top:0px;
	margin-left:-500px;
	width:1000px;
	/*border:#0F0 solid 1px;*/
}

#header{
	float:left;
	height:149px;
	width:1000px;
}

#logo{
	float:left;
	width:377px;
	height:149px;
}

#menu{
	float:left;
	padding:0px;
	margin:0px;
	height:32px;
	width:1000px;
}

#bodyPart {
	float:left;
	margin-top:20px;
	width:1000px;
}

#footer{
	float:left;
	text-align:center;
	margin-top:50px;
	width:1000px;
	color:#333;
	font-size:12px;
}

.menuitem{
	float:left;
	height:32px;
	vertical-align:top;
	margin:0px;
	padding:opx;
}
