/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
#banner {
	height: 290px;
	text-align: center;
	display: block;
	width: 800px;
	padding-top: 100px;
}
#homeLogo {
	text-align: right;
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 10px;
}
#homeAdd {
	text-align: center;
	display: block;
	float: right;
	width: 200px;
	line-height: 20px;
	height: 20px;
}
#navMenu {
	width: 90px;
	height: 23px;
	float: left;
	display: block;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 15px;
}
.leftMenu {
	float: left;
	height: 23px;
	width: 74px;
	margin-left: 8px;
	background-image: url(../img/menu/homeMenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: inline;
	line-height: 23px;
	margin-bottom: 5px;
}
#homeCopyright {
	width: 420px;
	text-align: center;
	line-height: 26px;
	color: #999999;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
