/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #432718; 
	font-family: verdana, san-serif; 
	font-size: 9pt; 
	color: #000;
	text-align: left;
}

td {font-size: 9pt; text-align: left;}
p {margin: 0px; padding: 0px; text-align: left;}

.center {text-align: center;}


/* ----- typography/positioning ----- */
.content {padding: 0px 18px 0px 18px;}

.welcome {padding: 0px 10px 0px 18px;}
.photo {padding: 0px 10px 0px 13px;}
.news {padding: 0px 18px 0px 13px;}

.footer, .copyright {color: #ffeab5; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #a27a2c;}
a:visited {text-decoration: none; color: #a27a2c;}
a:hover {text-decoration: underline; color: #a27a2c;}
a:active {text-decoration: none; color: #a27a2c;}

.footer a:link, .copyright a:link {text-decoration: none; color: #ffeab5;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #ffeab5;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #ffeab5;}
.footer a:active, .copyright a:active {text-decoration: none; color: #ffeab5;}


/* ----- backgrounds ----- */
.bg1 {background: url('bg1.jpg') center top repeat-x #ffe7ab;}
.bg2 {background: url('bg2.jpg') center top repeat-x;}

.col1 {background: url('col1.jpg') left top no-repeat;}
.col2 {background: url('col2.jpg') left top no-repeat;}
.col3 {background: url('col3.jpg') left top no-repeat;}

.col-sub {background: url('col-sub.jpg') left top no-repeat;}

.supplies {background: url('supplies-top.png') left bottom no-repeat;}

/* ----- other stuff ----- */
#fader {width: 760px; height: 225px; overflow: hidden;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}

.img {border:2px solid #a27a2c;}