/* ----Top Level Elements---------------------------------------------------*/
* {
 	margin: 0;
 	padding: 0;
 	outline: none;
}

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url("/media/images/stars_bg.gif") top left repeat-x #333;
	background-color: #333;Í
	padding: 0 0 10px 0;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /*for other IE versions*/
}

* html img {
  	behavior: url("/media/pngbehavior.htc");
}

img {
	border: none;
}

h1, h2, h3 span {
	display: none;
}

/* ----Global Classes-------------------------------------------------------*/

.black {
	color: #000;
}

/* ----Structure------------------------------------------------------------*/

#pageContainer {
	width: 870px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

#contentContainer {
	width: 870px;
	margin: 0 0 0 0;
	overflow: hidden;
}

#contentLeft {
	float: left;
	width: 195px;
}

#contentRight {
	float: left;
	width: 640px;
}

#leftColumn, #rightColumn {
	float: left;
}

/* ----Header---------------------------------------------------------------*/

#headerContainerUpper {
	z-index: 2;
	position: relative;
	width: 800px;
	height: 145px;
	margin: 0 0 10px 65px;
	overflow: hidden;
}

#headerContainerLower {
	z-index: 1;
	position: relative;
	width: 800px;
	margin: -90px 0 10px 35px;
	background: #000;
	overflow: hidden;
}

img#strapline {
	float: right;
	margin: 30px 0 0 0;
}

/* ----Login Box------------------------------------------------------------*/

#loginBox {
	width: 150px;
	margin: 0 0 0 35px;
	background: #00AEEF url("/media/images/login_footer.png") bottom left no-repeat;
	overflow: hidden;
}

#loginBox h3 {
	height: 30px;
	background: url("/media/images/login_header.png") top left no-repeat;
}

form#loginForm {
	margin: 10px 10px 0 10px;
	overflow: hidden;
}

form#loginForm fieldset {
	width: 130px;
	border: none;
}

form#loginForm input {
	font-size: 85%;
}

form#loginForm input.text {
	width: 123px;
	height: 15px;
	margin: 5px 0;
}

form#loginForm a {
	font-size: 85%;
	color: #FFF;
}

form#loginForm input.button {
	float: right;
	margin: 10px 0 15px 0;
	border: 1px solid #FFF;
}

#loginBox p {
	margin: 10px 10px 0 10px;
}

#loginBox ul {
	margin: 5px 0 15px 25px;
	color: #FFF200;
}

#loginBox li a {
	color: #FFF;
}

/* ----New Members Box------------------------------------------------------*/

#newMembersBox {
	width: 610px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: #000;
	overflow: hidden;
}

#newMembersText {
	float: left;
	width: 180px;
}

#newMembersBox h3 {
	width: 100px;
	height: 20px;
	margin: 0 0 6px 0;
	background: #000 url("/media/images/newmember_header.png") bottom left no-repeat;
}

#newMembersBox p {
	margin: 0 0 10px 0;
}

#newMembersGallery {
	float: right;
	width: 420px;
	height: 60px;
	margin: 10px 0 0 0;
}

/* ----Features Box---------------------------------------------------------*/

#featureBox {
	clear: both;
	width: 290px;
	background: url("/media/images/feature_tag.png") bottom right no-repeat #000;
	overflow: hidden;
}

#featureBox h3 {
	height: 30px;
	background: url("/media/images/feature_header.png") top left no-repeat;
}

#featureBox p {
	float: left;
	width: 170px;
	padding: 15px 0 20px 15px;
}

#featureBox a {
	color: #EC008C;
}

#featureBox img {
	float: right;
	margin: 15px 15px 15px 0;
	border: 1px solid #FFF;
}

/* ----Registration Box-----------------------------------------------------*/

#registrationBox {
	width: 340px;
	margin: 0 0 10px 10px;
	background: #000;
	padding: 0 0 2px 0;
}

#registrationBox h3 {
	margin: 0 0 30px 0;
	height: 30px;
	background: url("/media/images/register_header.png") top left no-repeat;
}

form#regForm {
	width: 285px;
	margin: 20px 30px 0 25px;
	font-size: 110%;
	color: #00AEEF;
}

form#regForm a{
	color: #00AEEF;
}

* html form dd#MarginBottom {
	padding: 20px 0 0 0;
	}

* html form dt#MarginBottomLabel {
	padding: 20px 0 0 0;
	}

form#regForm fieldset {
	border: none;
}

form#regForm dl {
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
}

form#regForm dl#agree {
	float: right;
	font-size: 85%;
}

form#regForm dt {
	float: left;
	margin: 3px 0 0 0;
}

form#regForm dd {
	float: right;
	margin: 0 15px 0 0;
}

*:first-child+html form#regForm dd {
	float: right;
	margin: 0 0 0 0;
}

* html form#regForm dd {
	margin: 0 0 0 0;
}

form#regForm input.text {
	width: 155px;
	height: 20px;
	border: 1px solid #00AEEF;
}

form#regForm select#reg_sex {
	margin: 0 0 0 10px;
	border: 1px solid #00AEEF;
	width: 157px;
	height: 20px;
	}
	
form#regForm select.dob {
	margin: 0 0 0 10px;
	border: 1px solid #00AEEF;
	width: 39px;
}

form#regForm select#reg_dob_year {
	width: 51px;
}

form#regForm input.button {
	clear: both;
	float: right;
	margin: 0 0 21px 0;
	border: 1px solid #FFF;
}

#errorAlert {
	color: #fff200;
	font-size: small;
	margin: 0 0 10px 0;
}

#errorAlert ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ----Other Boxes----------------------------------------------------------*/

#mascotBox {
	width: 195px;
}

#speechBox {
	float: left;
	width: 290px;
	margin: 0 0 10px 0;
	background: #FFF url("/media/images/speech_footer.png") bottom left no-repeat;
}

#speechBox h3 {
	height: 32px;
	background: url("/media/images/speech_header.png") top left no-repeat;
}

ul#speechList {
	margin: 5px 0 17px 30px;
	font-size: 110%;
	color: #EC008C;
	line-height: 150%;
}

/* ----Footer---------------------------------------------------------------*/

#footerContainer {
	clear: both;
	width: 800px;
	margin: 0 0 0 35px;
	padding: 9px 0 10px 0;
	font-size: 80%;
	background: #000;
	overflow: hidden;
}	

#footerContainer p#terms {
	float: left;
	margin: 0 10px 0 10px;
}

#footerContainer p#copy {
	float: right;
	margin: 0 10px 0 0;
}

#footerContainer a {
	color: #FFF;
}

#shadow {
	margin: 0 0 0 25px;
}	
/* ----END-----------------------------------------------------------------*/
	
/*------

COLOURS

YELLOW = #FFF200
BLUE = #00AEEF
PINK = #EC008C

-------*/
	
