/* ----- 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: #5d3c1c;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}
div {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 0px;}
.welcome {padding: 0px 5px 0px 5px;}

.i1 {padding: 0px 110px 0px 28px;}
.i2 {padding: 0px 110px 0px 32px;}
.i3 {padding: 0px 95px 0px 25px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #425d1c;}
a:visited {text-decoration: none; color: #425d1c;}
a:hover {text-decoration: underline; color: #425d1c;}
a:active {text-decoration: none; color: #425d1c;}

.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_fader {background: url('bg_fader.jpg') center top repeat-x;}
.bg_mid {background: url('bg_cont.jpg') center top repeat-x;}
.bg_mid2 {background: url('bg_cont2.jpg') center top;}
.foot_bg {background: url('foot_bg.jpg') center top repeat-x;}

.right {background: url('right.jpg') no-repeat;}
.left {background: url('left.jpg') no-repeat;}

.i1 {background: url('bg_icon_01.jpg') no-repeat;}
.i2 {background: url('bg_icon_02.jpg') no-repeat;}
.i3 {background: url('bg_icon_03.jpg') no-repeat;}


/* ----- other stuff ----- */
#fader {height: 342px; width: 580px; overflow: hidden;}

.image {border:3px solid #fff;}

ul li {list-style: none; background-image: url(bullet.gif);	background-repeat: no-repeat;}

.right ul {margin-left:10px; margin-top:0px; padding:0px;}
.right ul li {margin-left:0px; padding:8px 0px 0px 15px; background-position: 0em .5em;}

.i3 ul {margin-left:10px; margin-top:0px; padding:0px;}
.i3 ul li {margin-left:0px; padding:2px 0px 0px 15px; background-position: 0em 0em;}