a:link { 
color: #a2ff00;
text-decoration: none;
}
a:visited { 
color: #a2ff00;
}
a:hover { 
color: #9ceb3c;
}
a:active { 
color: #9ceb3c;
}


body {
background-color: #6d615a;
}

#center {
width: 465px;
margin: 0 auto;
padding: 15px;
background-color: transparent;
}

#header {
background-color: transparent;
background-image: url("images/header.png");
width: 465px;
height: 125px;
}

#footer {
background-color: transparent;
background-image: url("images/footer.png");
width: 465px;
height: 14px;
text-align: center;
font-family: verdana;
font-size: 10px;
color: #a2ff00;
letter-spacing: -1px;
}



#text {
background-color: #a28472;
background-image: url("images/bg.png");
border-left: 3px solid #854823;
border-right: 3px solid #854823;
width: 427px;
padding: 16px;
font-family: verdana;
font-size: 12px;
color: #232323;
text-align: justify;
}


#hrr {
width: 427px;
height: 14px;
background-color: transparent;
background-image: url("images/hr.png");
text-align: center;
font-family: verdana;
font-size: 9px;
color: #a2ff00;
letter-spacing: -.5px;
}

#about {
background-color: #854823;
width: 459px;
height: 135px;
border-left: 3px solid #854823;
border-right: 3px solid #854823;
overflow: auto;
padding: 0px;
font-family: verdana;
font-size: 13px;
color: #232323;
text-align: left;
}


#miniheader {
background-color: transparent;
background-image: url("images/miniheader.png");
width: 465px;
height: 14px;
}

#minifooter {
background-color: transparent;
background-image: url("images/footer.png");
width: 429px;
height: 14px;
text-align: left;
padding-left: 18px;
padding-right: 18px;
font-family: verdana;
font-size: 10px;
color: #a2ff00;
letter-spacing: -1px;
}


p {
margin: 0;
}


/* This is for the tabs  */

#nav {
border-bottom-style: solid;
border-bottom-color: #854823;
border-bottom-width: 1px;
}

#nav a {
color: #ce9f70;
background: #854823 url(images/left.png) left top no-repeat;
text-decoration: none;
padding-left: 10px;
}

#nav a span {
background: url(images/right.png) right top no-repeat;
padding-right: 10px;
height: 13px;
}

#nav a:hover {
color: #854823;
background: #ce9f70 url(images/left_hover.png) left top no-repeat;
padding-left: 10px;
height: 13px;
} 

#nav a:hover span {
background: url(images/right_hover.png) right top no-repeat;
padding-right: 10px;
height: 13px;
}


