/* CSS Document */

body{
	background: #906641 url(images/bg.jpg);
	margin: 0;
	}
	
	
.content{
	font-family: georgia;
	font-size: 11px;
	color: #000000;
	text-align: left;
}	
	
.sidebar{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #696969;
	}
	
	
	
/************* Styles **********************/
blockquote{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #ffffff;
	text-indent: 20px;
	font-style: italic;
	border-left: 6px solid #128a78;
	padding: 10px;
	margin: 10px 35px 10px 35px;
	}


/******** Links Start *****/	
a:link, a:visited { 
	color: #ff8605;
	text-decoration: none;
	font: 10px Arial;
	text-transform: lowercase;
	border-bottom: 2px solid #ffffff;
	}

a:hover, a:active { 
	color: #ffffff;
	font: 10px Arial;
    font-weight: bold;
	text-transform: lowercase;
	border-bottom: 2px solid #3a778c;
	}



	
	
/***************** Headers *********************/

h1{
	font-family: Georgia;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: -2px;
	height: 35px;
	background-position: top right;
	padding-left: 10px;
	margin-bottom: 2px;
	}
	
h2{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #58d8c5;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
	padding-left: 5px;
	border-bottom: 1px dashed #c3d5ee;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
	
h2 b{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3a768a;
	}	


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #14110d;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
	background: transparent url(images/h3.gif) no-repeat;
	height: 13px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	}	
	
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ff8605;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
	background: transparent url() no-repeat;
	height: 13px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	}	
	
	
	
	



/*************** Sidebar styles ****************/	
.sider {
	padding-left: 10px;
	padding-right: 10px;
	}

a.link, a.link:visited
   {
   color: #3f8f7d;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-align: left;
   text-decoration: none;
   text-transform: capitalize;
   line-height: 11px;
   display: block;
   border-bottom: 1px solid #333435;
   margin-bottom: 1px;
   padding-left: 5px;
   } 
   
 a.link:hover, a.link:active
   {
   border-bottom: 0px;
   color: #eca608;
   display: block;
   font-weight: normal;
   margin-bottom: 1px;
   padding-left: 5px;
   border-bottom: 1px solid #685f56;
   text-align: left;
   text-decoration: none;
   line-height: 11px;
   }


