/* CSS Document */
<!--
body{
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#153c01;
	margin:0px;
	padding:0px;
}
a{
	text-decoration: underline;
	color:#153c01;
}
img{
	border:none;
	margin:0;
	padding:0;
}
div#contentWrapper{
	margin:0 auto;
	width:984px;
}
div#head{
	margin:0 auto;
	width:222px;
	height:91px;
}
div#center{
	height:375px;
}
div#mainMenu{
	margin:0 auto;
	background-color:#469127;
	width:749px;
	height:44px;
}
div#bottom{
	margin:0 auto;
	background-image:url(images/bottom.png);
	width:947px;
	height:93px;
}
div#line{
	margin:0 auto;
	background-image:url(images/line.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:749px;
	height:5px;
}
div#b_side{
	float:left;
	width:300px;
	height:80px;
	text-align:center;
	background-image:url(images/barra.png);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
}
div#footer{
	padding-left:300px;
}
div#footer_content{
	height:80px;
	padding:10px;
}
-->

