body {
	background-color:#393737 ;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#ddd;
}

*{
	margin:0;
	padding:0;
	border:none;
}

div#container{
	width:950px;
	margin:0 auto;
}

div#masthead{
	width:950px;
	margin:20px auto;
	margin-top:100px;
}

div#greenzone{
	background-color:#34662b;
	/*height:325px;*/
	width:100%;
}

div#nav {
	width:120px;
	height:325px;
	float:left;
	text-align:right;
}

div#nav ul{ margin:40px 20px 0 0; }

div#nav ul li {
	list-style:none;
	margin-top:5px;
}

div#nav ul li a{
	text-decoration:none;
	color:#fff;
	padding-right:15px;
}

div#nav ul li a:hover{
	background-image:url(../images/pointer.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

div#nav span.selected{
	color:#fff;
	background-image:url(../images/pointer.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}

div#pageContents img { float:left;}

div#pageText {
	float:left;
	width:515px;
	margin:30px 0 10px 15px;
	line-height:18px;
}

div#pageText h1 {
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	font-size:17px;
}

div#pageText p {
	margin-bottom:13px;
}

div#footer{
	width:950px;
	margin:0 auto;
	margin-top:3px;
	color:#ccc;
	clear:both;
	font:normal 9px Verdana, Geneva, sans-serif;
	background-color:#393737;
}

span#copyright { float:left;}

div#footer span#designed { float:right;}

div#footer a { color:#CCCCCC; text-decoration:none}

div#footer a:hover { font-weight:bold}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
