BODY {
	background-color: #333;
	margin: 0;
	padding: 0;
}
DIV.clear {
	clear: both;
}
#MainContainer {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
/**top**/
#TopKeywords {
	width: 1000px;
	height: 22px;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
#TopKeywords H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #fff;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
#Top {
	width: 1000px;
	background-image: url(../images/top/top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
}
/**menu**/
#Menu {
	width: 1000px;
	height: 31px;
	background-image: url(../images/menu/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: left;
	margin: 0;
	padding: 0;
	float: left;
}
#Menu UL.homelink {
	width: 527px;
}
#Menu UL {
	width: 473px;
	float: left;
	margin: 0;
	padding: 0;
}
#Menu LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	color: #fff;
	line-height: 31px;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}
#Menu LI A {
	color: #fff;
	text-decoration: none;
}
#Menu LI A:hover {
	color: #E69600;
}

/**bottom**/
#Bottom {
	width: 980px;
	height: 30px;
	background-image: url(../images/bottom/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: left;
	text-align: center;
	padding: 10px;
	margin: 0;
	clear: both;
}
#Bottom P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 15px;
	margin: 0 0 0 20px;
	padding: 0;

}