/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	background-color: #685a4f; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 15px 0px 13px;}
.welcome {padding: 0px 13px 0px 13px;}

.vid {padding: 0px 10px 0px 14px;}

.i1 {padding: 0px 43px 0px 50px;}
.i2 {padding: 0px 42px 0px 39px;}
.i3 {padding: 0px 44px 0px 47px;}

.bot {padding: 0px 15px 0px 285px;}

.footer, .copyright {color: #fff; text-align: center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #e67817;}
a:visited {text-decoration: none; color: #e67817;}
a:hover {text-decoration: underline; color: #e67817;}
a:active {text-decoration: none; color: #e67817;}

.i1 a:link, .i2 a:link, .i3 a:link {text-decoration: none; color: #301300;}
.i1 a:visited, .i2 a:visited, .i3 a:visited {text-decoration: none; color: #301300;}
.i1 a:hover, .i2 a:hover, .i3 a:hover {text-decoration: underline; color: #301300;}
.i1 a:active, .i2 a:active, .i3 a:active {text-decoration: none; color: #301300;}

.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: none; color: #e67817;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.top_bg {background: url('top_bg.jpg') center top repeat-x;}

.top_l {background: url('top_l.jpg') right top no-repeat;}

.fader_l {background: url('fader_l.jpg') right top no-repeat;}
.fader_r {background: url('fader_r.jpg') left top no-repeat;}

.nav_l {background: url('nav_l.jpg') right top no-repeat;}
.nav_r {background: url('nav_r.jpg') left top no-repeat;}

.bg_y {background: url('bg_y.jpg') center top repeat-y #fff;}
.cont_x {background: url('cont_x.jpg') center top repeat-x;}

.cont_l {background: url('cont_l.jpg') right top no-repeat;}
.welcome_y {background: url('welcome_y.jpg') left top repeat-y;}
.sub_y {background: url('sub_y.jpg') left top repeat-y;}
.cont_r {background: url('cont_r.jpg') left top no-repeat;}

.bot {background: url('bot.jpg') left top no-repeat; height:180px;}

.foot_bg {background: url('foot_bg.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;}


.welcome {background: url('welcome_bg.jpg') left top no-repeat; height: 300px;}
.content {background: url('sub_bg.jpg') left top no-repeat; height: 300px;}
.video {background: url('video_bg.jpg') left top no-repeat; height: 300px;}
.icons_bg {background: url('icons_bg.jpg') left top no-repeat; height: 164px;}


/* ----- other stuff ----- */
ul li {
	margin-left: -15px; 
	list-style-image: url('bullet1.gif');
}
.img {border:1px solid #301300;}