@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #eee url(bg/topbg.gif) repeat-x;
	font: 11px Verdana, Geneva, sans-serif;
	color: #666;
}
a, a:link {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	border:none;
}
a:hover {text-decoration:underline; color:#F00;}
.container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:969px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: url(bg/mainbg.gif) repeat-y;
}
.top{
	height:16px;
	text-align: right;
	background: url(bg/mainbg.gif) repeat-y;
	padding-right:2em;
	padding-top:3px;
}
.header{
	width:969px;
	background:url(bg/bannerbg.gif) repeat-x;
	height:57px;
}
.header img{
	padding: 0px 2em;
	border:none;
}
.nav, .nav2 {
	height:24px;
	background:url(bg/menubg.gif) repeat-x;
	display: block;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	line-height: normal;
}
.nav ul, .nav2 ul {
	padding-right: 1em;
	padding-left: 1em;
	list-style: none;
	padding-top:3px;
}
.nav li, .nav2 li{
	display:inline;
}
.nav a, .nav2 a {
	font-weight: bold;
}
.nav2 {
	text-align:center;
}
.content {
	padding:2em 2em 0em;
	margin:auto;
	text-align: center;
	clear: both;
}
/* .back{
	background-color:#999;
	padding: 0;
	margin: 30px 0px 30px 50px;
} */
.content img {
	border: 1px solid #999;
}
.comm {
	text-align: center;
}

.main {
	padding:2em 2em 0em;
	margin:auto;
}
