/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 25px 0px 25px;}
.welcome {padding: 0px 25px 0px 0px;}
.news {padding: 0px 35px 0px 23px;}
.vid {padding: 0px 0px 0px 22px;}

.i1 {padding: 0px 10px 0px 25px;}
.i2 {padding: 0px 7px 0px 20px;}
.i3 {padding: 0px 25px 0px 14px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #972528;}
a:visited {text-decoration: none; color: #972528;}
a:hover {text-decoration: underline; color: #972528;}
a:active {text-decoration: none; color: #972528;}

.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 ----- */
.bg-top {background: url('bg-top.jpg') center top repeat-x;}
.bg-welcome {background: url('bg-welcome.jpg') left top no-repeat #f2f3f3;}
.bg-content {background: url('bg-content.jpg') left top no-repeat #f2f3f3;}

.shadow-l {background: url('shadow-l.png') right top repeat-y;}
.shadow-r {background: url('shadow-r.png') left top repeat-y;}

.foot-l {background: url('foot-l.png') right top no-repeat;}
.foot-r {background: url('foot-r.png') left top no-repeat;}

.vid {background: url('bg-vid.jpg') left top no-repeat;}


/* ----- other stuff ----- */
#fader {height: 270px; width: 538px; overflow: hidden;}
.img {border: 2px solid #89a6af;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}