body {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
/* 	background-color: #def; */
	background: #eee url(images/bg_main.gif) center center repeat-y;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
/* 	background-color: #ddd; */
	
}
#leftside {
	width: 180px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
#content {
	margin-top: 20px;
	float: right;
	width: 580px;
	margin-bottom: 20px;
}

#content :first-child {
	margin-top: 0;
}
#headbar {
	margin: 20px 0 0 0;

}
h1 {
	font-size: 12px;
	position: absolute;
	font-weight: normal;
	top: 0;
	left: 50%;
	margin: 0;
	margin-left: -390px;
	margin-top: 4px;
	z-index: 10;
}
#backtohome {
	position: absolute;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	font-size: 90%;
}
#backtohome img {
	border: none;
}
#backtohome:hover {
	text-decoration: underline;
}
#headnav, #headnav li {
	color: blue;
	margin: 0;
	padding: 0;
}
#headnav {
	text-align: right;
	background-color: #474;
	border-top: 1px solid #8a8;
	border-bottom: 1px solid #363;
	margin-bottom: 20px;
	margin-bottom: 0px;
}
#headnav li {
	display: inline;
}
#headnav a {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 24px;
	color: #fff;
	font-size: 90%;
}
#headnav a:hover {
	text-decoration: underline;
}
#leftnav, #leftnav ul, #leftnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
/* 	display: inline; */
}
#leftnav li {
	display: inline;
}
#leftnav li.nav_box {
/* 	margin-top: 12px; */
	border: 1px solid #aaa;
	display: block;
	margin-bottom: 12px;
}
#leftnav li a {
	font-size: 90%;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	color: #222;
}
#leftnav li a:visited {
	color: #6C006C;
}
#leftnav li a:hover {
	background-color: #FFE8D0;
}
#leftnav li a.active {
	background: #ffc url(images/bg_leftnav.gif) left center no-repeat;
	color: #F84907;
}
#leftnav .nav_head {
	font-size: 90%;
	display: block;
	padding: 4px 0px 3px 10px;
	background: transparent url(images/bg_leftnav_head_01.gif) left top no-repeat;
	border-right: 1px solid #aaa;
}

#footer {
	clear: both;
/* 	background-color: #ddd; */
	border-top: 1px solid #aaa;
	padding-top: 10px;
	font-size: 90%;
	letter-spacing: 1px;
	text-align: right;
}
#footer a:hover {
	text-decoration: none;
	color: #111;
}
