@charset "utf-8";
/* CSS Document */

.debug{
	outline:solid #009 1px;
	}
	
BODY{
	background-color:#666;
	background-image:url(../images/bg.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8 em;
	}

A {
	color:#000;
	}
	
#wrapper{
	margin-left:auto;
	margin-right: auto;
	width: 960px;
	min-height: 575px;
	background-color: rgb(255,255,255);	
	background-color: rgba(255,255,255,0.85);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	}
	
#title{
 	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	
	width: 960px;
	height: 150px;
	background-image:url(../images/title.png);
	background-repeat: no-repeat;
	}
	
#navcontainer {
	background-color: #000;
	color: #679902;
	border-top: 1px solid #066;
	border-bottom: 1px solid #066;	
	}

#navcontainer ul {
	padding-left: 60px;
	margin-left: 0;
	margin-top:0;
	background-color: #000;
	float: left;
	width: 900px;
	font-size: 16px;
	font-weight: bold;
	}

#navcontainer ul li {
	display: inline;
	}

#navcontainer ul li a {
	padding: 0.5em 1em;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #066;
	font-size:0.85em;
	}
	
#navcontainer ul li a:hover {
	background-color: #000;
	color: #e56c01;
	}	
	
#left{
	padding-left: 24px;
	width: 200px;
	min-height: 375px;
	float: left;
	}
	

#navcontainerleft ul
{
	list-style-type:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left:-42px;
	font-size: 0.8em;
	}

#navcontainerleft a
{
	color:#000;
}
	
#right{
	width: 700px;
	min-height: 375px;
	float:right;
	font-size: 0.8em;
	padding-right: 8px;
	margin-top: -8px;
	}
	
#right h1{
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	margin-top: 16px;
}

#footer{
	padding-top: 20px;
	height: 40px;
	text-align: center;
	font-size: 0.75em;	
	clear: both;
	}
