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

*{
margin:0;
padding:0;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #333333;
background-color: #e9e9e9;
}

#wrapper {
background-color:#FFF;
width:60em;
margin:auto;
}

#branding {
width:60em;
background-color:#FFf;
}

#brandingtext{
background-color:#FFFFFF;
text-align:center;
width:42em;
color: #666666;
border-bottom:black thin solid;
border-top:black thin solid;
font-size:20px;
letter-spacing:0.01em;
line-height:1.4em;
}

#branding p{
font-size:36px;
}

#leftcolumn {
background-color: #6c805d;
float:left;
width:10em;
height:51em;
}


#menu{
width:100%;
float:left;

height:50em;
}

/*remove bullets from ul in navbar */
#menu ul{
list-style-type:none;

}

#menu li{
border-bottom:black thin solid;
font-size:90%;
}

#menu a,
#menu a:link,
#menu a:visited{
text-decoration:none;
background-color: #6c805d;
font-family:Verdana, Geneva, Arial, sans-serif;
height:2em;
color:#333333;
display:block;
line-height:2em;
outline-style:none;
padding-left:.5em;

}

#menu a:hover,
#menu a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited {
/*background-color:#adcc95;*/
background-color:#8CA679;


color:black;

/*background:#aaa url(../images/navbarbottomorange.jpg) repeat-x center;*/
}
#rightcolumn {
background-color: #6c805d;
width:10em;
float:right;
height:51em;

}

#center{
background-color: #FFFFFF;
width:38em;
height:50em;
margin-left:10em;
padding:0.5em;
}

#center p{

}

.adbox{
margin-top:.5em;
width:9em;
height:9em;
background-color:#e9e9e9;
}

#footer{
clear:both;
background-color:#CCC695;
line-height:1.5em;
padding:.5em;
font-size:10px;
height:6em;
color:#000000;
text-align:right;
}


#footer a,
#footer a:link,
#footer a:visited{
text-decoration:none;
color:#000000;
}

#footer a:hover,
#footer a:active{
text-decoration:underline;
color:#000;
}
