body, html {
	background: #666;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: arial;
	font-size: 11px;
}
#mainContainer {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	background: url('glow.png') no-repeat;
	height:500px;
	padding: 0px 80px 0px 80px;
}

#container {

	border-top: 11px solid #303030;
	width: 920px;
}

#logo {
	margin: 39px 0px 40px 22px;
	background: url('/images/logo.png') no-repeat;
	height: 18px;

}

#header {
	background: url('/images/headerImage.jpg');
	height: 200px;
	background-repeat: no-repeat;
	margin-top: 28px;
	border-top: 1px solid #ffffcc;
	border-bottom: 5px solid #686868;
}

#menuContainer {
	background: #444444;
	width: 100px;
	padding: 20px;
	font-size: 13px;
	list-style-type: none;
	line-height: 24px;
	margin: 0;
	margin-right: 37px;
	float: left;
}


#menuContainer li {
	padding: 0;
	margin: 0;
}

#menuContainer a {
	color: #FFF;
	text-decoration: none;
}

#menuContainer a:hover, #menuContainer li.current a {
	color: #ffffcc;
}

#contentContainer {
	background: #e9e9e9;
	width: 920px;
	padding-top: 33px;
	float: left;
	min-height: 300px;
	padding-bottom: 33px;
}
#content {
	float: left;
	width: 673px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	font-family: arial;
}

#content a {
	text-decoration: underline;
	color: #222;
}

#content a:hover {
	text-decoration: underline;
	color: #222;
}

#content h1 {
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 18px;

	color: #666;
	width: 100%;
}

input[type="text"], textarea {
	width: 300px;
}