body {
	width: 100%;
	text-align: center;
	font-family: "Euphemia UCAS", Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color: #fff;
	background: url(../images/background.gif) repeat-y center top;
	padding: 0px;
	margin:0px;
}
h1{
	color:#fff;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	margin-left: 20px;
	margin-top:0px;
	padding: 0px;
}
p{
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
}
a, a:visted{
	
}
a:hover{
	
}
a img{
	border: 0px;
}

#container{
	width:900px;
	margin: 0px auto;
	text-align: left;
	background-color: #c33;
}
#header{
	float:left;
	width:900px;
	background-color: #000;
	height: 160px;
}
#logo{
	float:left;
	margin-left: 15px;
}
#logo img{
	
}

#menu{
	margin-top: 30px;
	float:right;
	margin-right: 15px;
	width: 370px;
}
#menu p{
	margin:0px;
	float:right;
	clear: right;
	text-align:right;
	color: #fff;
}
#menu a, #menu a:visited{
	color: #fff;
	text-decoration:none;
}
#menu a:hover{
	color: #c33;
}
#menu img{
	margin-bottom: -4px;
}

#menu a.selected, #menu a:visited.selected{
	color: #c33;
}
#menu a:hover.selected{
	color: #c33;
}


#page_title{
	clear: left;
	float: left;
	margin-left: 15px;
	margin-right: 8px;
}
.imageTop{
	float: left;
	width: 206px;
	height: 206px;
	overflow: hidden;
	margin-top: -23px;
	border:2px solid #fff;
}
.imageRow{
	float: left;
	width: 206px;
	height: 206px;
	overflow: hidden;
	border:2px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}
.first{
	margin-left: 15px;
}

.imageBottom{
	float: left;
	width: 206px;
	height: 206px;
	overflow: hidden;
	border:2px solid #fff;
	margin-right: 10px;
}

.imageBottom{
	float: left;
	width: 206px;
	height: 206px;
	overflow: hidden;
	border:2px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contactDetails{
	margin-left: 15px;
	float:left;
	width: 210px;
	text-align:right;
	margin-right: 10px;
}
.contentCaption{
	float:right;
	width: 210px;
	font-size:14px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.contentDetail{
	width: 210px;
	float:right;
	font-weight:bold;
	font-size:20px;
	padding-bottom: 10px;
	border-bottom:1px solid #fff;
}
.email{
	font-size: 15px;
}
.email a{
	color: white;
}
#page_capacity{
	
}
.contactUs{
	float: left;
	margin-top: 10px;
	width: 600px;
	border-left: 2px solid #fff;
}

#footer{
	font-size:0.8em;
	text-align:center;
}
#footerBanner{
	background-color: #000;
}
#footerMenu{
	color:#fff;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer a, #footer a:visited{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}
form{
	margin-left:20px;
}
label{
	clear: left;
	float:left;
	width: 100px;
	margin-bottom:10px;
}
input{
	width: 470px;
	margin-bottom:10px;
	border: 1px solid #000;
}
.long{
	width: 570px;
}
label.long{
	margin-bottom: 2px;
}
textarea{
	width: 470px;
	margin-bottom:10px;
	border: 1px solid #000;
}
.submit{
	float:right;
	width: auto;
		margin-right: 5px;
		background-color:#fff;
		cursor: pointer;
}