/* CSS Document */
body {
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(background_images/page.jpg);
	background-color:black;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#centreContent {
	background-image:url(background_images/newcentre.gif);
	background-repeat:repeat-y;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	width:984px;
	background-position:bottom;
	height:auto;
	padding-bottom:0px;
}

#topCurve {
	background-image:url(background_images/top.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:984px;
	height:14px;
}

#menuPanel {
	position:relative;
/*	top:-141px; */
	top:-102px;
	left:auto;
	background-image:url(background_images/menu.gif);
	height:141px;
	width:902px;
	opacity: .77;
	filter: alpha(opacity=77);
	z-index:100;
}

#menuOverlay {
	position:relative;
	top:-243px;
	left:auto;
	background-image:url(background_images/menuEmphasis.gif);
	height:141px;
	width:902px;
	z-index:150;
}

#menu {
	position:relative;
/*	top:-171px; */
	top:-271px;
	text-align:left;
	width:860px;
	left:20px;
	z-index:200;
}

#menu a {
	text-decoration:none;
	color:#A19EBA;
	margin-right:40px;
}

#menu a:hover {
	color:white;
}

#menu a.current {
	color:white;
}

#mainContent {
	text-align:left;
/*	margin-top:-130px; */
	margin-top:-235px;
/*	color:#A19EBA; */
	color:#D4CFFD;
	width:900px;
	margin-left:42px;
	margin-right:42px;
	height:auto;
	margin-bottom:60px;
}

#mainContent a {
	text-decoration:none;
	color:#A19EBA;
}

#mainContent a:hover {
	text-decoration:underline;
	color:white;
}


#rightBox {
	float:right;
	width:388px;
	min-height:178px;
	padding-bottom:20px;
	background-image:url(background_images/panel.gif);
	margin-left:60px;
	margin-right:0px;
	display:inline;
	background-position:bottom;
}

#rightBox ul {
	background-image:url(background_images/camera.jpg);
	background-repeat:no-repeat;
	background-position:99% bottom;
	min-height:200px;
}

#rightBox h1 {
	font-size:22px;
	padding:10px;
	text-align:center;
	background-image:url(background_images/panel.gif);
	background-position:top;
	border-bottom:1px solid #A19EBA;
	margin-top:0px;
}

#rightBox li {
/*	padding-left:15px;
	background-image:url(background_images/bullet.gif); */
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-top:0px;
	margin-bottom:15px;
}

#rightBox li a {
	text-decoration:none;
	color:#A19EBA;
}

#rightBox li a:hover {
	text-decoration:underline;
	color:white;
}

#rightBox li i {
	font-size:12px;
}

#footer {
	clear:both;
	color:#A19EBA;
	font-size:12px;
	margin-top:3px;
	padding-bottom:7px;
	margin-bottom:1px;
	text-align:left;
	width:984px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(background_images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:black;
	border-bottom:4px solid black;
}

#footer div {
	margin:4px;
	margin-left:20px;
	border-top:7px solid #3C3A4C;
}

#footer span {
	margin-left:40px;
}

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

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

#leftContent {
	float:right;
	width:440px;
	display:inline;
	line-height:22px;
	margin-bottom:20px;
	min-height:400px;
}

#leftContent h1 {
	font-size:22px;
	padding-bottom:13px;
	border-bottom:1px solid white;
	margin-top:11px;
}

label {
	float:left;
	display:inline;
	width:150px;
	clear:both;
	margin-bottom:6px;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:black;
	color:white;
	border:1px solid #444444;
	margin-bottom:6px;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:black;
	color:white;
	border:1px solid #444444;
	margin-bottom:6px;
}