body{
	padding:0px;
	margin:0px;
	font-family:verdana, tahoma;
}

#container
{
	margin: 0 auto;
	width: 900px;
	background: #fff;
}

#header
{
	background: url('../images/header.gif') 0px 0px no-repeat;
	height:336px;
	width:900px;
	text-indent:-9999px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 900px;
	padding:5px 0px;
	background: #000;
}

.photoPage{
	margin-bottom:20px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #00AEEF; }

#content-container
{
	float: left;
	width: 900px;
	background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0;
}

#content
{
	clear: left;
	float: left;
	width: 560px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
	min-height:570px;
	line-height:25px;
}

#content p{
	color:#525151;
}

#content h2 { margin: 0; }

#registerButton a{
	background:url('../images/register-button.gif') no-repeat 0px 0px;
	width:250px;
	height:50px;
	text-indent:-9999px;
	float:right;
	margin-top:50px;
}

#registerButton a:hover{
	background:url('../images/register-button.gif') no-repeat 0px -50px;
}

.paypal{
	list-style-type:none;
}

.paypal .money{
	width:100px;
}

.paypal form{
	width:100px;
}

#content ul{
	border-bottom:1px solid #000000;
	padding-bottom:20px;
}

#aside
{
	float: right;
	width: 240px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#aside h3 { margin: 0; }



#contact-wrapper{
	padding:20px;
	padding-bottom:50px;
	_position:relative;
	_top:-20px;
}

#contact-wrapper .errorTop{
	color:#4B1D4F;
	font-style:italic;
}

#contact-wrapper form#contactform div{
	padding:5px 0px;
}

#contact-wrapper form#contactform strong{
	font-weight:400;
	letter-spacing:1px;
	font-size:20px;
}

#contact-wrapper form#contactform .error{
	color:#4B1D4F;
	font-style:italic;
}

#contact-wrapper form#contactform input{
}

#contact-wrapper form#contactform input, #contact-wrapper form#contactform textarea{
	display:block;
	width:95%;
	padding:4px;
	font-size:15px;
	border:1px solid #AFAFAF;
	font-family:inherit;
}

#contact-wrapper form#contactform #submitButton{
	background:url('../images/submit.gif') no-repeat 0px 0px;
	width:101px;
	height:37px;
	text-indent:-9999px;
	float:right;
	border:none;
	_background:#8a6d8c 0px 0px;
	_border:1px solid #333;
	_color:#fff;
}
#contact-wrapper form#contactform #submitButton:hover{
	background:url('../images/submit.gif') no-repeat 0px -37px;
	width:101px;
	height:37px;
}

#sponsors h4{
	border-top:1px solid black;
	padding-top:20px;
}






#footer{
	clear: both;
	background: #ccc;
	font-size:9px;
	text-align: left;
	padding: 10px;
	height: 1%;
}