body{
	background-image: url("img/background.jpg");
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
}

a{
	color: #0B5784;
}

a:link {
	text-decoration:underline;
	
}

a:visited {
	color: #C80C0C;
	text-decoration:underline;
}

a:hover { 
	text-decoration:none;
}

a img{
	border: solid 2px transparent;
}

a:hover img{ 
	border: solid 2px #0B5784
}

h1{
	padding: 30px 0 50px 0;
	font-size: 30px;
	color: #000000;
	margin-top: 0; 
	line-height: 25px;
}

h2{
	font-size: 19px;
	color: #ffffff;	
}
/***div{
	border: 1px solid;
}**/

#container {
	width: 800px;
	height: 700px;
	margin: auto;
	background-color: #ffffff;
	text-align: left;
}	

#menu{
	height: 91px;
	
}
#menu ul{
	list-style: none;
	margin-left: -40px;

}
#menu ul li{
	display:inline
}


#menu a{
	line-height: 90px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	background-image: url("img/menubuton.gif");
	color: white;
	width: 96px;
	height: 90px;
	border: 1px solid #000000;
	margin: -1px;
	font-size: 14px;
}

#menu a#current{
	background-image: url("img/menubuttonhover.gif");
}

#menu a:hover{
	background-image: url("img/menubuttonhover.gif");
}

#side{
	float:left;
	width: 319px;
	height: 600px;
	border-right: 1px solid black;
	text-align: center;
}
#side img
{
	height: 452px;
	width: 319px;
}


#main{
	margin-left: 250px;
}
#content{
	height: 479px;
	background-color: #2A292A;
	background-image: url("img/contentbackground.gif");
	background-repeat: repeat-x;
	color: white;
	border: 1px solid black;
	overflow: auto;
	padding: 25px 10px 5px 20px;
}



#leftfooter{
	float: left;
	width: 289px;
	background-image: url("img/footer.gif");
	background-repeat: repeat-x;
	color: #ffffff;
	height: 73px;
	padding: 20px 9px 5px 20px;
	margin-top: 0;
}

#rightfooter{
	height: 80px;
	background-color: #ffffff;
	padding: 10px 10px 5px 20px;
	margin-left: 319px;

}

a.readmore{
	background-color: #8F0706;
	color: #ffffff;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

a:hover.readmore{
	background-color: #ffffff;
	color: #000000;
}


#footer2{
	font-size: 11px;
	text-align: right;
	padding:10px;
}
