body {
	background-color:#000000;
}

#wrapper {
	position:relative;
	overflow:hidden;
	margin-top:10px;
	left:50%;
	margin-left:-380px;
	width:760px;
	height:auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background:url(../images/leftSlice.gif) bottom left repeat-y;
	background-color:#FEF9B3;
}

#topBanner {
	position:relative;
	background-image:url(../images/topBannerSlice_03.gif);
	width:760px;
	height:115px;
}


/*#bodyContainer {
	background-image:url(../images/bottomBannerSlice_05.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:754px;
	height:52px;
	background-color:#FEF9B3;
	border:dotted #FF0000;
}*/

#logoSlice {
	background:url(../images/logoSlice_05.gif) no-repeat;
	width:130px;
	height:52px;
	clear:left;
}

#contentContainer {
	background:url(../images/bottomBannerSlice_05.gif) no-repeat top;
	height:1%;
	
	
}

#leftNav {
	float:left;
	overflow:hidden;
	width:130px;
	margin: 0 0 0 -760px;
	/*background:url(../images/orangeBlueSlice_09.gif) top left;*/
}


#leftContent {
	margin:35px 0 20px 155px;
	float:left;
	display:inline;
	width:290px;
	padding-top:5px;


}

#rightContent {
	float:left;
	width:290px;
	margin: 35px 10px 20px 15px;
	padding-top:5px;
	
}

#footer {
	background-color:#FAA222;
	clear:both;
	width:610px;
	height:25px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #229DE9;
	padding:0 150px 0 0;
	margin:0;
}
.clear {
	clear:both;

}
