@charset "UTF-8";


body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#940000;
	}
	
a:hover {
	text-decoration:none;	
}
	
#wrapper {
	width:1037px;
	margin:0px auto;
	text-align:left;
}
	
#wrapper img, div {
	behavior: url(css/iepngfix.htc); 
}
	
#header { 
	height:168px;
	background:url('../site-images/bg-top.png') bottom left no-repeat;
}	

#logo { 
	width:257px;
	float:left;
	margin-left:20px;
}

#title { 
	width:454px;
	float:right;
	margin-right:20px;
}
#content { 
	background:url('../site-images/bg-centre.png') top left repeat-y;
	margin:0;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}	

#contentFlash { 
	height:614px;
	width:960px;
	padding:8px 40px 8px 40px;
}

#contentPage { 
	height:614px;
	width:976px;
	padding:0 30px 0 30px;
}

#myContent {
	background-image:url(../site-images/page-bg.jpg);	
	height:615px;
}

#ContentHere {
	padding: 65px 65px 0px 65px;
}

#ContentHere p {
	padding-bottom: 5px;
}


#ContentHere h1 {
	padding-bottom:20px;
}

#footer { 
	height:31px;
	background:url('../site-images/bg-bottom.png') top left no-repeat;
}	
	
.breaker { 
	clear:both;
}

.contactTable td {
	padding:3px 3px 3px 0;
}	

.contactTable td .input {
	width:320px;
}	


#addressBox {
	width:350px;
	height:300px;
	float:left;
}

#ContentHere .red, a { color:#961100;
	
}

.small {
	font-size:9px;	
}

