@charset "iso-8859-1";

@import url(structure.css);
@import url(_elements.css);
@import url(navigation_elements.css);

* {
	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:#B0CC82;
	scrollbar-highlight-color:#B5D344;
	scrollbar-3dlight-color:#AFD055;
	scrollbar-darkshadow-color:#698F4C;
	scrollbar-shadow-color:#B19830;
	scrollbar-arrow-color:#E4E634;
	scrollbar-track-color:#D6E7B0;
	background-color:#ECF3DA;
	text-align:center;
}


