body {
	color: #315984;
	margin: 20px;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;		
	font-size: small;
}

a:link, a:visited, a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #315984;
	background: transparent; 
	}

a:visited {
	}

a:hover {
		color: #BD2C31;
	text-decoration : underline;
	}

a:active {
	color: #ff0000;
	}






#headerbar{
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 184px;
	
}


#boarder{
	position: relative;
	left: 378px;
	top: 23px;
	/*border: 1px solid red;*/
	width:132px;
	
}

#nav{

		}
#nav #logo{
	margin: 0 0 0 10px;
	
	}
#nav ul{
	margin: 10px 0 0 25px;
	
	}

#nav li{
	list-style-image: url('images/bullet.gif');
	margin: 0 0 5px 5px;
	font-weight: bold;
	
	
}

#content{
	position: absolute;
	left:170px;
	top:192px;
	width:468px;
}

#ads{
	width: 120px;
	position: absolute;
	left:663px;
	font-size:xx-small;
	text-align:center;
	
	}
	
#ads img{
	margin-bottom: 12px;
	
	}
	
	
#copyright{
	border-top: 1px solid #315984;
	padding-top: 5px;
	position: relative;
	top: 0;
	font-size:xx-small;
	text-align:right;
	
	}
	
#content .buttons img{
	 margin: 0 10px 0 10px;
	
	}
	
	

h2 {
	font-size: medium;
	border-bottom: 1px solid #315984;
	
	}