body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
#wrapper {
	width: 956px;
	padding: 5px;
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
	border: 1px solid #ddd;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: auto;
	background-color: #cccccc;
	background-image: url("logo3.png");
}
#container {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 1%;
	width: auto;
}
#left {
	margin: 0px;
	width: 160px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#nav {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #eeeeee;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #666;
	text-decoration: none;
	border-left: 2px solid #dddddd;
	display: block;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	width: 130px;
}
#ctright {
	height: auto;
	width: 245px;
	float: right;
	border-left: 1px solid #eeeeee;
	margin-left: 2px;
}
#ctleft {
	height: auto;
	width: 245px;
	float: left;
	padding-right: 2px; 
	border-left: 1px solid #eeeeee;
	margin-left: 2px;
}
#nav li a:hover {
	color: #999;
	background-color: #cccccc;
	border-left: 2px solid #333;
	text-decoration: none;
}
#center {
	height: auto;
	width: 504px;
	padding: 10px 20px 10px 20px;
	float: left;
	margin: 0px 0px 0px 6px;
	line-height: 1.8em;
}
h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
#footer {
	margin: 10px 0px 0px 0px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	background-color: #cccccc;
}
#footer p {
	color: #999;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
} 
