/************************/
/* INDEX PAGE           */
/************************/
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/background.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0 auto;
}

a:link, a:visited {

}

a:hover {

}

img {
	border:none;
}

h1 {
	margin: 55px 10px 20px 30px;
	width: 343px;
}

#content {
	margin: 0 auto;
	min-height: auto;
	_height: auto;
	overflow: auto;
	width: 620px;
}

/*********************/
/* SPLASH PAGE           */
/*********************/
#content #contentmain {
	float: left;
}

#content #contentmain #tagline {
	margin: 40px 10px 40px 30px;
	width: 352px;
}

#content #contentmain #register {
	margin: 30px 50px 30px 150px;
	width: 108px;
}

#content #sidebar {
	float: right;
	margin: 55px 10px 10px 0;
	width: 188px;
}
#content #sidebar p {
	display:none;
}

/*****************/
/* HEADER           */
/****************/
#content #header {
	margin:0 0 0 45px;
}

#content #header #SU2C {
	float: left;
}
 
#content #header #dots_short {
	float: right;
	margin:36px 45px 0 0;
}

#content #header #pagenotfound {
	float: right;
	margin:12px 45px 10px 0;
}

#content #header #dots_long {
	clear: both;	
}

/********************/
/* ERROR PAGE           */
/********************/
 
#content #pagenotfound_copy p {
	color: #7C7C7C;
	font-size: 12px;
	margin: 20px;
	text-align: center;
}

#content #pagenotfound_copy h4 {
	text-align: center;
}


/*******************/
/* FOOTER                */
/*******************/
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	position: bottom;
}

#footer p {
	color: #717171;
	font-size: 10px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: 30px;
	width: 580px;
}

#footer .legal {
	display:none;
}

/*******************/
/*REGISTRATION PAGE*/
/*******************/

#registerheader {
	background-image: url(../images/register_header.jpg);
	width: 511px;
	height: 87px;
	margin: 0px auto;
}
#registerheader a {
	display: block;
	height: 0px;
	padding-top: 10px;
	overflow: hidden;
	width: 50px;
	float: right;
	margin-top: 30px;
}
#registerdescription {
	width: 510px;
	margin: 20px auto;
	color: #454545;
	font-size: 12px;
	font-family: Arial;
}
#registerform {
	background-image: url(../images/register_background.jpg);
	width: 506px;
	height: 257px;
	margin: 0px auto;
	margin-top: 40px;
	color: #454545;
	font-size: 12px;
	font-family: Arial;
}
#registerform #genderfield {
	display: block; 
	width: 70px; 
	float: left;
}
#registerform #genderfield span {
	position: relative; 
	top: -2px;
}
#registerform .fields {
	height: 165px;
	padding: 20px 0px;
	padding-bottom: 0px;
}
#registerform .fields ul {
	padding-top: 10px;
	height: 20px;
	overflow: hidden;
	clear: both;
}
#registerform .fields li {
	list-style: none;
	float: left;
}
#registerform .fields .fielddesc {
	width: 80px;
	padding-left: 115px;
	text-align: left;
}
#registerform .submit {
	text-align: center;
}
#registerform .submit input {
	background-image: url(../images/register_submit.jpg);
	border: none;
	width: 104px;
	height: 44px;
}
#registertos {
	font-size: 10px;
	text-align: center;
	margin-top: 15px;
}
#registertos a {
	color: #454545;
}
#tosheader {
	background-image: url(../images/tos_header.jpg);
	width: 511px;
	height: 87px;
	margin: 0px auto;
}
#tosheader a {
	display: block;
	height: 0px;
	padding-top: 10px;
	overflow: hidden;
	width: 50px;
	float: right;
	margin-top: 30px;
}
#privacyheader {
	background-image: url(../images/privacy_header.jpg);
	width: 511px;
	height: 87px;
	margin: 0px auto;
}
#privacyheader a {
	display: block;
	height: 0px;
	padding-top: 10px;
	overflow: hidden;
	width: 50px;
	float: right;
	margin-top: 30px;
}