body {
	background-color:black;
	text-align:center;
	margin:0px;
	padding:0px;
}

#centreContent {
	width:994px;
	min-height:80%;
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	overflow-x:hidden;
}

#header {
	background-image:url(background_images/small_full_logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:104px;
	width:990px;
	overflow-x:hidden;
}

#header a {
	padding:8px;
	text-decoration:none;
	color:#61655D;
	border:1px solid #61655D;
	margin-top:-1px;
	width:110px;
	float:right;
	display:block;
}

#header a:hover {
	color:white;
	border:1px solid #F1001C;
}

#menu {
	font-size:14px;
	border-top:1px solid #61655D;
	border-bottom:1px solid #61655D;
	width:990px;
	height:27px;
	color: #41453D;
	overflow:hidden;
}

#menu a {
	float:left;
	display:block;
	margin-top:5px;
	margin-right:30px;
	_margin-right:26px;
	color: #61655D;
	text-decoration:none;
}

#menu a:hover {
	color:white;
}

#footer {
	text-align:left;
	height:48px;
	width:990px;
	clear:both;
	border-top:1px solid #41453D;
	color:#41453D;
	font-size:12px;
}

#footer div {
	margin:5px;
	float:left;
	display:inline;
	margin-right:28px;
	_margin-right:24px;
	text-align:right;
}

#footer div a {
	color: #41453D;
	text-decoration:none;
}

#footer div a:hover {
	color:white;
}

#OnSightLink {
	color:#2C2C2C;
}

#OnSightLink a {
	color:#2C2C2C;
}

#OnSightLink a:hover {
	color:white;
}

h1 {
	border:1px solid #F1001C;
	text-transform:uppercase;
	width:auto;
	float:left;
	padding:7px;
	font-size:14px;
	color:white;
	margin-bottom:20px;
}

h2 {
	border-bottom:1px dotted #868686;
	width:auto;
	padding:4px;
	padding-bottom:8px;
	font-size:14px;
	margin-bottom:20px;
}

hr {
	height:1px;
	border:none;
	color:#868686;
	border-bottom:1px dotted #868686;
}

#leftSection {
	margin:20px;
	float:left;
	display:inline;
	width:380px;
	color:#868686;
	min-height:400px;
	margin-right:15px;
	line-height:19px;
}

#rightSection {
	float:left;
	display:inline;
	width:500px;
	min-height:500px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	margin:20px;
	margin-left:40px;
	color:#868686;
	overflow:auto;
}

label {
	font-size:14px;
	float:left;
	display:inline;
	width:140px;
}

input {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

textarea {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

select {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.pics {
	width:960px;
	height:500px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.thumb {
	width:50px;
	height:50px;
	border:1px solid #444444;
	margin:3px;
	float:left;
	display:inline;
	cursor:pointer;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

strong {
	color:#F1001C;
}

.navThumb {
	margin:3px;
	float:left;
	width:50px;
	height:50px;
	border:1px solid #444444;
	display:inline;
	cursor:pointer;
	background-position:50% 50%;
}