html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

body {
	width: 980px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	border: 10px solid #fff;
	background-color: #d6d7d8;
	color: #162e58;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	behavior: url(pngbehavior.htc);
}

#header {
	width: 980px;
	height: 370px;
	border-bottom: 2px solid #fff;
	background-image: url(../images/general/header.jpg);
}

#header-ad {
	height: 90px;
	width: 728px;
	position: relative;
	left: 252px;
	top: 8px;
}

#header ul {
	position: relative;
	left: 0px;
	top: 250px;
	width: 960px;
	z-index: 1;
	list-style-type: none;
	margin: 0 10px 0 14px;
	padding: 0;
}

#header li {
	display: inline;
	padding-left: 70px;
}

#section-header {
	width: 980px;
	height: 45px;
	border-bottom: 2px solid #fff;
	background-image: url(../images/general/section-bg.jpg);
}

#section-header img {
	position: relative;
	left: 8px;
	top: 9px;
}

#wrapper {
	width: 980px;
	margin: 0;
	padding: 0;
	background-color: #bdc2cb;
}

#menu {
	float: right;
	width: 300px;
	height: auto;
	line-height: 1.2em;
	background-color: #bdc2cb;
}

#menu-ad {
	position: relative;
	left: 71px;
	top: 20px;
}

#menu-main {
	height: 26px;
	background-color: #9fa3aa;
	padding: 9px 0 0 5px;
	border-bottom: 2px solid #bdc2cb;
}

#menu-main a:link, #menu-main a:visited, #menu-main a:active {
	font-weight: bold;
	text-decoration: none;
	color: #162e58;
}

#menu-main a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #055efa;
}

#menu-sub {
	background-color: #bdc2cb;
	border-bottom: 2px solid #bdc2cb;
	padding-left: 7px;
	line-height: 1.3em;
}

#menu-sub a:link, #menu-sub a:visited, #menu-sub a:active {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #162e58;
}

#menu-sub a:hover {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #055efa;
}

#content {
	float: left;
	width: 678px;
	min-height: 1370px;
	background-color: #bdc2cb;
	border-right: 2px solid #fff;
	line-height: 1.7em;
	padding-bottom: 10px;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 10px 0;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#content p {
	font-size: 13px;
	text-align: justify;
	padding: 0 14px 0 14px;
}

#content a:link, #content a:visited, #content a:active {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #162e58;
	border: 0;
}

#content a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #055efa;
	border: 0;
}

#character {
	position: relative;
	height: 120px;
	padding: 10px;
	background-color: #9fa3aa;
}

#character-pic {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90px;
}

#character-name {
	position: absolute;
	top: 0;
	left: 110px;
	width: 200px;
}

#character-name h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 0;
}

#character-name h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#gallery {
	width: auto;
	height: auto;
	margin: 1px;
	padding: 10px 0 0 13px;
}

#gallery img {
	display: inline;
	margin: 1px;
	border: 1px solid #bdc2cb;
}

#gallery a:hover img {
	border: 1px solid #162e58;
}

.collapse { 
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
	font-size: 13px;
	line-height: 1.7em;
    margin: 10px 0;
	padding-left: 14px;
}

.openlanguage {
    font-size: 13px;
	line-height: 1.7em;
    font-weight: bold;
}

.closedlanguage { 
    font-size: 13px;
	line-height: 1.7em;
    font-weight: bold;
}

#footer {
	clear: both;
	height: 35px;
	width: 970px;
	background-color: #9fa3aa;
	font-size: 11px;
	line-height: 1.5em;
	padding: 7px 10px 5px 0;
	text-align: right;
	border-top: 2px solid #fff;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #162e58;
}

#footer a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #055efa;
}