html,body{
	margin:0;
	padding:0;
	}
	
body{
	font: 11px verdana; 
	width: 775px;
	}
	

	
a{
	display:block;
	/*color: #981793;*/
	padding:0px;
	}
	
div#header{
    /*margin-top: 50px;*/
	/*height: 82px;*/
	width: 775px;
	margin-top: -2px;
	padding-left:0px;
	background-image: url('/css images/drd/bkground.jpg');
	background-repeat: no-repeat;
	background-position: top left;

	}
div#header h1{
	float: right;
	width: 530px;
    margin-top: 50px;
	height: 43px;
	line-height: 20px;
	margin:0;
	margin-left:270px;
	background: none;
	color: #79B30B;
	}
	

	
div#navigation{
	margin-top:160px;
	/*background: pink;*/
	}
	
div#extra{
	/*background: yellow;*/
	}
	
div#footer{
	/*background: #333;*/
	color: #333;
	}
	
div#footer p{
	margin:0;
	padding:5px 10px;
	}

div#wrapper{
	float:right;
	width:100%;
	margin-left:-200px;
	}
	
div#content-intro{
	margin-left:230px;
	padding-top: 8px;
	backrground: none;
	height: 30px;
	width: 515px;
	}
div#content{
	float: right;
	margin-left:0px;
	backrground: none;
	width: 525px;
	}
	
div#navigation{
	float:left;
	width:200px;
	}
	
div#extra{
	float:left;
	clear:left;
	width:200px;
	}
	
div#footer{
	clear:both;
	width:100%;
	margin-top: 285px;
	}


#navcontainer { /* none needed */ }

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        margin: 0;
        padding: 1px 0 1px 0;
        background-color: none;
        border-top: 0px solid #e0ede9;
        border-bottom: 0px solid #e0ede9;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 0px 15px 0px 15px;
        color: #ffffff;
        border-right: 0px dashed #d1e3db;
        text-decoration: none;
}

ul#navlist li#active {
        color: #000000;
        background-color: none;
}

#navlist a:hover {
        color: #000000;
        background-color: none;
}