@charset "utf-8";
/* CSS Document */

#wrapper {
        margin: 0 auto;
        text-align: left;
        vertical-align: top;	        
        font-size: 10px;
	background-color: #0d0d0d;
	border: 12px solid #2e2e2e;
	position:relative;
        height:99%;        
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	background: #2e2e2e repeat-x;
	display: block;
	overflow: hidden;	
	height:42px;
	text-transform:capitalize;
        width: 100%
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 0px 20px;
	color: white;
	text-decoration: none;
        font-size: 10px;
        font-weight: bold;
}
#nav li a:hover {
    background: #1b1b1b repeat-x;
   border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;    
}
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;	
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content
{
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    width: 98%;
}

h2 {
	margin: 0;
	padding: 0.5em 0;
	color:#568945;	
}
p {
	margin: 0;
	padding: 0.4em 0;	
	line-height:1.4em;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}
.foot
{
    background: #121212;
    position: absolute;
    bottom: 0px;    
    padding: 0px;
    color: white;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-top:1px solid #222222;
}
