/*Created by Simon Virgo - 4theUK Ltd*/

/*reset*/

{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
}

body {
	background-color: #859FB8;
	font:Arial, Helvetica, sans-serif;
}

.aznav {
	color: #2A2A2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFF;
	text-transform: capitalize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
.aznav a,a:link,a:visited,a:focus,a:hover,a:active{
	color: #2A2A2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFF;
}

/*layout css*/

#wrapper {
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid #47617A;
	background:#fff;

}

#topleft {
	float:left;
	width: 250px;
	height: 100px;
	background:url(/_images/logo.gif)
}
#topright {
	float: right;
	width: 600px;
	height: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #47617A;
	font-weight: 900;
	line-height: normal;
	top: 10px;
}

#topnav {
	clear:both;
	width: 940px;
	height: 40px;
}
#header {
	padding: 5px;
	margin: 5px;
	color: #fff;
	width: 700px;
	height: 40px;
	float: left;
	background-color: #B7AFA3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: 900;	
}
#social {
	padding 20px 0 0 0;
	width: 200px;
	height: 50px;
	float:right;
	margin: 0 0 10px 5px;
}

#content {
	clear: both;
	float: left;
	width: 700px;
}


#sidemenu {
	clear: right;
	float: right;
	width: 200px;
	background-color: #B7AFA3;	
}


#footer{
	clear: both;
	width: 920px;
	height: 30px;
	background-color: #859FB8;
	padding: 10px;

}

#bottomtxt{
	clear: both;
	width: 940px;
	height: 20px;
	background-color: #859FB8;
}
#listing{
	
}
#pagenav {
	border-bottom-color: #fff;
	}
