body
{
font-family: verdana;
background-color: #807f80;
background-image: url(background.png);
background-repeat: repeat-y;
color: #807f80;
font-size: 10px;
}


a:link, a:visited, a:active
{
color: #a8342f;
text-decoration: none;
font-family: century gothic;
font-size: 10px;
border-bottom: 1px dotted #a8342f;
}

a:hover
{
color: #000000;
text-decoration: none;
border-bottom: 2px solid #000000;
}

#banner
{top: 0px;
left: 0px;
width : 450px;
height : 397px;
position: absolute;
background-image: url("banner.png"); }

#background2
{top: 0px;
left: 0px;
height: 310px;
background-image: url(background2.png);
background-repeat: repeat-x; }


#nav
{
left: 500px;  
top: 245px; 
position: absolute; 
text-align:center;} 

#div3
{
left: 26px;
width: 393px; 
top: 385px; 
position: absolute;
text-align:justify;
}

h1 {
color: #000000;
border-left: 7px solid #a8342f;
font-family: century gothic;
font-size: 15px;
text-align: right;
font-weight: normal;
margin-bottom: 2px;
border-bottom: 1px dashed #8b393f;
}

h2 {
color: #a8342f;
border-left: 7px solid #000000;
font-family: century gothic;
font-size: 15px;
text-align: right;
font-weight: normal;
margin-bottom: 2px;
border-bottom: 1px dashed #8b393f;
}

h3 {
color: #000000;
border-left: 7px solid #a8342f;
font-family: century gothic;
font-size: 15px;
text-align: left;
font-weight: normal;
margin-bottom: 2px;
border-bottom: 1px dashed #8b393f;
}


#nav a {
text-decoration: none; 
background: #3f3f3f;
opacity: 0.8;
text-align: center;
color: #FFFFFF;
font-family: century gothic;
font-size: 17px;
}

#nav a:hover {
color: #db7746;
}

b {color: #b33e3a;}
u {color: #66a950;}
i {color: #ef8536;}

textarea,input,submit,reset
{ font-size: 10px;
background: #000000;
font-family:verdana;
color: #FFFFFF;
border: 1px solid #FFFFFF;
}