/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 1px;
	background: url('bg.jpg') center top repeat-y #222222; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #e7d393;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 61px 0px 61px;}
.welcome {padding: 0px 5px 0px 61px;}

.location {padding: 0px 0px 0px 10px;}

.video {padding: 0px 0px 0px 14px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}

.sub {font-size: 9pt; color: #fff;}


/* ----- links ----- */
a:link {text-decoration: none; color: #fff;}
a:visited {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #fff;}
a:active {text-decoration: none; color: #fff;}

.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 ----- */
.top {background: url('top.gif') center top repeat-x;}

.nav-l {background: url('nav-l.jpg') center top repeat-x;}
.nav-r {background: url('nav-r.jpg') center top repeat-x;}

.welcome {background: url('welcome-bg.jpg') left top no-repeat;}
.content {background: url('content-bg.jpg') left top no-repeat;}
.video {background: url('video-bg.jpg') left top no-repeat;}

.cont-bg {background: url('cont-bg.jpg') left top repeat-y;}
.cont-bg-sub {background: url('cont-bg-sub.jpg') left top repeat-y;}
.mid-l {background: url('mid-l.jpg') center top repeat-x #0d0d0c;}
.mid-r {background: url('mid-r.jpg') center top repeat-x #0d0d0c;}

.location {background: url('loc-mid.png') left top repeat-y;}

.bot {background: url('bot-r.jpg') center top repeat-x;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}

.cellhover td:hover {background-color: #222222;}
.cellhover a:hover {text-decoration: none; color: #fff;}
.border {border-left:2px solid #222222; padding-left:6px;}