/*	Overall Site Style	*/


a:active,a:link,a:visited {color: #795A38;
text-decoration: underline;}

a:hover {color: #795A38;
text-decoration: overline;}

body 
{font-family : Lucida Grande, Arial, Verdana, sans-serif;
font-size: 12px;
color: #000000;
margin: 0px;
padding: 0px;
background-image: url(bg.jpg);
}

input, textarea, select
{background-color: #000000; 
color: #F4DCB7; 
border: 1px solid #F4DCB7;
font: 10px verdana;} 

table, td, tr 
{border-collapse: collapse;
font-family : Lucida Grande, Arial, Verdana, sans-serif;
font-size: 12px;}

p {
text-align: justify;
padding: 6px;
}

.bg {
background-color: #ead1a8;
}

.head    
{
text-align: right;
font-weight: bold;
font-style: italic;
font-size: 22px;
font-family: century gothic, verdana;
text-transform: lowercase;
color: #000000; 
}

h1 {
text-align: right;
font-weight: bold;
font-style: italic;
font-size: 22px;
font-family: century gothic, verdana;
text-transform: lowercase;
color: #000000; 
margin-bottom: 0px;
margin-top: 0px;
}

h2 {
text-align: left;
font-weight: bold;
font-style: italic;
border-bottom: 1px solid #000000;
font-size: 22px;
font-family: century gothic, verdana;
color: #000000; 
text-transform: lowercase;
}