/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat-x #e7d5af; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 10px 0px 18px;}
.content2 {padding: 0px 20px 0px 26px;}
.bullets {padding: 0px 0px 0px 10px;}

.footer, .copyright {color: #6e2826; text-align: center; font-size:7pt;}
.menu {font-family: georgia, serif; font-size: 9pt;}
.menutitle {font-family: georgia, serif; font-size: 10pt; font-weight: bold; font-style: italic; color: #89342d;}

/* ----- links ----- */
a:link {text-decoration: none; color: #124c3d;}
a:visited {text-decoration: none; color: #124c3d;}
a:hover {text-decoration: underline; color: #124c3d;}
a:active {text-decoration: none; color: #124c3d;}

.footer a:link, .copyright a:link {text-decoration: none; color: #6e2826;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #6e2826;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #6e2826;}
.footer a:active, .copyright a:active {text-decoration: none; color: #6e2826;}


/* ----- backgrounds ----- */
.nav_l {background: url('nav_l.jpg') right top no-repeat;}
.nav_r {background: url('nav_r.jpg') left top no-repeat;}

.fader_l {background: url('fader_l.jpg') right top no-repeat;}
.fader_r {background: url('fader_r.jpg') left top no-repeat;}
.fader_r2 {background: url('fader_r2.jpg') left top no-repeat;}

.bg_left {background: url('bg_left.jpg') right top no-repeat;}
.bg_right {background: url('bg_right.jpg') left top no-repeat;}

.bg_left2 {background: url('bg_left2.jpg') right top no-repeat;}
.bg_right2 {background: url('bg_right2.jpg') left top no-repeat;}

.cont2 {background: url('cont_bg.jpg') left top no-repeat #d4b983;}
.cont {background-color: #d4b983;}
.foot {background: url('foot_bg.jpg') center top repeat-x;}


/* ----- other stuff ----- */
.img {border:2px solid #fff;}
ul li {
	margin-top:10px;
	margin-left: -5px; 
	list-style-image: url('bullet.gif');
	font-weight:bold;
}