@charset "utf-8";
/*
CSS Document
Created by Paul Barratt
*/

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #E0E0E0 url(images/background.jpg) repeat-y center ;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}


#button{
	float: right;
	height: 90px;
	width: 90px;
}
#button:hover{
	background-image:url(light/hover.png) ;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 346px;
	padding: 0px 100px 0px 20px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#content {
	background: url(images/pagebackground.png) repeat-y center;
	padding: 0px 20px;
	padding-left:100px;
	font-size: 12px;
	min-height: 2000px;
}

#h1 {
	font-size: 18px;
	font-style: normal;
	color: #265C69;
}


#footer {
	background: url(images/footer.jpg) center no-repeat;
	height: 44px;
	margin-top: -10px;
	padding: 0 -10px;
	text-align:center;
	font-size:12px;
}

#advertisement{
	position: absolute;
	margin-left: 175px;
	left: 50%;
	top: 35px;
	width: 285px;
	z-index: 4;
}

#googlemaps{
	position: absolute;
	margin-left: -460px;
	left: 50%;
	top: 200px;
	width: 285px;
	z-index: 4;
	text-align:left;
	height: 20px;
}

#contentbox{
	float:left;
	background-image: url(images/contentbox/title.jpg);
	background-repeat: repeat-x;
	border: solid #000 thin;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin: 10px;
	margin-bottom: 12px;
	margin-top: 0px;
}



#buttons{
	position: absolute;
	margin-left: -378px;
	left: 50%;
	top: 315px;
	width: 500px;
	z-index: 4;
	text-align: left;
	font-size: 14px;
	color: #00F;
}

p {margin-top:0; margin-bottom:0}

#buttons:hover{
	color: #F00;
}
