/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat-x #a2b2a6; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
	text-align: left;
}

td {font-size: 8pt; text-align: left;}
p {margin: 0px; padding: 0px; text-align: left;}


/* ----- typography/positioning ----- */
.content {padding: 0px 29px 0px 29px;}
.news {padding: 0px 29px 0px 29px;}
.footer, .copyright {color: #00; text-align: center; font-size: 7pt;}
h1 {font-size: 9pt; padding: 0px; margin: 0px;}


/* ----- links ----- */
a:link {text-decoration: none; color: #700;}
a:visited {text-decoration: none; color: #700;}
a:hover {text-decoration: underline; color: #700;}
a:active {text-decoration: none; color: #700;}

.footer a:link, .copyright a:link {text-decoration: none; color: #000;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #000;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #000;}
.footer a:active, .copyright a:active {text-decoration: none; color: #000;}


/* ----- backgrounds ----- */
.content {background: url('cont.jpg') left top repeat-y;}
.news {background: url('t_04.jpg') left top no-repeat;}
.specials {background: url('t_05.jpg') left top no-repeat;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 300px; overflow: hidden;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
.img {border: 3px solid #723a27;}