/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
p, h1, h2, h3, h4, h5, h6, ul, li {margin:0; padding:0;}
p { font-size:12px;}
h1, h2{ font-size:16px; color:#333333}

a {color:#999999; text-decoration:none;}
a:link { color:#666666;}
a:hover { color:#CC0000; text-decoration:underline;}
a:active { color:#CC0000; }

ul {
	list-style:none;
	text-indent:0px;
	padding: 8px;
}
li {
	padding: 0;
	width: auto;
	line-height: 1.6em;
}

#top{ width:900px; margin:auto; height:93px; clear:both; overflow:hidden;}
#logo {
	width:auto;
	height:auto;
	float:left;
	padding: 26px 45px 24px 24px;
	margin-top: 18px;
	border-right: 1px solid #CCCCCC;
}

#menu{
	width:auto;
	height:auto;
	float:right;
	padding:40px 15px 15px 15px;
	overflow: hidden;
}
#banner{width:900px; margin:auto; height:310px; clear:both; overflow:hidden;}
#main {
	width:900px;
	margin:auto;
	height:auto;
	clear:both;
	overflow:hidden;
	padding: 0px 0 5px 0;
}
#divLeft{
	width:329px;
	height:250px;
	float:left;
	background-image: url(../images/bgLeft.jpg);
	background-repeat: no-repeat;
}
#divRight{
	width:567px;
	height:auto;
	float:right;
	text-align: justify;
	line-height: 1.5em;
}
#bottom{
	width:900px;
	margin:auto;
	height:auto;
	clear:both;
	overflow:hidden;
	border-top: 1px solid #E5E5E5;
	font-size:11px;
	padding: 4px 0 0 0;
}

.content{
	padding:8px;
}

.contentLeft{
	padding:5px 40px 5px 40px;
}
