/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#000000;
}

a:link, a:visited{
	font-family:Verdana, Geneva, sans-serif;
	color:#3CF;
	text-decoration:none;
}

a:hover{
	color:#333;
}

#container{
	height:100%;
	width:100%;
}

#container_Site{
	margin-left:130px;
	margin-top:35px;
	width:970px;
}

#header{
	height:199px;
	width:970px;
}

#content{
	width:950px;
	background-color:#FFF;
	margin-left:20px;
}

#menu{
	width:171px;
	height:376px;
	position:absolute;
	left: 40px;
	top: 95px;
	}

#footer{
	background:url(/images/MVO/Bottom_Banner.jpg) no-repeat;
	width:952px;
	height:135px;
	margin-left:20px;
	margin-top:0px;
}
	

.content{
	padding-top:25px;
	padding-left:90px;
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#333;
}
