/******************************
	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: 486px;
	height: 400px;
}

/******************************
	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: 20px;
	padding: 87px 0px 0px 0px;
	background: url("../img/banner.gif") no-repeat;
}

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

#footerPush {
	height: 22px;
}

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

#navigation {
	height: 22px;
	background: #335D81;
}

#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;
}

/******************************
	Speakers
******************************/

.speakersItem {
    clear: left;
    overflow: hidden;
    width: 464px;
    margin: 30px 0;
}

.speakersItem:first-child {
    margin-top: 0;
}

.speakersItemPhoto {
    float: left;
    width: 164px;
}

.speakersItemPhoto img {
    border: 1px dashed #CCCCCC;
}

.speakersItemBio {
    float: left;
    width: 300px;
}

.speakersItemBio h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

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

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

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

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