html, body {
margin : 0;
padding : 0;
}
body {
width : 100%;
font : 76% Helvetica, "lucida sans", Tahoma, "Trebuchet MS",  Arial, sans-serif;
color : #a52a2a;
background : #191919;
}
			/*WRAP*/
#container {
width : 100%;
margin : 0 auto;
background : #191919 url(../images/sun.jpg) no-repeat;
color :#ccc;
line-height : 2em;
}
			/*TOP BAR*/
#top {
height : 140px;
border-bottom : 1px solid #FFD300;
background : #FFD300 url(../images/header.jpg) no-repeat;
color : #191919;
}
#top h1 {
float : right;
padding : 0;
margin : 0 5px 0 0;
font-size : 150%;
letter-spacing: 3px;
}
			/*TOP BAR MENU*/
#menu {
height : 100px;
margin : 0;
padding : 0;
list-style-type : none;
list-style-image : none;
text-transform : lowercase;
}
#menu li {
float : left;
width :7em;
border-right : 1px solid #eee;
}
#menu a {
display : block;
height : 100px;
width : 7em;
font-weight : bold;
line-height : 50px;
padding : 40px 0 0 0;
text-align : center;
color : #000;
background : #FF7900;
}
#menu a:hover {
color : #fff;
background : #FF3B00 url(../images/sun2.jpg);
}
			/*LEFT SIDEBAR*/
#leftnav {
margin-top : 30px;
float : left;
width : 180px;
padding : 2em;
}
#leftnav p {
margin : 0 0 1em 0;
}
#leftnav h2 {
margin: 0 0 10px 0;
font-size : 150%;
letter-spacing: 5px;
color : #FFD300;
background : inherit;
}

#content {
margin : 30px 100px 0 240px;
padding : 2em 3em 1em 3em;
height:500px;
}
#content h2 {
margin: 0 0 10px 0;
font-size : 150%;
letter-spacing: 5px;
color : #FFD300;
background : inherit;
}
			/*FOOTER*/
#footer {
clear : both;
margin : 0;
padding : .5em 0 1em 0;
border-bottom : 0px solid #808080;
border-top : 1px solid #808080;
color : #eee;
background : #191919;
}
/* end */
#footer .pr {
    text-align: right;
    padding-right : 100px;
}
#footer .pl {
    text-align: left;
    padding-left : 100px;
}
			/*LINKS*/
a:link, a:visited {
color : #FF7900 ;
background : inherit;
text-decoration : none;
}
a:hover {
color : #FFD300;
background : inherit;
text-decoration : none;
}
a:active {
color : #666;
background : inherit;
text-decoration : none;
}
.navlist li {
margin: 0 15px 5px 0;
padding: 2px;
font-size: 90%;
list-style-image:url(../images/arrow.gif);
background: inherit;
color: #D5D9B4;
}
img {
border : none;
}
			/*CLASS*/
.quote {
font-weight: bold;
border-top : 1px solid #808080;
padding :  10px;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}

.form { 
  margin: 8px 0 0 0;
}
.form input { 
  padding: 2px; 
  width: 200px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
.form input[type="Submit"] { 
  font: 13px arial, sans-serif; 
  border: 0; 
  width: 90px;
  height: 25px;
  padding: 0 0 3px 0;
  cursor: pointer; 
  background: #EE801D; 
  color: #FFF;
  text-shadow: 1px 1px #0BA0E5;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}