/* ----- universal settings -----*/
body {margin:0px; padding:0px; background: url(bg.jpg) center top; font-family:verdana, san-serif; font-size: 8pt; color: #000;}
td {font-size: 8pt; color: #000;}


/* ----- typography ----- */
.content {font-size: 8pt; color: #000; padding: 0px 10px 0px 23px;}
.subcontent {font-size: 8pt; color: #000; padding: 0px 23px 0px 23px;}
.footer, .copyright {font-size: 8pt; color: #fff;}


/* ----- links ----- */
.content a:link, .subcontent a:link {text-decoration: none; color: #A65624;}
.content a:visited, .subcontent a:visited {text-decoration: none; color: #A65624;}
.content a:hover, .subcontent a:hover {text-decoration: underline; color: #A65624;}
.content a:active, .subcontent a:active {text-decoration: none; color: #A65624;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.fader_l {background: url(fader_l.jpg) right top no-repeat;}
.fader_r {background: url(fader_r.jpg) left top no-repeat;}
.nav_l {background: url(nav_l.jpg) right top no-repeat;}
.nav_r {background: url(nav_r.jpg) left top no-repeat;}
.mid_l {background: url(mid_l.jpg) right top no-repeat;}
.mid_r {background: url(mid_r.jpg) left top no-repeat;}

.mid {background: url(bg_mid.jpg) center top repeat-x #ECECEE;}


.top {background: url(top_bg.jpg) center top repeat-x;}
.foot {background: url(foot_bg.jpg) center top repeat-x;}

.nav {background: url(nav_bg.jpg) center top repeat-x;}


/* ----- other stuff ----- */
ul li {margin-left: 16px;}
.image {border:3px solid #A65624;}