/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('icons/pinebg6.jpg') center top repeat-x #344103; 
	font-family: verdana, san-serif; 
	font-size: 9pt; 
	color: #fff;
}

td {font-size: 9pt;}
p {margin: 0px; padding: 0px;}
hr {maring: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 15px 0px 20px;}
.welcome {padding: 0px 20px 0px 12px;}

.i1 {padding: 0px 5px 0px 14px;}
.i2 {padding: 0px 10px 0px 14px;}
.i3 {padding: 0px 12px 0px 12px;}

.footer, .copyright {color: #463716; text-align: center; font-size: 7pt; background-color: #344103;}

/* ----- links ----- */
a:link {text-decoration: none; color: #d0e281;}
a:visited {text-decoration: none; color: #d0e281;}
a:hover {text-decoration: underline; color: #d0e281;}
a:active {text-decoration: none; color: #d0e281;}

.footer a:link, .copyright a:link {text-decoration: none; color: #463716;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #463716;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #463716;}
.footer a:active, .copyright a:active {text-decoration: none; color: #463716;}


/* ----- backgrounds ----- */
.top_l {background: url('top_l.jpg') right top no-repeat;}
.top_r {background: url('top_r.jpg') left top no-repeat;}

.content_bg {background: url('icons/content_bg.jpg') left top repeat-y;}
.welcome_bg {background: url('welcome_bg.jpg') left top no-repeat;}
.main_bg {background: url('icons/Z1.jpg') left top no-repeat;}
.content_news {background: url('icons/newa.jpg') left top no-repeat;}

.icon_bg {background: url('icon_bg.jpg') left top repeat-y;}
.icon_bg2 {background: url('icon_bg2.jpg') left bottom no-repeat;}

.grad_x {background: url('grad_x.jpg') center bottom repeat-x;}

.foot_bg {background: url('icons/foot_bg.jpg') center top repeat-x #9e9f69;}
.foot_bg_sub {background: url('icons/foot_bg_sub.jpg') center top repeat-x #9e9f69;}


/* ----- other stuff ----- */
ul li {
	margin-left: -20px; 
	padding-bottom: 10px;
	list-style-image: url('bullet.png');
}

#fader {height: 276px; width: 760px; overflow: hidden;}
