html, body {
	background-color: #ff9900;
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
	margin: 0;
	height: 100%;
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#cg_frame {
	height: 90%;
	width: 100%;
	border: 0;
	margin: 0;
}

.cg_spacer {
	height: 32px;
	float: left;
	width: 100%;
}

.cg_head {
	height: 69px;
	width: 100%;
	float: left;
	background-image: url("img/cdu_logo_top_right.png");
	background-position: right top;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
}

.cg_navigation {
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	height: 24px;
	margin-top: 45px;
	text-align: left;
}

.cg_navigation img {
	margin-right: 15px;
}

.cg_body {
	float: left;
	width: 100%;
	text-align: center;
}

.cg_content {
	margin-top: 41px;
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.cg_footer {
	height: 10%;
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.cg_footer_bar {
	background-image: url("img/cdu_logo_bottom_left.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 875px;
	height: 38px;
	margin-left: -437.5px;
	margin-right: auto;
	position: absolute; 
	bottom: 0;
	left: 50%;
}

.cg_footer_bar p {
	text-align: right;
	margin: 0;
	padding: 0;
}

.cg_candidates {
	border: 0;
	margin: 0;
}

img.cg_candidate {
	border: solid 4px #ffffff;
}

img.cg_candidate:hover {
	border: solid 4px #000000;
}

.cg_image_spacer {
	height: 40px;
	width: 100%;
}

.cg_image_spacer img {
	border: 0;
	margin-left: 1px;
	margin-top: 10px;
}

.cg_candidates td {
	padding-right: 10px;
	text-align: left;
	margin: 0;
}

.cg_left_content img {
	border: solid 4px #ffffff;
}

.cg_left_content {
	float: left;
	height: 400px;
	margin-right: 26px;
}

a.cg_download img:hover {
	filter: alpha(opacity=50);
	-moz-opacity:.50;
}