/* ----- universal settings -----*/
body {margin:0px; padding:0px; background: #64755B; font-family:georgia, serif; font-size: 8pt; color: #000;}
td {font-size: 8pt; color: #000;}


/* ----- typography ----- */
.content {font-size: 8pt; color: #000; padding: 0px 40px 0px 43px;}
.footer, .copyright {font-size: 8pt; color: #fff;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #A35F24;}
.content a:visited {text-decoration: none; color: #A35F24;}
.content a:hover {text-decoration: underline; color: #A35F24;}
.content a:active {text-decoration: none; color: #A35F24;}

.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 ----- */
.main {background: url(repeat.jpg) center top repeat-y;}
.cont {background: url(nonrepeat.jpg) center top no-repeat;}
.top_l {background: url(top_l.jpg) right top no-repeat;}
.top_r {background: url(top_r.jpg) left top no-repeat;}


/* ----- other stuff ----- */
ul li {margin-left: 16px;}
.map {border:1px solid #A35F24;}
.image {border:3px solid #A35F24;}