#container
{
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	top: 0px;
}

#logo
{
	position: relative;
	width: 150px;
	height: 130px;
}

#header
{
	position: absolute;
	width: 599px;
	height: 130px;
	left: 151px;
	top: 0px;
}

#pictureoftheday
{
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

#navigationcontainer
{
	position: relative;
	top: 0px;
	width: 750px;
	height: 25px;
}

#navigation
{
	position: absolute;
	left: 10px;
	top: 1px;
	width: 735px;
}

#body
{
	position: relative;
	width: 750px;
	bottom: 0px;
	overflow: auto;
}


#subnavigation
{
	position: relative;
	padding-top: 3px;
	width: 140px;
	float: left;
	padding-bottom: 20px;
}

#main
{
	position: relative;
	float: right;
	width: 596px;
	min-height: 500px;
	_height: 500px;
}

#breadcrumb
{
	position: relative;
	float: right;
	width: 594px;
	height: 16px;
}

#logincontainer
{
	position: relative;
	width: 150px;
	float: left;
}

#login
{
	position: relative; 
	left: 5px; 
	width: 140px
}

#participant_body
{
	position: relative;
	width: 400px;
	float: left;
}

#participant_certified
{
	position: relative;
	width: 180px;
	height: 75px;
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 11px;
	text-align: right;
}

#participant_image
{
	position: relative;
	width: 191px;
	height: 594px;
	float: right;
}

#event_body
{
	position: relative;
	width: 400px;
	float: left;
}

#event_image
{
	position: relative;
	width: 191px;
	float: right;
}

#footer
{
	position: relative;
	width: 750px;
}

#photo
{
	position: relative;
	float: left;
	top: 20px;
	left: 3px;
	overflow: none;
}

#sponsor_logos
{
	width: 140px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}

#sponsor_logos img
{
	border: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#logos
{
	height: 38px;
	text-align: center;
	padding: 5px;
}

#logos img
{
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
}
