html {
	height: 100%;
}

body {
	background-color:#6F6259;
	text-align:center;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(background_images/vertstripe.gif);
	background-position: 53% 50%;
	background-repeat:repeat-y;
}

#centreContent {
	height:100%;
	width: 998px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20%;
	text-align:left;
}

#menu {
	width:998px;
	height:140px;
}

#menu div {
	width: 998px;
	height: 120px;
	background-image:url(background_images/logo.gif);
	background-repeat:no-repeat;
	background-position:85% 50%;
}

#menu a {
	color: #BCB1A7;
	text-decoration: none;
	margin-right:45px;
	margin-left:14px;
}

#menu a:hover {
	color: white;
}

#boxedContent {
	width:984px;
	border:2px solid white;
	background-color:black;
	height:540px;
	margin-top:0px;
	margin-bottom:5px;
	overflow:visible;
	color:white;
	line-height:22px;
}

#footer {
	width: 998px;
	height: 120px;
	color: #413C36;
	font-size:12px;
	background-image:url(background_images/telephone.gif);
	background-repeat:no-repeat;
	background-position:87% 50%;
}

#footer div {
	color:#413C36;
	margin-right:53px;
}

#footer div a {
	color:#413C36;
	text-decoration:none;
	margin-left:4px;
}

.thumbImage {
	width: 92px;
	height: 61px;
	margin: 6px;
	border: 1px solid #413C36;
	cursor:pointer;
	opacity: .65;
	filter: alpha(opacity=80);
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	color:red;
}

ul {
	margin-top:40px;
	line-height:20px;
}

h1 {
	font-size:16px;
	color:#BCB1A7;
	margin:12px;
	text-align:left;
	border-bottom:1px solid white;
	padding-bottom:6px
}

#mainPic {
	float:right;
	width:720px;
	height:480px;
	text-align:left;
	height:480px;
	margin:15px;
	margin-top:-5px;
	display:inline;
}

label {
	float:left;
	display:inline;
	width:180px;
	color:#BCB1A7;
	text-align:right;
	margin-right:10px;
}

input,textarea {
	color:white;
	background-color:black;
	border: 1px solid #BCB1A7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#otherList ul {
	margin-left:15px;
	margin-top:10px;
}