body {
	margin: 0px;
	padding: 0px;
	color: #333333;
}

#header {
	height: 90px;
	width: 100%;
	min-width: 768px;
	background-color: #3c757f;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#sub_head {
	width: 100%;
	height: 34px;
	background-color: #61bfbb;
	position: absolute;
	top: 90px;
	left: 0px;
}

#logo {
	width: 234px;
	height: 90px;
	float: left;
	background-image: url("/pages/for_volunteers/training/images/GSNCa_Logo.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

#course_info {
	height: 90px;
	float: right;
	text-align: right;
	background-image: url("/pages/for_volunteers/training/images/norcal_train_header.gif");
	background-repeat: no-repeat;
}

#left_side {
	width: 189px;
	background-color: #a6ce39;
	position: absolute;
	top: 90px;
	left: 0px;
	border-right: 10px solid #6b4c35;
}

#left_nav {
	width: 175px;
}

#right_side {
	position: absolute;
	top: 144px;
	left: 224px;
	padding: 0px 15px 15px 0px;
}

#main_content {
	padding: 0px 23px 23px 17px;
	border-top: 1px solid #cccccc;
}


#footer {
	width: 575px;
	text-align: left;
	margin-top: 50px;
}



