/* CSS Document */
div, p, ul, li, body, img {
	margin: 0; padding: 0;
}

html, body { 
	height: 100%;
}

td {
	padding-top: 5px;
}

body {
	background-color: #838E8B;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4B4B4B;
}

a {
	color: #383D3B;
	text-decoration: underline;
}

#toparea {
	background-color: #B2C3BE;
	height: 170px;
}

#header {
	z-index:100;
	width: 880px;
	height: 174px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden; 
}

#wikiclaim {
	padding: 22px 0 0 20px;
}

#headertext {
	position: relative;
	top: 118px;
	left: 0px;
}

#headerbox {
	position: relative;
	top: 26px;
	border-top: 1px solid #383D3B;
	border-left: 1px solid #383D3B;
	/*border-right: 1px solid #383D3B;*/
	margin-left: 129px;
	background-color: white;
	width: 415px;
	height:105px;
}

#headerimg {
	position: relative;
	margin-left: 544px;
	top: -149px;
}

#contentarea {
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	top: 0;
	z-index: 100;
	background-color: white;
	border-bottom: 1px solid #383D3B;
	border-left: 1px solid #383D3B;
	border-right: 1px solid #383D3B;
	margin: 0 auto;
	width: 620px;
	min-height: 100%;
	height: auto;
	_height: 100%; /* only understood by IE */	
}

#navigation {
	z-index: 0;
	position: absolute;
	left: 0;
	top: 200px;
	text-align: right;
	width: 50%;
}

#navigation ul {
	margin-right: 320px;
	color: #EFF1F0;
	list-style-type: none;	
	font-size: 18px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation a {
	color: #EFF1F0;
	text-decoration: none;
}

#navigation .smallnav {
	font-size: 12px;
}

.contentheader {
  	background-color: #D8E3E0;
	clear: both;
	display: table;
	height: 30px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #585E5C;
	_position: relative;
}

.contentheaderiefix {
	_position: absolute;
	_top: 50%;
	display: table-cell;	
	vertical-align: middle;	
}

.contentheadertext {
	padding-left: 20px;
	_position: relative;
	_top: -50%;
}

.contentbody {
	padding: 10px 20px 10px 20px;
}

.contentbody img {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-color: #D8E3E0;
}

.contentbody p {
	padding-bottom: 5px;
	text-align: justify;
}

.contentbody .clearboth {
	clear: both;
}

.contentbody ul {
	margin-left: 25px;
}