/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #4d4e16; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 10px 15px 0px 15px;}
.welcome {padding: 0px 13px 0px 15px;}

.advert {background: url('featured-bg.jpg') left bottom no-repeat;}

.events {padding: 0px 15px 0px 15px;}
.featured-bus {padding: 0px 0px 0px 9px;}

.events-image {padding: 0px 0px 0px 17px;}

.footer, .copyright {color: #fff9cd; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #cf813a;}
a:visited {text-decoration: none; color: #4d4e16;}
a:hover {text-decoration: underline; color: #cf813a;}
a:active {text-decoration: none; color: #cf813a;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff9cd;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff9cd;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff9cd;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff9cd;}

.img2 a:link {color:#cf813a; text-decoration: none; font-weight: normal;}
.img2 a:visited {color:#cf813a; text-decoration: none; font-weight: normal;}
.img2 a:hover {color:#990000; text-decoration: none; font-weight: normal;}
.img2 a:active {color:#cf813a; text-decoration: none; font-weight: normal;}


/* ----- backgrounds ----- */
.top {background: url('top-x.jpg') center top repeat-x;}

.fader {background: url('fader-x.jpg') center top repeat-x;}
.fader-l {background: url('fader-l.jpg') right top no-repeat;}
.fader-r {background: url('fader-r.jpg') left top no-repeat;}

.cont {background-color: #e1ac25;}
.cont-y {background: url('cont-y.gif') left top repeat-y;}
.cont-l {background: url('cont-l.jpg') right top repeat-y;}
.cont-r {background: url('cont-r.jpg') left top repeat-y;}

.sub-cont-y {background: url('sub-y.gif') left top repeat-y;}

.events-bg {background: url('events-bg.jpg') left top no-repeat;}
.featured-bg {background: url('featured-bg.jpg') left bottom no-repeat;}

.events {background: url('events-back.gif') left top repeat-y;}
.events-image {background: url('events-image.gif') left top no-repeat;}

.featured-bus {background: url('featured-back.png') left top repeat-y;}

.foot {background: url('foot-x.jpg') center top repeat-x;}
.foot-l {background: url('foot-l.jpg') right top no-repeat;}
.foot-r {background: url('foot-r.jpg') left top no-repeat;}

.sub-foot {background: url('sub-foot-x.jpg') center top repeat-x;}
.sub-foot-l {background: url('sub-foot-l.jpg') right top no-repeat;}
.sub-foot-r {background: url('sub-foot-r.jpg') left top no-repeat;}


/* ----- other stuff ----- */
.img {border:1px solid #B2AA69;}

#fader {height: 301px; width: 760px; overflow: hidden;}

ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
