body {
	background: #6088EA url(images/body_bg.jpg) repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	vertical-align: top;
}

#document {
	width: 100%;
	background: url(images/gradient_bg.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#content2 { 
	background: url(images/shadow_bg.jpg) repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 927px;
	}
		
#content { 
	background: url(images/shadow_bg2.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 927px;
	}
	
#top { 
	height: 36px;
	width: 927px;
	background: url(images/top_bg.jpg) no-repeat;
	}

#main {
	width: 751px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
#left {
	width: 183px;
	float: left;
	text-align: center;
	}
	
#right {
	margin-left: 183px;
	width: 568px;
	border-left: 1px solid #FFF;
	padding-top: 31px;
	}
	
	#menu { 
	width: 566px;
	height: 31px;
	background: url(images/menu_bg.jpg) repeat-x;
	border-left: 1px solid #FFF;
	}
	
	#text {
	margin-top: 0px;
	width: 546px;
	background: url(images/content_fade_bg.jpg) repeat-x; 
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
	
#bottom {
	clear: both;
	height: 36px;
	width: 927px;
	background: url(images/bot_bg.jpg) no-repeat;
	}
	
#end { 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
/* IE 6 FIX */ 

	* html #right {
	margin-right: -4px;
	width: 0px;
	}

	* html #left {
	height: 1%;
	margin-left: 0;
	} 	
	
	