/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat-x #323232; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #292118;
	text-align: left;
}

td {font-size: 8pt; text-align: left;}
p {margin: 0px; padding: 0px; text-align: left;}


/* ----- typography/positioning ----- */
.content {padding: 0px 45px 0px 45px;}
.welcome {padding: 0px 24px 0px 45px;}
.news {padding: 0px 45px 0px 24px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #4c7235;}
a:visited {text-decoration: none; color: #4c7235;}
a:hover {text-decoration: underline; color: #4c7235;}
a:active {text-decoration: none; color: #4c7235;}

.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 ----- */
.content-bg {background: url('content-bg.gif') left top repeat-y;}
.welcome-bg {background: url('welcome-bg.gif') left top repeat-y;}

.content {background: url('content-non.jpg') left top no-repeat;}
.welcome {background: url('welcome-non.jpg') left top no-repeat;}
.news {background: url('news-non.jpg') left top no-repeat;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 267px; overflow: hidden;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}