/* CSS Document */
html {
	height:100%;
}

body {
	background-color:white;
	background-image:url(background_images/page.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
	padding:0px;
	height:90%;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#centreContent {
	width:991px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	min-height:70%;
	text-align:left;
	margin-top:0px;
}

#mainContent {
	margin:10px;
	color:#999999;
	background-image:url(background_images/content.gif);
	background-position:top left;
	width:980px;
	min-height:500px;
	padding-top:50px;
	text-align:left;
	color:#758FA1;
	text-align:justify;
	line-height:16px;
}

#mainContent h1 {
	color:#C64D58;
	font-size:16px;
	text-align:left;
	padding-bottom:8px;
	margin-bottom:10px;
	font-weight:normal;
}

#mainContent p {
	padding-top:5px;
	background-position:10px top;
	background-repeat:no-repeat;

}

#mainContent h2 {
	color:#C64D58;
	font-size:15px;
	background-repeat:no-repeat;
	background-position:left -2px;
	margin-left:-10px;
	padding:10px;
	margin-top:0px;
	font-weight:normal;
	border: 1px solid #C7E2F4;
}

#header {
	width:970px;
	background-image:url(background_images/header.jpg);
	background-repeat:no-repeat;
	height:93px;
}

#menu {
	padding:0px;
	margin-bottom:30px;
}

#menu a {
	text-decoration:none;
	color:#758FA1;
	padding-left:0px;
	padding-right:14px;
	margin-left:10px;
	margin-right:10px;
	border-right:1px solid #C9E2F5;
}

#menu a:hover {
	color:#963722;
}

#footer {
	font-size:11px;
	color:#666666;
	margin-top:5px;
	width:970px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

#thumbs ul {
	padding:0px;
}

#thumbs li {
   list-style: none;
   margin-left:0px;
   margin-top:0px;
   margin-right:20px;
   margin-bottom:5px;
   border:1px solid #963722;
   float:left;
   height:90px;
}

#thumbs li img {
	width:120px;
	height:90px;
}
   
iframe {
	border:1px solid #963722;
}

label {
	float:left;
	display:inline;
	width:150px;
}

input[type=text] {
	background-color:white;
	color:#999999;
	border:1px solid #999999;
}

#preFooter {
	width:991px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
}

#preFooter div {
	background-image:url(background_images/content.gif);
	background-position:bottom left;
	height:25px;
	margin-left:10px;
}

#mainContent a {
	color:#C64D58;
	text-transform:lowercase;
}

h3 {
	color:#C64D58;
	font-size:15px;
	background-repeat:no-repeat;
	background-position:left -2px;
	margin-left:-10px;
	padding:10px;
	margin-top:0px;
	font-weight:normal;
	border: 1px solid #C7E2F4;
}