@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 1;
padding: 0;
border: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
background-color: #e7e8b0;
}
#wrapper{
width: 800px;
background-color: #e7e8b0;
margin:10px auto;
text-align: left;
}
#header{
width: 800px;
background-image:url(../Images/Template/Header.jpg);
border-bottom:#e7e8b0 1px solid;
height: 100px;
}
#mainimage{
width: 800px;
height: 300px;
border-bottom: 1px solid #e7e8b0;
}
#navigation{
width: 800px;
height: 30px;
border-bottom: 1px solid #e7e8b0;
}
#maincontentcontainer{
width: 798px;
background-color:#ecedbc;
border: 1px solid #524f2e;
}
#maincontentleft{
width: 169px;
float:left;
padding: 10px;
}
#maincontentmiddle{
width: 400px;
padding: 10px;
float:left;
}
#maincontentright{
width: 169px;
float:right;
padding: 10px;
}
#footer{
width: 800px;
height: 30px;
float: left;
border-top:1px solid #e7e8b0; 
}
#termsconditions{
background-color:#ecedbc;
width: 600px;
border: 1px solid #524f2e;
margin:10px auto;
text-align: left;
padding: 10px;
}
#brochure{
background-color:#ecedbc;
width: 800px;
border: 1px solid #524f2e;
margin:10px auto;
text-align: left;
padding: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3d3c20;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #3d3c20;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3d3c20;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
