body {
margin : 0;
padding : 0;
font : 73%  "lucida sans", helvetica, "Trebuchet MS", arial, sans-serif;
line-height : 1.8em;
background : #E0D0B3;
color : #333;
}

#header {
left: 0;
top: 0;
width: 100%;
float: none;
position : absolute;
height : 325px;
margin-bottom : 0.5em;
border-top : 10px solid #e59e23;
background : #E0D0B3 url(images/banner.jpg) no-repeat;
background-position: -25px -45px;
color : #000;
z-index:-1;
}
#gutter {
float : none;
width : 100%;
height : 160px;
}
#col1 {
background : inherit;
float : left;
width : 20%;
margin-bottom : 1em;
margin-top : 130px;
margin-left : 2%;
border-right : 0px solid #eee;
padding-right : 1%;
padding-top : 0px;
}
#col1 h2{
font-size : 100%;
letter-spacing : 2px;
}
#col2 {
float : left;
width : 44%;
margin-left : 3%;
margin-bottom : 1em;
border-right : 0px solid #eee;
padding-right : 1%;
}
#col3 {
float : left;
width : 25%;
margin-left : 1%;
margin-right : 1%;
margin-bottom : 1em;
}

#navcontainer ul {
margin-top : 10px;
list-style-type : none;
font-size : 115%;
font-weight : bold;
background : #E0D0B3;
color : #666;
}

#navcontainer ul li a {
padding-left : 15px;
color : #682715;
background : transparent url(images/list-off.gif) no-repeat left center;
text-align : left;
text-decoration : none;
}
#navcontainer ul li a:hover {
color : #006699;
background : transparent url(images/list-on.gif) no-repeat left center;
}
#navcontainer ul li a.current {
color : #888;
background : transparent url(images/list-active.gif) no-repeat left center;
}
#footer {
clear : both;
height : 50px;
padding : 5px;
text-align : left;
border-top : 10px solid #e59e23;
background : #a03719;
color : #000;
}
#footer a {
text-decoration : none;
color : #fca404;
background-color : inherit;
}
#footer a:hover {
text-decoration : underline;
color : #999;
background-color : inherit;
}
h1 {
margin : 0;
padding : 3em 0 0 8em;
text-align : left;
text-transform : uppercase;
letter-spacing : 10px;
font-size : 150%;
color : #333;
background : inherit;
}
h2 {
margin-top : 0;
padding : 0.5em 0 0.5em 1em;
text-transform : uppercase;
letter-spacing : 4px;
font-size : 140%;
color : #682715;
background : inherit;
}
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #a03719;
background : inherit;
}

a img {
border : 0;
}

em{
color: #E05222;
font-weight: bold;
font-style: normal;
}

.box {
padding : 5px;
color : #682715;
background : inherit;
}
.box ul {
margin-top : 5px;
list-style-type : none;
background : #E0D0B3;
color : #666;
}
.box ul li a {
padding-left : 8px;
color : #682715;
background : transparent url(images/list-off.gif) no-repeat left center;
text-align : left;
text-decoration : none;
}
.box ul li a:hover {
color : #006699;
background : transparent url(images/list-on.gif) no-repeat left center;
}
.box ul li a.current {
color : #888;
background : transparent url(images/list-active.gif) no-repeat left center;
}

.roundcont {
margin : 0px;
margin-bottom : 20px;
width : 98%;
background : #E9DDC9;
color : #333;
}
.roundcont p {
margin : 0 15px;
}
.roundtop {
background : url(images/tr.gif) no-repeat top right;
}
.roundbottom {
background : url(images/br.gif) no-repeat top right;
}
img.corner {
width : 10px;
height : 10px;
border : none;
display : block !important;
}
.img {
float : left;
padding : 4px;
margin : 4px 8px 4px 4px;
border : 1px solid #556b2f;
}

form {
margin: 0; 
}
input.search {
	width: 100px; 
	border: none;
	background: url(images/input.gif); 
	padding: 4px; 
}
input.login { 
	width: 100px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}
blockquote {
font-weight : bold;
font-style : italic;
color : #E05222;
}