/* CSS Document */

html
{
 height: 100%;
}

body
{
font-family: Verdana; 
color: #282C34; 
font-size:12px; 
padding: 0 0 0 0; 
margin: 0 0 0 0; 
height: 100%; 
/* overflow: scroll; */ 
background:url(background2.png) repeat;
}

div.headerback
{
position: absolute; 
top: 0px; 
left: 0px; 
width: 100%; 
height: 700px; 
background:url(background3.png) repeat-x; 
z-index: 1; 
overflow: hidden;
}

div.header
{
width: 700px; 
margin: auto; 
/*height: 100%; %*/ 
text-align:center; 
border-left: 10px solid #CEC7B5; 
border-right: 10px solid #CEC7B5; 
background-color:#E8E5D5; 
position: relative; 
z-index: 2; 
padding: 0 0 0 0;
}

div.main
{
width: 665px; 
padding-top: 30px; 
margin: auto; 
/* height: 100%;*/
background-color:WHITE;  
border-left: 10px solid #CEC7B5; 
border-right: 10px solid #CEC7B5; 
background:url(background.png) repeat-x; 
position: relative; 
z-index: 3; 
padding-left: 10px; 
padding-right: 25px;
}

h3
{
letter-spacing:3px; 
font-size: 18px;
}

h4
{
letter-spacing:3px; 
font-size: 14px;
font-weight: bold;
}

.padding
{
padding-left: 15px
}

img
{
 border: none;
}
a
{
 color: #282C34; 
 text-decoration: underline;
 border: none;
}
