@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #850909;
	margin: 0; 
	text-align: center; 
	color: #000000;
	font-size:12px;
}
#container {
	width: 920px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
#head{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #a00d0d;
}
#phone {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
}
#addy{
	font-size: 14px;
	color: #000;
	padding-left: 20px;
}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/nav3/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:920px;
	padding-top: 0;
	padding-bottom: 0;
	
}
#leftbar{
	float: left;
	width: 229px;
}
#navmenu{
	margin-left: 30px;
	margin-top: 10px;
}
#navmenu a{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#acordmenu a{
	font-size: 10pt;
}
#acordmenu a:hover{
	text-decoration:underline;
}
#content{
	margin-left: 230px;
	margin-top: 25px;
}
#ad{
	margin-top: 15px;
}
#ad a{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 16px;
}
#scroller{
	margin-top: 5px;
	margin-bottom:15px;
}
#home{
}
#btm{
	font-size: 12px;
	padding-bottom: 25px;
}
#footer{
	background-image: url(../images/nav3/footerBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 56px;
	width: 920px;
	text-align: center;
	vertical-align: bottom;
}