body {
	background: #E6E6E6 url(img/back.gif) repeat-x fixed bottom;
	margin: 10px 0;
}

/* global styles */
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464E53;

}

#body {
	width: 450px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* font types */
h1 {
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-bottom:5px;
}
h2 {
	padding-top: 12px;
	padding-bottom: 0;
}
h3 {
	padding-top: 10px;
	padding-bottom: 0;
}
p {
	padding-top: 6px;
	padding-bottom: 4px;
}

h1,h2{color: #6B9325;}
h1,h2,h3,p{margin:0;}

/* links */
a {
	text-decoration: none;
	border-bottom: 1px dotted #6B9325;
	
	background: transparent url(img/link.gif) no-repeat left;
	padding-left: 13px;
}
a.mail {
	background: transparent url(img/mail.gif) no-repeat left;
	padding-left: 17px;
}
a.extern {
	background: transparent url(img/extern.gif) no-repeat left;
	padding-left: 12px;
}
a.noico, #footer a{
	background: none;
	padding: 0;
}
a:hover, #footer a{
	text-decoration: none;
	border-bottom: 1px none;
}

/* main content*/
#main_top {
	height: 200px;
	background: transparent url(img/top-image.gif) no-repeat;
}
#main_content {
	min-height:420px; /* needs ie hack */
	padding-bottom: 10px;
}
#main_content, #main_footer{
	background: #f4f4f4;
	text-align:left;
	padding-left:35px;
	padding-right:35px;
	line-height: 16px;
}
#main_bottom {
	height: 20px;
	background: transparent url(img/bottom.gif) no-repeat;
	margin-bottom: 5px;
}

#nav {
	width: 125px;
	position: absolute;
	right: -125px;
	top: 120px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	font-size: 12px;
	padding-left: 12px;
	padding-bottom: 1px;
	background: transparent url(img/nav-back.gif) repeat-y left;
}
#nav li#top {
	height:15px;
	padding-bottom: 0;
	background: transparent url(img/nav-top.gif) repeat-y left;
}
#nav li#bottom {
	height:15px;
	padding-bottom: 0;
	background: transparent url(img/nav-bottom.gif) repeat-y left;
}
#nav a {
	text-decoration: none;
	border-bottom: none;
	background: none;
	padding-left: 5px;
	border-left: 2px solid #ededed;
}
#nav a:hover, #nav a.hi {
	border-left: 2px solid #6B9325;	
}

/* footer */
#footer, #footer * {
	width:410px;
	text-align:right;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:15px;
	font-size: 10px;
	text-transform: lowercase;
}
/* clouds */
#clouds {
	top: 15px;
	position: fixed;
	width: 100%;
	height: 112px;
	background: transparent url(img/clouds.png) no-repeat center;
}

