/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: #4C3D26;
   color: #FFFFFF; 
   text-align: center; 
   min-width: 680px; 
   font-family: lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #F0D79E;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #F0D79E;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   text-align: left;
}

/* intro */

#pageHeader {
   background: url(../images/back1.gif) center top no-repeat;
   height: 200px;
   color: #FFFFFF
}

#pageHeader h1 {
	position: absolute;
	width: 246px;
	left: 252px;
	top: 66px;
}

#pageHeader h2 {
	position: absolute;
	width: 180px;
	left: 286px;
	top: 111px;
	font-size: 80%;
}

#quickSummary {
    border: dashed #836947 1px;
	float: right;
	width: 170px;
	font-size: 80%;
	padding: 10px;
	color: #F0D79E;
}

#quickSummary h3 {
   color: #C14B0C;
   margin-bottom: 10px;
}

#about {
   float: left;
   width: 450px;
   margin-bottom: 30px;
   padding: 20px;
   color: #7C6B51;
   border: dashed #836947 1px;
}

#about h3 {
   color: #FFF;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   
   float: left;
   width: 450px;
   padding: 20px;
   color: #836947;
}

#supportingText p {
   padding: 10px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 25px;
   width: auto;
   background-color: #725B38;
   border-bottom: solid #F4F3F1 1px;
   color: #FFF;
   text-align: center;
}

#supportingText .p1 {
   color: #F0D79E;
}

#footer {
   clear: both;
   text-align: center; 
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #282723 1px;
   padding-top: 20px;
   color: #282723;
}

/* links */

#lmenu {
   clear: both; 
   height: 30px;
   padding-top: 7px;
   margin-bottom: 15px;
   margin-top: 0px;
}

#lmenu li a:hover {
   color: #000;
   background: #8E510D;
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#lmenu ul li {
   display: inline;
}

#lmenu li a { 
   text-decoration: none; 
   padding: .2em .6em;
   color: #fff;
   background: #725B38;
   border: solid #FFF 3px;
}
