body { 
background: url(img/ccbg.gif);
background-color: #EFDCB4;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #504227;
}

a:active {background: #EFDCB4; color: #B89166; text-decoration: none;}
a:link {background: #EFDCB4; color: #B89166; text-decoration: none;}
a:visited {background: #EFDCB4; color: #B89166; text-decoration: none;}
a:hover {background: #EFDCB4; color: #504227; text-decoration:overline underline;
}

 input {
color: #504227;
background: #EFDCB4;
border: 1px solid;
}
textarea {
color: #504227;
background: #EFDCB4;
border: 1px solid;
}

select {
color: #504227;
background: #EFDCB4;
border: 1px solid;
}

#mainimg {  
position: absolute; 
left: 0px;
top: 10px;
width: 430px;
height: 430px;

}

#mainimg2 {  
position: absolute; 
left: 418px;
top: 10px;
width: 140px;
background: #EFDCB4;
text-align: left;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px;
color: #E8DFD2;
margin: 0px;
padding: 3px;
z-index: 1;
}


#textarea { 
position: absolute; 
left: 540px;
top: 20px; 
width: 266px;
height: 400px;
overflow: auto;
padding: 5px;
background: #EFDCB4;
text-align: left;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #504227; 
z-index: 2;
}


.header {
background: #EFDCB4;
font-family: tahoma, verdana, sans-serif; 
font-size: 14px;
font-weight: bold; 
color: #504227; 
border-width: 0px 0px 1px 0px; 
border-style: solid;
border-color: #504227;
text-transform: uppercase;
text-align: left;
margin: 0px;
padding: 1px;
}


