#desc_container {
	width: 1024px;
	min-height: 800px;
	background: #ffffff;
	margin: 0 auto 32px auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	margin-bottom: 32px;
}

#desc_container h3 {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#desc_container a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#desc_container a:hover{
	text-decoration: underline;
	color: #bf9430;
}		

#header_outer {
	background-image: url(header_checkers.jpg);
	background-repeat: x-repeat;
	height: 160px;
	width: 100%;
	margin-bottom: 36px;
}

#header_inner {
	background-image: url(header_logo.jpg);
	background-repeat: no-reapeat;
	height: 160px;
	width: 387px;
	margin: 0 auto;
}

#desc_col_left {
	width: 200px;
	display: none;
}

#desc_col_left_head {
	width: 200px;
	height: 37px;
	background-image: url(col_left_head.gif);
	margin-bottom: 8px;
}

#desc_col_center {
	width: 100%;
	border: 2px solid #f6af00 !important;
}

#desc_col_center h2{
	font-size: 16px;
	text-align: center;
	margin-bottom: 32px;
}

#desc_col_center_head {
	width: 544px;
	height: 37px;
	margin-bottom: 8px;
}

#desc_col_right {
	width: 200px;
	display: none;
}

#desc_col_right_head {
	width: 200px;
	height: 37px;
	background-image: url(col_right_head.gif);
	margin-bottom: 8px;
}

.desc_col_content {
	width: 90%;
	height: 90%;
	margin: 0 auto;	

}


.desc_col {
	min-height: 600px;
	border-left: 1px solid #f6af00;
	border-right: 1px solid #f6af00;
	border-bottom: 1px solid #f6af00;
	background: #ffffff;	
	-moz-box-shadow: 4px 4px 10px #888;
	-webkit-box-shadow: 4px 4px 10px #888;
	box-shadow: 4px 4px 10px #888;
}

.desc_link_list {
	list-style: none inside;
	margin-left: -3em;
}

.desc_link_list li{
	padding-left: 10px;	
	margin-bottom: 8px;
}

.desc_link_list li:hover{
	background: url(list_hover.gif) no-repeat scroll 0px transparent;
}

.round_corners {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

.odd {
	background-color: #efefef;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

