body {
	margin:0px;
	background:#E6BE8C url(images/pageback.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#container {
	width:785px;
	padding:0px 17px;
	margin:0px auto;
	background: url(images/containerback.png) repeat-y;
}
#header {
	background: #AFC8E1 url(images/T1.jpg) no-repeat left;
	height: 150px;
	padding-left: 285px;
	width: 500px;
}
#sidebar {
	width:200px;
	float:left;
	background: #F3E9DD;
	padding-bottom: 200px;
}
#sidebar a {
	border-bottom:1px solid #063;
	display:block;
}
#main {
	width:505px;
	padding:40px;
	float:left;
}
h1 {
	font-size: 20px;
	line-height: 22px;
}
h2 {
	font-size: 12px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4C721D;
	text-align: center;
}
#footer {
	font-size:0.9em;
	text-align:center;
	padding:40px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clearbox {clear:both;}
a:link {
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
