* {
    padding: 0;
    margin: 0;
} 

body {
    word-spacing: 2px;
    background: white;
	font: 11px Verdana, monospace, Arial, sans-serif;
	line-height: 1.5em; 
	color: #989898;
}

a { color: #333333; }
a:hover { color: #000; }

#wrap {
border-style: none;
background: #ffffff;
}

#header {
bottom: 70%;
width: 77%;
padding-bottom: 21px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
border-bottom-width: 0px;
border-left-style: dashed;
border-bottom-style: dashed;
border-right-style: dashed;
border-top-style: dashed;
border-left-width: 1px;
border-right-width: 0px;
border-top-width: 1px;
margin: 3px;
border-color: #bccc9f;
background: #ffffff no-repeat;
height: 70px;
}
#header h1 {
padding-left: 40px;
padding-bottom: 0;
padding-right: 0;
padding-top: 30px;
font-size: 1.8em;
color: #383838;
font-weight: 100;
}
#header h1 a{
text-decoration: none;
color: #111;
font-weight: 100;
}
#header h1 a:hover {
border-bottom: 1px dotted #aaa; text-decoration: none;
}

#header h2 {
padding: 2px 0 0 100px;
color: #404040;
font-size: 1.2em;
font-weight: 100;
}



#content {
padding-left: 10px;
padding-bottom: 0px;
padding-right: 0px;
padding-top: 4px;
margin: 0px;
float: center;
background: #ffffff;
}
.left { 
border-style: dashed; 
border-width: 0px; 
float: center;
width: 350px;
margin-right: 0px;
margin-top: 5px;
}

.left h2 { color: #90b256; border-style: none; font-size: 1.1em; margin: 0 0 5px 0; padding-top: 8px; }
.left h2 a { color: #8ab348; text-decoration: none; }
.left h2 a:hover { border-bottom: 1px dotted #aaa; text-decoration: none;}
.left a { color: #9b871f; text-decoration: none; }
.left a:hover { background-color: #f4f4f4; color: #88600e; border-bottom: 1px dotted #aaa; text-decoration: none; }

.right li a:hover { border-bottom: 1px dotted #aaa; text-decoration: none;;}

#footer {
width: 77%;
border-top-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
text-align: center;
border-color: #cbc48c;
border-style: dashed;
color: #b8da67;
height: 17px;
}
#footer a { color: #dddddd; text-decoration: none; }
#footer a:hover { color: #8483ff; border-bottom: 1px dotted #aaa; text-decoration: none; }
