body {
	background-color: #fff9ba;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

img, table, tr, td, form, input {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #674300;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #674300;
	line-height: 20x;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 6px 0px 0px 8px;
	padding: 6px 0px 0px 8px;
}

.textfield {
	width: 75%;
	height: 16px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	padding-left: 5px;
	margin-bottom: 2px;
}

.textfieldSmall {
	width: 150px;
	height: 16px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	padding-left: 5px;
	margin-bottom: 2px;
}

.textarea {
	width: 74%;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	padding: 4px 5px 6px 5px;
}

.checkbox {
	vertical-align: middle;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	color: #000000;
}

a:link {
	color: #674300;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

a:active {
	color: #674300;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #674300;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #674300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#center {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(../images/colbg.jpg);
	background-repeat: repeat-x;
	background-color: #df9d23;
}

#leftCol {
	width: 170px;
	float: left;
}

#logo {
	width: 100%;
	height: 130px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#navi {
	padding: 30px 20px 0px 10px;
}

a:link.naviItem, a:active.naviItem, a:visited.naviItem, a:hover.naviItem {
	width: 120px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 20px;
	color: #674300;
	background-color: #fff7a3;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover.naviItem {
	color: #fff7a3;
	background-color: #674300;
}

a:link.naviItemActive, a:active.naviItemActive, a:visited.naviItemActive, a:hover.naviItemActive {
	width: 120px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 20px;
	color: #fff7a3;
	background-color: #322100;
	text-decoration: none;
	text-transform: uppercase;
}

#centerCol {
	width: 550px;
	float: left;
}

#header {
	width: 100%;
	height: 110px;
	float: left;
	padding: 7px 15px 23px 15px;
}

#header h1 {
	font-size: 32px;
	line-height: 40px;
}

#header p {
	font-size: 12px;
	line-height: 14px;
	color: #674300;
}

#langNavi {
	width: 535px;
	height: 16px;
	float: left;
	text-align: right;
	margin-top: -16px;
	margin-right: 15px;
}

#langNavi a {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#langNavi a:hover {
	text-decoration: underline;
}

a#langNaviActive {
	text-decoration: underline;
}

#content {
	width: 510px;
	min-height: 550px;
	float: left;
	padding: 20px 20px 10px 20px;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#rightCol {
	width: 50px;
	float: left;
}

#footer {
	width: 550px;
	height: 75px;
	float: left;
	margin-left: 170px;
	margin-right: 50px;
	text-align: center;
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
}

#footer p {
	font-size: 11px;
	padding-top: 25px;
}
