BODY {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg1.jpg) ;
	background-position: 0 0 ;
}
DIV.clear {
	clear: both;
}
#MainContainer {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
}
	#TopKeywords {
		height: 15px;
		background-color: #333;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #DBDBDB;
		line-height: 15px;
		text-align: center;
		}
	#Top {
		background-image: url(../images/top/top.jpg);
		height: 150px;
		width: 980px;
		}
		#TopLogo {
			font-family: Impact;
			font-size: 48px;
			color: #FF9900;
			margin: 0;
			padding: 35px 0 0 25px;
			}
		#TopSlogan {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #fff;
			margin: 0 0 0 25px;
			padding: 0;
		}
		#TopBottom {
			height: 25px;
			background-color: #333;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 25px;
			color: #fff;
			text-align: center;
			}
#Menu {
	width: 180px;
	/*background-color: #383a3a;*/
	background-color: #663333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e7ebed;
	float: left;	
}
	#Menu UL {
		margin: 0;
		padding: 0;
		}
#Menu UL LI {
	height: 20px;	
	list-style: none;
	line-height: 20px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#Menu UL LI A {
	color: #e7ebed;
	text-decoration: none;
	margin: 0 0 0 10px;	
}
#Menu UL LI.title {
	background-image: url(../images/menu/title-bg.jpg); 
}
#Content { float: left; width: 800px; }

#Bottom { margin: 0 0 10px 0; }
	#Bottom #BottomMenu { height: 70px; color: #dee3e6; }
		#Bottom #BottomText,
		#Bottom #BottomMenu  {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			text-align: center;
			border: 1px solid #ddd;
			margin: 5px 5px 0 5px;
			}
	#BottomMenu DIV.options {
		height: 35px;
		font-size: 10px;
		}
		#BottomMenu DIV.options A {
			font-weight: bold;
			text-decoration: none;
			line-height: 35px;
			color: #003366;
			text-align: justify;
			}
	#Bottom #BottomText {
		color: #7f8386;
		height: 55px;
		font-size: 11px;
		padding: 15px 45px 0 45px;
	}






