html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

body {
	width: 900px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	background-color: #fff8dc;
	color: #0b4c0b;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

img {
	behavior: url(pngbehavior.htc);
}

#header {
	width: 900px;
	height: 265px;
	border-bottom: 2px solid #fff8dc;
	background-image: url(../images/general/header.jpg);
}

#header-ad {
	height: 90px;
	width: 728px;
	position: relative;
	left: 172px;
	top: 8px;
}

#header ul {
	position: relative;
	left: 0px;
	top: 144px;
	width: 880px;
	z-index: 1;
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
}

#header li {
	display: inline;
	padding-left: 54px;
}

#section-header {
	width: 900px;
	height: 45px;
	border-bottom: 2px solid #fff8dc;
	background-image: url(../images/general/head-bg.jpg);
}

#section-header img {
	position: relative;
	left: 9px;
	top: 7px;
}

#wrapper {
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #cce3cb;
}

#menu {
	float: right;
	width: 270px;
	height: auto;
	line-height: 1.2em;
	background-color: #cce3cb;
}

#menu-ad {
	position: relative;
	left: 55px;
	top: 20px;
}

#menu-main {
	height: 26px;
	background-color: #9ac399;
	padding: 9px 0 0 5px;
	border-bottom: 2px solid #cce3cb;
}

#menu-main a:link, #menu-main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0b4c0b;
}

#menu-main a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #cce3cb;
}

#content {
	float: left;
	width: 628px;
	min-height: 730px;
	background-color: #cce3cb;
	border-right: 2px solid #fff8dc;
	line-height: 1.5em;
	padding: 10px 0 10px 0;
}

#content h1 {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 12px;
}

#content p {
	font-size: 12px;
	text-align: justify;
	padding: 2px 14px 2px 14px;
	line-height: 1.7em;
}

#content a:link, #content a:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #0b4c0b;
}

#content a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #77cf75;
}

.collapse { 
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
    margin: 10px 0;
	padding-left: 14px;
}

.openlanguage {
    font-size: 12px;
	line-height: 1.5em;
    font-weight: bold;
}

.closedlanguage { 
    font-size: 12px;
	line-height: 1.5em;
    font-weight: bold;
}

#footer {
	clear: both;
	height: 35px;
	width: 890px;
	border-top: 2px solid #fff8dc;
	background-color: #9ac399;
	font-size: 11px;
	padding: 5px 10px 5px 0;
	text-align: right;
}

#footer a:link, #footer a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0b4c0b;
}

#footer a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #cce3cb;
}
