/******************************
	Basic Containers
******************************/

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 9px 0px 0px 0px;
}

strong {
	font-weight: bold;
}

/******************************
	Frames
******************************/

#registrationFrame {
	width: 400px;
	height: 240px;
}

#loginFrame {
	width: 400px;
	height: 130px;
}

/******************************
	Body Padding and Stuff
******************************/

#innerBodyContainer {
	width: 814px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -22px auto;
	background: url("../img/background.jpg") repeat-y;
}

#innerBodyContainerPadder {
	width: 800px;
	margin: 0px 0px 0px 7px;
}

/******************************
	Header/Footer
******************************/

#header {
	width: 800px;
	height: 22px;
	padding: 65px 0px 0px 0px;
	background: url("../img/banner.jpg") no-repeat;
}

#footer {
	width: 800px;
	height: 22px;
	margin: 0px auto;
	background: #303030;
}

#footerPush {
	height: 22px;
}

/******************************
	Navigation
******************************/

#navigation {
	height: 22px;
	background: #303030;
}

#navigation ul {
	overflow: hidden;
	margin: 0px 18px 0px 0px;
	padding: 2px 0px 0px 0px;
}

.navigationLink {
	float: right;
	color: #FFFFFF;
}

.navigationLink a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/******************************
	Page/Content
******************************/

#contentContainer {
	overflow: hidden;
	margin: 30px 0px 0px 30px;
}

#cpanelContainer {
	float: left;
	width: 250px;
}

#cpanelAlreadyRegisteredMessage {
	height: 38px;
}

#pageContainer {
	float: left;
	width: 460px;
	margin: 0px 0px 0px 30px;
}

#pageContentContainer {
	margin: 30px 0px 0px 0px;
}

/******************************
	Event Info
******************************/



.infoItem {
	overflow: hidden;
	min-height: 20px;
}

.infoItem strong {
	display: block;
	float: left;
	width: 50px;
}

.infoItem span {
	display: block;
	float: left;
}