body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11pt;
	background-color: #ddd;
}

ul,li{
	margin:0px;
	padding:0px;
}

#mainWrapper {
	margin: 0 auto;
	width: 977px;
}

#content_wrapper{
	width:977px;
	float: left;
	/*background-image:url(img/bg_menu.gif);*/
	background-image:url(img/bg_menu.jpg);
	background-repeat:repeat;
	background-position: top right;
}

#menu{
	width:250px;
	float:left;
	
}

#menu a{
 	font-size:14px;  
 	color: #fff; 
 	text-decoration: underline; 
 	margin: 0px 10px; 
 	padding: 5px 0px;
 	display:block;
}

#menu a.first{
	margin-top:10px;
}

#menu a:hover{
	background-image:url(img/target.png);
	background-repeat:no-repeat;
	background-position: center right;
}


#menu a.smaller:hover{
	background-image:url(img/target2.png);
	background-repeat:no-repeat;
	background-position: center right;
}

#content{
	width: 727px;
	float:left;
}

#content_left{
	width:462px;
	padding: 0px 10px;
	float:left;
}

#content_right{
	width:245px;
	float:left;
	text-align:center;
}

#content_right img{
	margin: 5px 0px;
}	

#footer{
	clear:both;
	width:977px;
}

.btn{
	border:1px solid #000;
	background-color:#ddd;
}

h1{
	margin-top:0px;
}

form{
	clear:both;
}


.clearFix{
	clear:both;
}

.error {
	color:red;
	font-weight:bold;
}

#maffey{
	text-align:center;
	color:#777;
	margin-top:10px;
}

#maffey a{
	color:#555;
}
