@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-color: #666;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: bold;
	color: #332B28;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #332B28;
	text-align: left;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	color: #332B28;
	text-align:left;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #332B28;
}
#wrapper {
	height: auto;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-repeat: repeat;
	background-color: #CCC;
}
/*  ------------------------------
     HEADER                        
-----------------------------------*/
#header {
	text-align: center;
	height: 258px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]padding-top: 20px;
*/
	/* [disabled]margin-top: 20px;
*/
	background-image: url(images/vanHeader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #666;
}
/* ----------------------------
   MAIN CONTENT   
--------------------------------*/
#mainContent {
	width: 750px;
	height: auto;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px;
}
#mainContent a:link, #mainContent a:visited {
	color:	#663;
}
#mainContent a:hover, #mainContent a:active {
	text-decoration: underline;
	color:	#900;
}
#contentImg {
	height: auto;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* -----------------------------
    NAVIGATION                   
---------------------------------*/
#navigation {
	float: left;
	width: 150px;
	height: 420px;
	padding-top: 150px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#navigation li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	word-spacing: 0em;
	float: none;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*  ------------------------------
     FOOTER                        
------------------------------------*/
#footer {
	clear: both;
	height: 150px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/footerImg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
}
.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #000;
}
.float-left {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.float-right {
	float:right;
	margin-left: 10px;
	margin-top: 10px;
}
.colour {
	background-color: #A38B5F;
	color: #FFF;
}
.centre {
	text-align: center;
}
