html{
   margin: 0; padding: 0;
}

body{
   background: #E8E4CE;
   margin:0 auto;
   font-size: small;
   font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif; 
   color: #660066;
}

a:link{ color:#B56115; text-decoration:none; }
a:hover{ color:#006; text-decoration:underline; }
a:active{ color:#B56115; text-decoration:none; }
a:active:hover{ color:#B56115; text-decoration:underline; }
a:visited{ color:white; text-decoration:none; }
a:visited:hover{ color:#333333; text-decoration:underline; }


#outer{
   background: #D8D1AB ;
   width:700px;
   margin: 20px auto;
}

#wrap{
   width:640px;
   margin:0 40px;
   border: black 1px solid;
}


#title{
   background: #C0B68F;
   text-align:right;
   padding: 0 9px;
   font-size: 32px;
   text-transform:uppercase;
   letter-spacing: 3px;
}

#title a{
    color: #660066;
    text-decoration: none;
}

#header{
   background: url("../Images/header.jpg") #C0B68F no-repeat center;
   width:640px;
   height: 270px;
   margin: 0 auto;
}

#navcontainer{
   background:transparent;
   margin-top:-160px;
   margin-left:400px;
}

#navlist li{
   background:transparent;
   padding-right: 3px;
   list-style-type: none;
   text-align:right;
   font-size:medium;
	font-weight: bold;
   letter-spacing:-1px;
	color:#B56115;
   width:150px;
}

#navlist a {
	font-size:small;
	text-decoration:none;
}
#navlist a:link {
   color: #C0B68F;
}

#navlist a:visited {
   color: #000066;
}

#navlist a:hover {
   color: #E8E4CE;
}

#navlist .current a {
	font-size:medium;
}
#navlist .current a:link, #navlist .current a:visited {
	color:#B56115;
}
#navlist .current a:hover {
	color: #E8E4CE;
}
.content{
   background: #C0B68F;
   padding:20px;
   line-height: 130%;
}

h3{
   font-size:medium;
   color:#000066;
   letter-spacing:-1px;
   margin-top: 25px;
}

.catcher {
   font-size: large;
   font-weight: bold;
   line-height: 150%;
}

.pullquote {
   color:#FFFFFF;
   float:right;
   width: 80px;
   margin:10px 20px;
   letter-spacing: 3px;
   line-height: 180%;
   text-transform: uppercase;
}

#footer{
   background:#C0B68F;
   padding:9px;
   text-align:center;
   font-size: x-small;
}