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

body {
	cursor: default;
	font-family: Calibri, Verdana;
	font-size: 14px;
	line-height: 18px;
}

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

#loginFrame {
	width: 188px;
	height: 125px;
}

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

/******************************
	Body
******************************/

#innerBodyContainer {
	width: 1000px;
	min-height: 540px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	background: url("../img/background.jpg") no-repeat;
}

/******************************
	Header
******************************/

#header {
	height: 50px;
	padding: 39px 0px 0px 200px;
	/** background: url("../img/background-banner.png") no-repeat;  **/
}

#header h1 {
	color: #355B38;
	font-family: 'HelveticaNeueLTStdLtRegular';
	font-size: 24px;
}

/******************************
	Content
******************************/

#contentBoxesContainer {
	overflow: hidden;
	width: 648px;
	margin: 0px auto;
}

#contentBoxWebcastDetails {
	color: #003200;
	font-weight: bold;
	text-align: center;
}

.contentBox ,
.contentBoxWide{
	float: left;
	width: 200px;
	margin: 0px 7px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}

.contentBoxWide {
	width: 416px;
}

.contentBoxHeader {
	padding: 0px 0px 0px 12px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background: #b7bf34;
}

.contentBoxBody {	
	padding: 14px 6px;
	font-family: Verdana;
	font-size: 11px;
}