* {
	padding: 0;
	margin: 0;
}

body {
	background: #F7F7EE;
	font: 100%/1.6 "Georgia", "Times New Roman";
	text-align: center;
	min-width: 700px;
}

/********************************** heading **********************************/

h1, h2, h3, p {
	margin: 0 0 0.5em 0;	
}
h1, h2, h3 {
	color: #006200;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}

/********************************** links **********************************/

a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #006600;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #006600;
}
a:link {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #006600;
}
a:hover {
	border-bottom-style: solid;
}

/********************************** images **********************************/

img {
	border: 0;
}
a.img {
	border: 0;
}

/********************************** main divs **********************************/

#headerWrapper {
	background-color: #251C10;
	padding: 35px 0 23px 0;
}
#navigationWrapper {
	background-color: #322616;
	padding: 7px 0 12px 0;
}
#mainWrapper {
	background-color: #FFFFAE;
	padding: 20px 0 10px 0;
}
#footerWrapper {
	border-top: 1px #F1F3AF solid;
	padding: 20px;
}

#header, #navigation, #main, #footer {
	width: 660px;
	margin: 0 auto;
}
#navigation {
	color: #7E6338;
}

/********************************** top **********************************/

#logo {
	text-indent: -5000px;
	background: url('../images/koman-logo.jpg') no-repeat;
	width: 225px;
	height: 125px;
	margin: 0 auto;
}

#navigation a {
	color: silver;
}
#navigation a.bright {
	color: #F5F5F5;
}

/********************************** news **********************************/

.new {
f background: #FFFF9B url('../images/new-background.jpg') no-repeat;
f background-color: #FFFFAE;
	border-bottom: 1px #F4F297 solid;
	margin-bottom: 20px;
	padding: 10px;
    position: relative;
}
.last {
	border-bottom: 0;
}

.new .date {
f	float: right;
    position: absolute;
    right: 0;
	color: gray;
}
.new img {
	margin-bottom: 0.7em;
}

/********************************** images **********************************/

img.type1 {
	margin-bottom: 1em;
}

img.border1 {
	border: 2px #F3F3F3 solid;
	margin-bottom: 1em;
}

/********************************** bottom **********************************/

p.bottomNavigation {
	margin-top: 30px;
}
