body {
	background-color: #EFEFED;

	color: #473727;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 14px;

	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a {
	color: #C7B39A;
	text-decoration: none;
}

a:hover {
	color: #473727;
}

img {
	border: 0px;
}

#headercontainer {
	height: 118px;
	width: 640px;

	background-color: #E9E2DC;
	background-image: url(images/title.png);
	background-position: top;
	background-repeat: no-repeat;

	border-bottom: 1px solid #C7B39A;
	border-left: 1px solid #C7B39A;
	border-right: 1px solid #C7B39A;
	border-top: 1px solid #C7B39A;

	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#titletext {
	display: none;
}

#menucontainer {
	height: 24px;
	width: 640px;

	background-color: #CBC2B9;

	border-bottom: 1px solid #C7B39A;
	border-left: 1px solid #C7B39A;
	border-right: 1px solid #C7B39A;
	border-top: none;

	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

	text-align: center;
}

#menudiv {
	height: 100%;
	width: 604px;
	float: right;
}

ul#menu {
	line-height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul#menu li {
	display: inline;
	text-align: center;
}

ul#menu li a {
	color: #625745;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	text-transform: uppercase;
	width: 100%;
}

ul#menu li a:hover {
	color: #C7B39A;
}

#langflag {
	height: 14px;
	width: 19px;
	float: left;
	margin: 5px;
}

#bodycontainer {
	height: auto;
	width: 642px;

	background-color: #C7B39A;

	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#content {
	min-height: 340px;
	height: auto !important;
	height: 340px;
	width: 600px;

	background-color: #E9E2DC;

	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

	padding: 20px;
}

#footercontainer {
	height: 5px;
	width: 640px;

	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #C7B39A;

	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

	font-size: 10px;
}

#footercontainer a {
	color: #473727;
}

#footercontainer a:hover {
	color: #C7B39A;
}

#footer {
	float: left;
	padding-top: 5px;
	text-align: left;	
}

#credits {
	float: right;
	padding-top: 5px;
	text-align: right;
}

