body {
	margin:0;
	padding:0;
	font-family: Sans-Serif;
	font-size:12px;
	text-align:center;
}

a {
	color:#6F833B;
}

a:hover {
	color:#ECD040;
	text-decoration:none;
}

h1 {
	margin:0 0 0 1px;
	padding:5px 5px;
	font-size:1.7em;
}

h2 {
	margin:0 0 0 1px;
	padding:10px 10px;
	font-size:1.5em;
}

ul {
	padding-left:10px;
}	

li {
	padding-left:30px;
	height:1.9em;
	line-height:1.9em;
}

p {
	margin-top:0;
	padding:0 5px;
	text-indent:1em;
}	
#pos
{
	left: 50%;
	width: 1px;
	position: absolute;
	top: 0px;
	height: 100%;
}
#container
{
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: #fff;
	position: absolute;
	border: 1px solid forestgreen;
	z-index: 10;
	top: 0px;
	left: -400px;
	height: 100%;
	background-color: White;
}

#header {
	height:125px;
	background:url(header.jpg);
}	

#header h1 {
	float: right;
	background:none;
	font-weight:bold;
	font-size:5.5em;
	letter-spacing: 10px;
	color: #FF8C00;
	padding: 16px 34px;
	filter:shadow(color:#444444, strength:10, direction:135);
}	

#header span {
	font-size:0.5em;
}	

#content {
	float:left;
	width:800px;
}

#right
{
	width: 590px;
	padding-right: 5px;
	float: left;
	background-color: white;
	height: 500px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}	

#left {
	float:left;
	width:200px;
	color:#F2FCE4;
	height: 100%;
}	

#right h1 {
	background:none;
	font-size:1.35em;
	font-weight:bold;
	padding:5px 0 0 15px;
}	

#right span {
	margin:10px 15px;
	padding: 5px 7px;
	background:url(nav.gif) repeat-x 0 50%;
	border:1px solid #2B761A;
	display:block;
}

.btn {
	font-size: 12px;
	background: url(nav2.gif);
	border: 1px solid #2B761A;
	color: #F2FCE4; 
	width: 190px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.btn a 
{
	color: #F2FCE4;
}
#nav {
	padding:0;
	margin:5px 5px;
	list-style:none;
	width:190px;
	background:url(nav2.gif);
	border:1px solid #2B761A;
}
	
#nav li {
	line-height:32px;
	height:32px;
	padding-left:0;
	filter:shadow(color:#444444, strength:6, direction:135);
}

#nav li a {
	font-size: 1.10em;
	color:#F2FCE4;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	display:block;
	width:190px;
}	

#nav li a:hover {
	background:#3CC11D;
	color:#000;
}	
	