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

body {
	background-color:#434031;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#header {
	background-color:#434031;
	background-image:url(background_images/header.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:120px;
	border-bottom:1px solid #434031;
}

#header div {
	width:930px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}

#header div a {
	display:block;
	float:left;
	margin-top:34px;
	height:35px;
	width:113px;
}

#menu {
	margin-top:0px;
	background-image:url(background_images/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:47px;
	text-align:center;
}

#menu div {
	width:930px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
}

#submenu {
	background-image:url(background_images/page.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:41px;
}

#submenu div {
	margin-top:1px;
	width:900px;
	height:41px;
	margin-left:auto;
	margin-right:auto;
}


#menu a {
	display:block;
	float:left;
	margin-top:6px;
	height:35px;
	width:113px;	
}

#footer {
	text-align:center;
	width:100%;
	margin-top:-60px;
	margin-bottom:-60px;
}

#footer div {
	width:880px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	color:black;
	text-align:left;
}

#footer a {
	color:black;
	margin-left:25px;
	margin-right:25px;
	text-decoration:none;
}

#footer a:hover {
	color:#D1CAAA;
}

#wrapper {
	text-align:center;
	background-image:url(background_images/page.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	border:1px solid #434031;
	padding-bottom:80px;
	margin-top:-42px;
	padding-top:0px;
}

#wrapper #centreContent {
	background-color:black;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	color:#D1CAAA;
	text-align:left;
	font-size:16px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
}

#wrapper #centreContent.framed {
	background-image:url(background_images/frame.jpg);
	background-repeat:no-repeat;
	background-position:93% bottom;
}

h2 {
	color:#87291F;
	font-size:20px;
}

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

select {
	font-size:16px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

option {
	font-size:16px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#slideshow {
	text-align:center;
	width:900px;
	height:600px;
	overflow:hidden;
	margin-bottom:30px;
	margin-top:20px;
	cursor:pointer;
}

#slideshow img {
	margin-left:50px;
	margin-right:50px;
}

#navBox {
	border-top:1px solid black;
	background-color:black;
	height:0px;
	width:900px;
	overflow:hidden;
	z-index:99;
	position:relative;
	opacity:0.5;
}

#navBox img {
	display:block;
	float:left;
	width:60px;
	height:60px;
	border:2px solid #000000;
	margin-left:4px;
	margin-top:3px;
	margin-right:0px;
	cursor:pointer;
	opacity:0.7;
}

input {
	font-size:16px;
}

textarea {
	font-size:16px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
