@charset "iso-8859-1";

@import url(structure.css);
@import url(_elements.css);
@import url(navigation_elements.css);

html,body {
	margin:0;
	padding:0;
}


img {
	border:0;
	vertical-align: bottom;
}

.clear {
	clear: both;
	visibility: hidden;
}

body   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #905409;
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#336600;
	scrollbar-highlight-color:#DDC700;
	scrollbar-3dlight-color:#FFEFB5;
	scrollbar-darkshadow-color:#9D841C;
	scrollbar-shadow-color:#B19830;
	scrollbar-arrow-color:#EBAF23;
	scrollbar-track-color:#FDEEC5;
	background-color:#FFEFB5;
}

