/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #410f0f; 
	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 35px 0px 35px;}

.mod1 {padding: 0px 18px 0px 33px;}
.mod2 {padding: 0px 27px 0px 27px;}
.mod3 {padding: 0px 35px 0px 8px;}

.area1 {padding: 0px 5px 0px 21px;}
.area2 {padding: 0px 15px 0px 17px;}
.area3 {padding: 0px 20px 0px 8px;}

.footer, .copyright {color: #e7d5ad; text-align: center; font-size: 7pt;}
h1 {font-size: 9pt; padding: 0px; margin: 0px;}

.img {border: 3px solid #3F0D0D;}
hr {height: 1px; color: #770000; background-color: #700;}


/* ----- 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: #d2bf95;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #a89979;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #a89979;}
.footer a:active, .copyright a:active {text-decoration: none; color: #a89979;}


/* ----- backgrounds ----- */
.top-x {background: url('top-x.jpg') center top repeat-x #e7d5ad;}
.top-l {background: url('top-l.jpg') right top no-repeat;}
.top-r {background: url('top-r.jpg') left top no-repeat;}

.left {background: url('left.jpg') right top repeat-y;}
.tan {background-color: #e7d5ad;}
.bg-y {background: url('bg-y.jpg') left top repeat-y;}
.bg-cont {background: url('bg-cont.jpg') left top repeat-y;}
.right {background: url('right.jpg') left top repeat-y;}

.foot-x {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;}

.mod1 {background: url('mods_04.jpg') left top no-repeat;}
.mod2 {background: url('mods_05.jpg') left top no-repeat;}
.mod3 {background: url('mods_06.jpg') left top no-repeat;}

.area1 {background: url('area_04.jpg') left top no-repeat;}
.area2 {background: url('area_05.jpg') left top no-repeat;}
.area3 {background: url('area_06.jpg') left top no-repeat;}

.bgbody {background: url('bg-body.jpg') left top no-repeat;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 283px; overflow: hidden;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}