body {
	background-color: #fff; /* cosmetic */
	margin: 6px 0px 0px 0px; /* required */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
}
.clear {
	clear:both;
}


a:link, a:visited {
	color:#98002E;
	text-decoration: none;
}

a:hover, a:active {
	color:#A49D54;
}

h1 {
	color: #A49D54;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 27px;
	font-weight:bold;
	}

hr {
	border-top: 2px #999999 dotted;
	width: 100%;
	background-color:#FFFFFF;
	color: #FFFFFF;
	margin: 20px 0px 20px 0px;
}

div#wrapper {
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
}

div#center {
	overflow: visible; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -477px; /* half of width */
	width: 954px;

}

div#content {
	width:954px;
}

div#content_two {
	float:left;
	width: 620px;
}

div#content_three {
	float:left;
	width: 617px;
	border-left: 2px #999999 dotted;
	border-right: 2px #999999 dotted;
	margin-top: 2px;
}

div#top  {
	padding-bottom: 35px;
	float: left;
	font-size: 15px;
	font-weight:bold;
	
}

div#left_column {
	width: 219px; float:left;

}

div#left_column_content {
	padding-right: 30px;
}

div#left_column_scroller {
	overflow:auto;
	height: 598px;
	scrollbar-base-color: #d1d2d4;
	scrollbar-face-color: #d1d2d4;
	scrollbar-highlight-color: #d1d2d4;
	scrollbar-3dlight-color: #d1d2d4;
	scrollbar-shadow-color: #d1d2d4;
	scrollbar-darkshadow-color: #d1d2d4;
	scrollbar-track-color: #bababa ;
	scrollbar-arrow-color: #6d6e71 ;
}


div#right_column {
	float: right; width: 97px;


}


.left_bracket {
	float:left;
	width: 35px;
	border-bottom: 2px #999999 dotted;
	}
	
.right_bracket { 
	float:right;
	width: 35px;
	border-bottom: 2px #999999 dotted;
	}

.footer {
 	color: #A49D54;
 	margin-top: 10px;
	margin-bottom: 20px;
 	font-size: 10px;

}

.footer a {
	color: #A49D54;
}

.footer a:hover {
	color: #98002E;
}

.button {
	float:left;
	text-align:center;
}

.button a {
	display: block;
	color: #58595B;
	text-decoration: none;
	border:none;
}

.button a:hover {
	color: #98002E;
}

.seperator {
	margin: 46px 37px 0px 37px;
	border-left: 2px #CCCCCC dotted;
	float:left;
}



.logo {
	padding-top: 6px;
	padding-right: 77px;
	float:left;
}

.thumbnail {
	margin-right: 13px;
	cursor: pointer;
}