html { 
	overflow: -moz-scrollbars-vertical;
}

html, body {
	margin: 0;
	/*background-color: #6F7D73;*/
	background-color: #63583c; /*#C0BF85*/
	font-family: "Myriad Pro";
	font-size: 10pt;
	color: #333333;
	height: 100%;
	font-weight: normal;
}

/* layout */
#banner {
width:720px;
height:201px;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#container {
	width: 714px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #E3E2CE;
	border-left: 3px solid #606C63;
	border-right: 3px solid #606C63;
	height: 100%;
	min-height: 100%;
}

html>body div#container {
	width: 720px;
	height: auto;
}

div#content {
	padding: 25px 40px 40px 40px;
}

div#title {
	/*font-family: "Lucida Calligraphy";*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	margin: 0px 0px 15px 0px;
}

div#subtitle {
	font-weight: bold;
	font-size: 10pt;
	margin: 0px 0px 15px 0px;
}

div#content #submenu {
	float:right;
	margin:0px 0px 0px 30px;
}

div#content #submenu img {
	margin-bottom: 15px;
}

/* navigation */
div#navigation ul {
	margin: 0;
	margin-top: -23px;
	padding: 2px 0px 2px 21px;
	height: 24x;
	vertical-align: middle;
	border-bottom: 1px solid #F3F1DF;
}

div#navigation li {
	display: inline;
}

div#navigation li a {
	font-size: 12pt;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
}

div#navigation li a:hover {
	background-color: #333333;
	padding-right: 11px;
	padding-left: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6F7D73;
	border-right-color: #6F7D73;
	border-bottom-color: #F3F1DF;
	border-left-color: #6F7D73;
}

/* links */
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #F3F1DF;
	background-color: #333333;
	text-decoration: underline;
}

/* forms */
form {
	margin-top: 0px;
	margin-bottom: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}

.formbutton {
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #B3D335;
}

.formbutton:hover {
	color: #333333;
	cursor: pointer;
}

label {
	display: block;
	float: left;
	text-align: left;
	width: 100px;
	padding-right: 20px;
	border-right: 5px solid #F3F1DF;
	margin-right: 5px;
}

div#kamericoon img {
	padding-right: 30px;
	padding-bottom: 20px;
}

div#kamericoon a:hover {
	background-color: #F3F1DF;
}
