/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat-x #3e2f18; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #ffdfae;
	text-align: center;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}

#ctr {margin-left: auto; margin-right: auto; width: 760px; text-align:left;}
#copyright {text-align:center;}


/* ----- typography/positioning ----- */
.welcome {padding: 0px 16px 0px 26px;}
.content {padding: 0px 0px 0px 0px;}
.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}

#nav_cont {position:absolute; z-index:10; width:442px; height:47px; margin-left:296px; margin-top:14px;}


/* ----- links ----- */
a:link {text-decoration: none; color: #f38031;}
a:visited {text-decoration: none; color: #f38031;}
a:hover {text-decoration: underline; color: #f38031;}
a:active {text-decoration: none; color: #f38031;}

.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-bg {background: url('main-bg.jpg') left top repeat-y;}
.sub-bg {background: url('sub-bg.jpg') left top repeat-y;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 388px; overflow: hidden;}
ul {
	margin:0; 
	padding:0;
}

ul li {
	margin:0 0 5px 20px; 
	padding:0;
	list-style-image: url('bullet.gif');
}