* {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 100.01%;
	font-family: "Trebuchet MS";
}
* html #content {
	height: 330px;
}
body {
	background-color: #BAA884;
}
h1 {
	font-size:24px;
	color:#3D372A;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77694E;
	width:700px;
}
h2 {
	font-size:16px;
	color:#fff;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 {
	font-size:24px;
	color:#3D372A;
	margin-bottom: 10px;
	margin-top: 10px;
}
a {
	color:#3D372A;
}
a:hover {
	color:#006600;
}
.line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77694E;
	width:700px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.bigwhite {
	font-size:20px;
	color:#FFFFFF;
	display:inline;
}
.imgbrder {
	border: 1px solid #443D2D;
}
.cmsimgbrder {
	border: 1px solid #443D2D;
	margin:8px 30px 0 0;
}
.jump {
float:right;
}

#trans {
	width:900px;
	margin:auto;
}
/* start head nav */ 
  
 #headnav {
	margin-right: 25px;
	height: 28px;
	padding-bottom: 235px;
	list-style:none;
}
#headnav li {
	float: right;
}
/* ende head nav */ 
  
 #wrapper {
	width:100%;
}
#head {
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	height: 304px;
}
#contentbox {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat;
	width: 100%;
}
#content {
	margin-top:20px;
	min-height:330px;
	width: 800px;
	margin:auto;
	font-size: 14px;
	padding-left:50px;
}
#footerbox {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat;
	height: 140px;
}
#footer {
	padding-top:20px;
	padding-left: 450px;
	font-size: 12px;
}


#leftcol,#rightcol {
float:left;
}