body
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	background: url(images/bg.jpg) white repeat-x;
	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;
}


p {
	margin-top:0;
	margin-left:0  30px;
	margin-right:0 30px;
	padding:0 20px;
        font-family: Verdana;
	font-size: 12px;
}	
#pos
{
	left: 50%;
	width: 1px;
	position: absolute;
	top: 0px;
	height: 100%;
}
#container
{
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: #fff;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: -400px;
	height: 100%;
	background-color: White;
        font-family: Verdana;
	font-size: 12px;
}

#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: 10px;
	background: url(nav2.gif);
	border: 1px solid #2B761A;
	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;
}	

#txt li {
	font-family: Verdana;
	font-size: 12px;
}

#footer
{
	background: green;
	height: 24px;
	padding-top: 6px;
	text-align: center;
	color: #F2FCE4;
}

#footer a {
	color:#F2FCE4;
}
.textbg
{
	background-attachment: scroll;
	background-position: bottom;
	background-image: url(images/landscape2.jpg);
	background-repeat: repeat-x;
	width: 600px;
	height: 100%;
}	
.text
{
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	width: 580px;
	height: 90%;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	color: #000000;
}
.text2
{
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	width: 580px;
	height: 90%;
	color: white;
}
.tborder
{
	border: 1px solid forestgreen;
}