
#main-nav-wrapper {
	background : url(/bin/z/c/main_nav_bg.jpg) repeat-x #FFFFFF;
}
#content-wrapper {
	background : #2c2a29;
}
#content {
	background : transparent url(/bin/g/m/1column_content_bg.gif) repeat-y top center;
	padding : 15px 20px 20px 20px;
	width : 920px;
	overflow : hidden;
}
#content a {
	color : #CC0000;
	border-bottom : 1px dotted #CC0000;
	text-decoration : none;
}
#content a:link {
	text-decoration : none;
}
#content a:visited {
	text-decoration : none;
	color : #888888;
	border-bottom : 1px dotted #888888;
}
#content a:hover {
	text-decoration : none;
	color : #666666;
	border-bottom : 1px dotted #666666;
}
#content a:active {
	text-decoration : none;
}
#content a.link_no_underline {
	border : none;
	text-decoration : none;
}

