/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	background-color: #fff; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #5a5a5a;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 13px 0px 13px;}
.welcome {padding: 0px 15px 0px 13px;}
.difference {padding: 0px 15px 0px 13px;}
.keepingup {padding: 0px 13px 0px 8px;}

.footer, .copyright {color: #000; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #aa8932;}
a:visited {text-decoration: none; color: #aa8932;}
a:hover {text-decoration: underline; color: #aa8932;}
a:active {text-decoration: none; color: #aa8932;}

.difference a:link {text-decoration: none; color: #5f6c16;}
.difference a:visited {text-decoration: none; color: #5f6c16;}
.difference a:hover {text-decoration: underline; color: #5f6c16;}
.difference a:active {text-decoration: none; color: #5f6c16;}

.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 ----- */
.welcome-y {background: url('welcome-y.jpg') left top repeat-y;}
.welcome-y-sub {background: url('welcome-y-sub.jpg') left top repeat-y;}
.welcome {background: url('welcome-bg.jpg') left top no-repeat;}
.content {background: url('welcome-bg-sub.jpg') left top no-repeat;}
.keepingup {background: url('keepingup-bg.jpg') left top no-repeat;}
.paper {background: url('paper.png') left bottom no-repeat;}

.difference {background: url('difference-bg.jpg') left top no-repeat;}

.head-x {background: url('head-x.jpg') center top repeat-x;}
.head-l {background: url('head-l.jpg') right top no-repeat;}
.head-r {background: url('head-r.jpg') left top no-repeat;}

.cont-x {background: url('cont-x.jpg') center top repeat-x;}
.cont-y {background: url('cont-y.jpg') center top repeat-y #fff5d9;}
.cont-l {background: url('cont-l.jpg') right top no-repeat;}
.cont-r {background: url('cont-r.jpg') left top no-repeat;}

.mid-x {background: url('mid-x.jpg') center top repeat-x;}
.mid-l {background: url('mid-l.jpg') right top no-repeat;}
.mid-r {background: url('mid-r.jpg') left top no-repeat;}

.mid-x-sub {background: url('mid-x-sub.jpg') center top repeat-x;}
.mid-l-sub {background: url('mid-l-sub.jpg') right top no-repeat;}
.mid-r-sub {background: url('mid-r-sub.jpg') left top no-repeat;}

.mid2-x {background: url('mid2-x.jpg') center top repeat-x;}
.mid2-l {background: url('mid2-l.jpg') right top no-repeat;}
.mid2-r {background: url('mid2-r.jpg') left top no-repeat;}

.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;}


/* ----- other stuff ----- */
#fader {height: 185px; width: 760px; overflow: hidden;}
.img {border:3px solid #FFD564;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}