/* CSS Document */

* {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444444;
}

body, html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

h1 {
	font-size: 44px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #444444;
}

div#content {
	height: 50%;
	text-align: left;
	margin: auto;
	width: 400px;
	overflow-x:hidden;
	overflow-y: auto;
	scrollbar-arrow-color: #111111;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	border-bottom: 1px dotted #444444;
	
}

div#content h3 {
	margin-top: 22px;
	font-size: 22px;
}

div#content p, #subContent p, #content div, .innerHidden {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 17px;
	width: 380px;
	text-align: left;
}

#statement {
	display:none; 
    position:absolute; 
    background: #111111;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=80);-moz-opacity:.8;
}

.innerHidden {
    position:absolute; 
    display:none; 
    top: 50%;
	left: 50%;
    border: 4px solid #000000; 
    background: white;
    padding: 11px;
	width: 500px;
	height: 500px;
	margin-left: -250px;
	margin-top: -250px;
	filter:alpha(opacity=80);-moz-opacity:0.8;
}

.innerHidden h3 {
	font-size: 12px;
	text-align:center;
}

.innerFooter {
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align:center;
}

.innerFooter a{
	color: #444444;
}

.innerHidden p img {
	border: 1px solid #111111;
	padding: 4px;
}

div#header {
	margin: auto;	
}

div#header h1 a {
	text-decoration: none;
}

div#navigation {
	font-size: 11px;
	letter-spacing: 3px;
}

div#navigation a {
	text-decoration: underline;
}


#subContent {
	margin-top: 22px;
	font-size: 11px;
	width: 400px;
	text-align: left;
}

#footer {
	font-size: 11px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
}