
body {
margin : 0;
padding : 0;
font : 73%  "lucida sans", helvetica, "Trebuchet MS", arial, sans-serif;
line-height : 1.8em;
background : #E0D0B3;
color : #333;
}
#header {
width : 500px;
height : 100px;
position : relative;
display : block;
margin-bottom : 5px;
background : #A03719  url(images/banner.jpg) no-repeat;
color : #000;
}
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 24%;
position : relative;
display : block;
margin-right : 0.5%;
margin-left : 0.5%;
}
#col2 {
float : left;
width : 49%;

}
#col3 {
float : left;
width : 24%;
position : relative;
display : block;
margin-right : 0.5%;

}
#navcontainer  {
margin-top : 10px;
list-style-type : none;
font-size : 85%;
background : #E0D0B3;
color : #666;
}
#navcontainer_m a {
padding : 15px;
color : #682715;
background : transparent url(images/list-off.gif) no-repeat left center;
text-align : left;
text-decoration : none;
}
#navcontainer_m a:hover {
color : #006699;
background : transparent url(images/list-on.gif) no-repeat left center;
}
#navcontainer_m a#current {
background : transparent url(images/list-active.gif) no-repeat left center;
color : #000;
}
#footer {
clear : both;
height : 50px;
padding : 5px;
text-align : left;
border-top : 10px solid #fca404;
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 : 15px 0 0 200px;
text-align : left;
letter-spacing : 2px;
font-size : 150%;
color : #ffffff;
background : inherit;
}
h2 {
margin-top : 0;
padding : 0.5em 0 0.5em 1em;
text-transform : uppercase;
letter-spacing : 5px;
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;
}
.box {
padding : 20px;
color : #682715;
background : inherit;
}
.roundcont {
margin : 3px;
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;
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;
}