body {
	margin: 0; 
	padding: 0; 
	background-color: #810710}

* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-family:  Arial, Helvetica, sans-serif
}


/* text styles */

h1, h2, h3, h4 {
	font-family: Georgia, Georgia, serif; 
	margin: 15px 0 0 5px; 
	color: #fff; 
	font-weight: normal; 
	text-decoration: none
}
h1 em, h2 em, h3 em, h4 em {
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	color: #810710;
}  /* italic words in titles */

h1 {
	position: absolute; 
	right: 0px; top: 30px; 
	font-size: 2.25em; 
	letter-spacing: 0.1em; 
	line-height: 1.00em; 
	padding-right: 10px; 
	border-right: 15px solid #fff
}
h1:first-letter {
	font-family: Georgia, Georgia, serif; 
	font-size: 2.25em
} 
p#tagline {
	position: absolute;
	right: 0px;
	top: 150px;
	font-style: italic;
	color: #648D20;
	font-size: 0.9em;
	width: 530px;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-align: center;
}

h2 {
	font-size: 1.30em; 
	letter-spacing: 0.05em
}

p, ul, ol {
	margin: 10px 10px 0 7px; 
	font-size: 0.70em; 
	line-height: 1.60em; 
	color: #000; 
	letter-spacing: 0.05em
}

code {
	font-family: monospace; 
	font-size: 1.20em; 
	color: #E20000
}

p span {
	font-size: 1.50em; 
	font-weight: bold
} 

a:link, a:visited {
	color: #792533; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: 1px solid #792533
}
a:hover, a:active {
	color: #fff; 
	border-color: #fff
}

ul {
	list-style: inside square
} 

acronym {
	font-weight: bold; 
	border-bottom: 1px dashed #000; 
	cursor: help
}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  
	position: relative; 
	margin: 0 auto; 
	width: 620px; 
	background: url(../images/bkgrnd.gif) 0 0 repeat-y #CCCC33;
	overflow: hidden
}

#hdr { 
	float: left; 
	width: 620px; 
	height: 200px; 
	background: url(../images/header.gif) 0 0 no-repeat #CCCC33 
}

#lftcol { 
	position: absolute;
	left: 0px;
	top: 200px;
	margin-left: 50px;  
	width: 200px; 
	background: transparent;
	overflow: hidden
}

#rgtcol {
	float: right; 
	width: 370px; 
	padding-bottom: 30px; 
	background: transparent; 
	overflow: hidden
}  
.imageleft {
	float: left;
	margin: 10px 20px 10px 0;
	padding: 5px;
	border: solid #CC9A56 3px;
	background-color: #810710;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.6em
}
.imageright {
	float: right;	
	margin: 10px;
	padding: 5px;
	border: solid #CC9A56 3px;
}
#bttmbar {
	float: right; 
	text-align: center; 
	font-size: 0.7em; 
	height: 4em; 
	line-height: 4em; 
	width: 570px; 
	background-color: #CC9A56; 
	border-top: 1px solid #D9D93C
}

#quote {   
	float: left;
	margin: 20px 0 0 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url(../images/quote.gif) no-repeat 0 0	
}

#quote p {
	color: #444; 
	font-size: 0.80em; 
	font-weight: bold; 
	line-height: 2.00em
} 

#quote2 {
	margin-top: -15px;
	text-align: right;
}
/* Nav */

ul#nav { 
	margin: 20px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {
	float: left;	
	display: block
}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;
	border: 0;
	border-left: 10px solid #EDDA74;
	padding: 10px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background-color: #edda74
	}

ul#nav li a#current {
	border-color: #fff
}  

ul#nav li a:hover {
	background-color: #810710; 
	color: #fff
}
/* -- Form --*/
.formcontainer {
	width: 356px;
	text-align: left;
	text-decoration: none;
}
.containerleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 300px;
}
.containerleft2 {
	float: left;
	width: 240px;
	margin-bottom: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.container2head {
	float: left;
	margin-top: 10px;
	width: 380px;
	margin-bottom: 10px;
	color: #FFCC00;
}
/* -- END Form --*/
