@charset "utf-8";
/* CSS Document */

body {
	background-color:#666666;
	text-align:center;
	min-width:852px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.3;
	margin:20px;
}

a {
	color:#0055AA;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

#wrapper {
	margin:0 auto;
	width:852px;
	text-align:left;
}

#header {
	width:852px;
	height:15px;
	background-image:url(../images/header.png);
}

#footer{
	width:852px;
	height:15px;
	background-image:url(../images/footer.png);
}

#logo {
	width:auto;
	padding:0 22px 15px 22px;
}

#nav {
	width:840px;
	background-image:url(../images/nav_bg.png);
	padding:0 6px;
}

#left {
	width:518px;
	text-align:justify;
	padding:20px 22px;
	border-right:1px dotted #666666;
}

#right {
	width:232px;
	padding:20px 21px 20px 22px;
	float:right;
}

#right ul{
	padding-left:12px; 
}

#right li {
	padding-bottom:12px;
}

#copyright {
	text-align:center;
	font-size:10px;
	color:#CCCCCC;
}

.content {
	width:840px;
	background-image:url(../images/bg.png);
	padding:0 6px;
}