body {
	margin:0;
	text-align:left;
	line-height: normal;
	color: #333333;
	background-color: #E7C7A1;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 250px;
	overflow: scroll;
	position: static;
}
html {
	font-size: 100%;
}
#wrap {
	width: 700px;
	text-align: left;
	border: 10px solid #fff;
	background: #FDF6E8;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
			/* HEADER */ 
#header {
	height: 150px;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	color: #333;
	background-color: #FFFFCC;
	background-image: url(images/logo3.jpg);
	background-repeat: no-repeat;
}
#header h2 { 
margin : 0;
padding : 50px 150px;
letter-spacing : 3px;
font-size : 2em;
background : transparent;
color : #000;
} 
			/*TOP NAVIGATION */ 
#menu {
	height: 60px;
	margin : 0;
	padding : 0;
	list-style-type : none;
	list-style-image : none;
	text-transform : none;
	background: #fff url(images/logo2.jpg) no-repeat;
}
#menu li {
	float : left;
	width :10em;
	height: 6em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
}
#menu a {
	height : 70px;
	width : 10em;
	padding : 30px 0 0 0;
	font-weight : bold;
	letter-spacing: 3px;
	text-align : center;
	color : #000;
	background : transparent;
	vertical-align: bottom;
	display: block;

}
#menu   a:hover  {
	color : #fff;
	background : #C53500 url(images/menu.jpg) no-repeat;
	display: block;
}
			/* CONTENT CONTAINER  */ 
#content {
	position: relative;
	width: 700px;
	padding: 0;
	background: #FDF6E8;
	color: #333;
	height: 290px;
}
			/* LEFT CONTENT */ 
#l-col {
	float: left;
	width: 145px;
	text-align: left;
	background: transparent;
	color: #333;
	position: absolute;
	padding-left: 6px;
}
			/* MAIN CONTENT */ 
#cont {
	width: 551px;
	margin-top: 0;
	text-align: left;
	background: #FDF6E8;
	color: #999;
	height: 265px;
	overflow: auto;
	position: absolute;
	left: 146px;
	top: 0px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #E7C7A1;
	text-indent: 10px;
}
			/* FOOTER */ 
#footer {
	margin-top: 10px;
	text-align: center;
	border: 1px solid #fff;
	color: #000;
	background-image: none;
	position: fixed;
	width: 700px;
	bottom: 510px;
	visibility: visible;
	top: 490px;
	background-color: #e7c7a1;
	height: 20px;
	left: auto;
	right: auto;
	vertical-align: baseline;
	padding-top: 5px;
}
#footer a {
	color: #C63A00;
}
#footer a:hover {
color: #fff;
}
			/* LINKS*/ 
a:link, a:visited {
	color: #E89E01;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #032D57;
}
			/*LEFT MENU */ 
.sidenav {
	margin : 0px;
	padding : 0;
	list-style-type : none;
	background : inherit;
	color : #fff;
	display: block;
} 
.sidenav a {
	letter-spacing : 1px;
	margin-bottom : 5px;
	padding-left : 20px;
	display : none;
	text-decoration : none;
	color : #E89E01;
	background-position: left center;
} 
.sidenav a#current, .sidenav a:hover {
	text-decoration : none;
	color : red;
	background-position: left center;
} 
ul { 
list-style : none;
margin : 0;
padding : 0;
} 
			/* TYPOGRAPHY */ 
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}
blockquote p {
padding: 5px;
font-size: 1.2em;    
background: inherit;
}
blockquote {
	padding: 3px;
	font-size: 1.5em;
	background: inherit;
} 
p {
	color: #585947;
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
h3 {
	letter-spacing: 1px;
	font-size: 1.2em;
	background: inherit;
	color: #C63A00;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
}
				/* SEARCH BOX*/
legend {
font-weight : bold;
color : #000;
}
input {
background : #D85B00;
color : #fff;
}

