/*Moreton Bay Regional Auction Centre*/

body  {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: Black;
	text-align: center;
		color: #2E4B8D;
	background-image: url(wimages/bg-body.jpg);
}


#core {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	/*background:  url(wimages/whitetrans.png);*/
	
}
#banner{
	width:980px;
	height:214px;
	background-color: #0068CC;
	background: url(wimages/bg-banner.jpg);
}
#banner h2{
	font-size:18px;
	color: #7184DB;
}
p, ul,li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 130%;
		color: #2E4B8D;
	padding-left: 20px;
}
h1{

	font-size:18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #2E4B8D;
		padding-left: 20px;
}

h2{
	font-size: 16px;
	
	padding: 0px;
	margin: 0;
	font-weight: bold;
	color: #2E4B8D;
	padding-left: 20px;
}

#menuh {
	
	width:980px;
	height:35px;
	margin-left:0;
	padding-left:0;
	/*background-color: #000;*/
	background-color: #2E4B8D;
	text-align: center;
	/*background: url(wimages/greentrans.png);*/
}
#menuh a {
	padding-right:50px;
	padding-top:10px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	
	color: #fff;
	font-weight: bolder;
}
#menuh a:hover {
	color: Red;
}

#content {
	
	left:0px;
	padding-top:20px;
	width: 970px;
	margin:auto;
	text-align: left;
	
}
#page {
	position:relative;
	left:0px;
	top:0px;
	width:980px;
	background: white;
	overflow: auto;
	text-align: center;
}
#photothumbs {
	position:relative;
	left:30px;
	top:20px;
	width:920px;
}
#photothumbs a{
	text-decoration: none;
}
#photothumbs img{
	border: 5px solid #fff;
}

#textwide{
	position: relative;
	left:35px;
	top:40px;
	width:800px;
	background-color: #BDB76B;
}
.copyright {
	font-size: 10px;
	color: #44A3FF;
}
#footer {
	position:relative;
	width:980px;
	height:161px;
	clear: both;
	color: Black; 
	background: #2E4B8D url(wimages/bg-footer.jpg) no-repeat right;
	padding-top:0px;
	
	text-align: left;
	
}
#footer h2{
	font-variant:normal; 
	font-weight: normal;
	margin:0;
	padding:0;
	padding-left:250px;
	padding-top:20px;
	color: #E5F3FF;
	font-size: 16px;
}
#cococred{
	text-align: right;
	color: #DADADA;
	font-size: 9px;
}
#cococred a{
	text-align: right;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
}
#cococred a:hover{
	text-align: right;
	color: #FFD700;
	font-size: 9px;
	text-decoration: none;

}
#gallery img{
	border: 2px solid Silver;
}
#gallery a{
	
	color: #D8BEBE;
	text-decoration: none;
}
#debug{
	background-color: #E9E9E9;
}


