body {
    margin: 0;
    background: #371008;
	}	

.deck_1, .deck_2, .deck_3, .deck_4, .deck_5, .deck_6 {
	width:	800px;
	margin: 0 auto;
	}
	
.deck_1 {
	}
	#header {
		color: white;
		text-align:center;
		height: 73px;
		overflow: hidden;
		}
		#logo {
	background: url(logo.gif) no-repeat scroll 0 0;
	width: 241px;
	height: 50px;
	float: left;
	margin: 11px 0 0;
			}
		#header_right {
			float: right;
			}
		
.deck_2 {
	background: #310b03;
	}
	#banner {
		margin: 0;
		}
		
.deck_3 {
	background: #5b280b url(files/topmenu_bg.png) repeat-x scroll 0 0;
	height: 33px;
	}
	#topmenu {
		}
		#topmenu .modcontent {
			}

.deck_4 {	
	background: #f7f6ed;
	padding-bottom: 20px;
	overflow: hidden;
	}
	#content {
		float: left;
		}
		.content_width_800 {
			width: 800px;
			}
		.content_width_580 {
			width: 580px;
			}
		#content_wrap_padding {
			padding:20px 20px 0;
			}
	#right {
		float: right;
		}
		.right_width_220 {
			width: 220px;
			}
		.right_width_0 {
			width: 0px;
			}
		
.deck_5 {
	background: #f7f6ed;
	overflow: hidden;
	padding-bottom: 20px;
	}

/* ########## FOOTER ########### */
.deck_6 {
	background: #5b270b;
	overflow: hidden;
	}	
	#footer {
		}
		#footer_left, #footer_right {
			width: 50%;
			padding: 10px 0;
			}
		#footer_left {
			float: left;
			}
			#footer_left span {
				padding-left: 10px;
				}
		#footer_right {
			float: right;
			text-align: right;
			}
			#footer_right span {
				padding-right: 10px;
				}
#footer_gap {
	height: 10px;
	}


.deck_3 {
	z-index: 2;
	}
.deck_4 {
	z-index: 1;
	}
