/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 1px 0px 0px; 
	background-color: #5e5c28; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 44px 0px 44px;}
.welcome {padding: 0px 0px 0px 44px;}
.side {padding: 0px 44px 0px 4px;}
.footer, .copyright {color: #000; text-align: center;}


/* ----- links ----- */
a:link {text-decoration: none; color: #065642;}
a:visited {text-decoration: none; color: #065642;}
a:hover {text-decoration: underline; color: #065642;}
a:active {text-decoration: none; color: #065642;}

.footer a:link, .copyright a:link {text-decoration: none; color: #000;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #000;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #000;}
.footer a:active, .copyright a:active {text-decoration: none; color: #000;}


/* ----- backgrounds ----- */
.top {background: url('top_bg.jpg') center top repeat-x;}
.top_l {background: url('top_l.jpg') right top no-repeat;}
.top_r {background: url('top_r.jpg') left top no-repeat;}

.mid {background: url('mid_bg.jpg') center top repeat-x;}
.mid_l {background: url('mid_l.jpg') right top no-repeat;}
.mid_r {background: url('mid_r.jpg') left top no-repeat;}

.bottom_l {background: url('bottom_l.jpg') right top no-repeat;}
.bottom_r {background: url('bottom_r.jpg') left top no-repeat;}

.welcome {background: url('welcome_bg.jpg') center top no-repeat;}
.content {background: url('content_bg.jpg') center top no-repeat;}
.mainy {background: url('main_bg.jpg') center top repeat-y;}
.submainy {background: url('sub_bg.jpg') center top repeat-y;}
.footer {background: url('footer_bg.jpg') center top repeat-y;}


/* ----- other stuff ----- */
.image {border:3px solid #772315;}
ul li {
	margin-left: -10px; 
	list-style-image: url('FILENAME.jpg');
}