/* CSS Document */


body { 
  background: #ddd url("gradient_back.png");
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #0b4269; 
  margin:0px; 
  
} 

li {
       font-family: Verdana, Arial, Helvetica, sans-serif; 
       font-size: 12px; 
        color: #0b4269;
	}

a { 
  		text-decoration: none;
        color: #c86500; 
		font-weight: bold; 
} 

a:hover { 
        text-decoration: none; 
        font-weight: normal; 
        color: #F89800; 
		font-weight: bold;
} 

p { 
        line-height: 20px; 
        color: #0b4269; 
		font-weight: normal;
		font-size: 12px;    
} 


h1 { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 100%; 
        color: #000000; 
        font-weight: normal; 
} 

h2 { 
        font-size: 100%; 
        font-weight: normal; 
} 

h3 { 
        font-size: 100%; 
        font-weight: normal; 
} 

h4 { 
        font-size: 100%; 
        font-weight: normal; 
} 

h5 { 
        font-size: 100%; 
        font-weight: normal; 
} 

h6 { 
        font-size: 50%; 
        font-weight: normal; 
} 

img { 
        border: 0px; 
} 


#container {
           position: relative;
		   margin: 20px 50px 20px 50px;
		   background: #FFFFFF;
		   width: 810px;
		   min-height: 700px;
		   }

#topbar {
         position: relative;
		 top: 20px;
		 padding-left: 5px;
		 }

#sidebar {
         position: absolute;
		 background: #FFFFFF;
		 top : 175px;
		 left: 15px;
		 min-height: 500px;
		 }
		 
#content {
         position: relative;
		 margin: 30px 0px 0px 20px;
		 max-width: 780px;
		 min-height: 500px;
		 background: #FFFFFF;
		 }
		 
#bottom {
        position: relative;
		font-size: 9px; 
		}
		
