/* CSS Document */

body {
background: #c7c6b8 url(../images/bg.jpg) top repeat-x;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

#content {
background:url(../images/bg-content.jpg) top no-repeat;
padding:50px 20px 20px 20px;
width:625px;
}

#nav {
background:url(../images/bg-nav.jpg) top no-repeat;
}

#nav ul {
padding:0 8px 0 0;
margin: 0 0 0 -10px;
text-align:right;
}

#nav li, #nav li a, #nav li a:visited {
list-style:none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#666;
font-weight:bold;
letter-spacing:0;
line-height:25px;
text-decoration:none;
}

#nav li a:hover {
color:#882b8f;
}

#cell {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#555;
background-color:#e3e1da;
border: 1px solid #aaa;
}

/* Font Style */

.txt-black, .txt-black a, .txt-black a:visited {
font-family:'Tahoma', Arial, Helvetica, sans-serif;
font-size:13px;
color:#5a674e;
line-height:18px;
}

.txt-black a:hover {
color:#7e5aa2;
}
.txt-title, .txt-title a, .txt-title a:hover, .txt-title a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:24px;
color:#5a674e;
}

.footer, .footer a, .footer a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
text-decoration:none;
}

.footer a:hover {
color:#eee;
text-decoration:underline;
}

.footer2, .footer2 a, .footer2 a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
text-decoration:none;
}

.footer2 a:hover {
color:#ccc;
text-decoration:underline;
}

/* Form */

select, input, textarea { 
font: 12px Arial, Helvetica, sans-serif; 
background-color: #e3ecdb; 
color: #333; border: 
1px solid #9d9d9d; padding:1px; }

.go { border:none; }
