<!--

body, html {
	width:100%;
	height:100%;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
}
div, select, input, textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
}
a:link 			{ color: #579349; text-decoration: underline; }
a:visited 		{ color: #579349; text-decoration: underline; }
a:hover 		{ color: #ff9a02; text-decoration: underline; }
a:active 		{ color: #579349; text-decoration: underline; }

div#logo {
	clear:both;
	margin:auto;
	width:769px;
}
div#image {
	clear:both;
	margin:auto;
	width:769px;
}
div#letters {
	position:absolute;
	top:30px;
	right:40px;
	width:170px;
}
div#search_field {
	clear:both;
	position:relative;
	margin:auto;
	width:769px;
	height:50px;
}
div#breadcrum {
	clear:both;
	position:relative;
	margin:auto;
	width:769px;
}
div#search {
	position:absolute;
	top:27px;
	left:27px;
	width:440px;
	height:40px;
	background-image:url(/gui/bg_searchfield.gif);
	background-repeat:no-repeat;
}
.search {
	width:330px;
}
.searchSmall, div#breadcrum {
	font-weight:800;
}
div#content {
	clear:both;
	margin:auto;
	width:715px;
}
.breadcrumArrow {
	color:#ff9a02;
}

-->