* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #000000;
 padding: 0; 
 margin: 0;
}
#wrapper { 
 margin: 0 auto;
}
#header {
 text-align: center;
 color: #668;
 width: 100%;
 float: left;
 padding: 10px;
 height: 80px;
 margin: 10px 0px 5px 0px;
 background-color:#000000;
}
 
#header a {
 text-decoration: none;
 color: #fff
}
 
#leftcolumn { 
 padding: ;
 color: #333;
 background:#000000;
 width: 20%;
 float: left;
 display: inline;
}
#content { 
 text-align: center;
 font-size: 15px;
 float: left;
 color: #fff;
 background:#000000;
 width: 50%;
 display: inline;
 padding-left:8px;
}

#content ul li {
 font-size:15px;
 color: #E2A53A;
}


#content  a { 
 color: #7EEC60;
 font-size: 20px;
 text-decoration: none;
}

#content  h1 { 
 color: #7EEC60;
 font-size: 30px;
 text-decoration: none;
}

#content  h3 { 
 color: #669;
 font-size: 20px;
 text-decoration: none;
}

#content  h2 { 
 color: #669;
 font-size: 20px;
 text-decoration: none;
}

#content2 { 
 text-align: center;
 float: left;
 color: #eee;
 background: #0c0c0c;
 height: 50px;
 width: 100%;
 display: inline;
}

#content2  a { 
 color: #7EEC60;
 font-size: 20px;
 text-decoration: none;
}

#fav a {
 color: #7EEC60;
 font-size: 18px;
}

#rightcolumn { 
 color: #333;
 background:#000000;
 width: 15%;
 float: right;
 padding-right:100px;
}
#footer { 
 text-align: center;
 width: 100%;
 clear: both;
 color: #333;
 background-color:#000000;
}

#footer  a {
 text-decoration: none;
 color: #fff;
}

ul.menu {
list-style-type:none;
width:100%;
position:relative;
display:block;
height:30px;
font-size:10px;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#000;
font-weight:700;
}


/*ORANGE*/
ul.menu.orange{
background-color:#737373;
}
ul.menu.orange li a:hover, .menu.orange li.current {
background-color:#76ef62;
}
