@charset "utf-8";
/* CSS Document */

body,html {
	text-align: center;
	margin:0;
	border:0;
	padding:0;
	height:100%;
	background-color:#000000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 22px;
}

h1 {font-size:16px;
	color:#FFCC00;
	margin:0;
	display: inline;
	font-weight:normal;
	}
	
h2 {font-size:14px;
	color:#FFCC00;
	display:inline;
	margin:0 0 0 0;	
	font-weight:normal;
	}
	
h3 {
	font-size:14px;
	color:#A2A2A2;
	display:inline;
	margin:0 0 0 0;
	font-weight:normal;
	}

	
#headerWrapper {
	margin:20px auto 0 auto;

}
#bodycontentWrapper {
	width:450px;
	height:auto;
	margin:10px auto 0 auto;
	text-align:left;
}
#galleryWrapper {
	margin:10px auto 0 auto;
}

#footerWrapper {
	margin:20px auto 0 auto;
	padding:8px 0 5px 0;
	font-size:10px;
	color:#E6E6E6;
	background-color:#282828;
}
.footertext {
	font-size:10px;
	color:#E6E6E6;
}
.footertext a {text-decoration:none;}
.footertext a:hover {text-decoration:underline;}
#navWrapper {
	margin:0 auto;
	padding:0;
	border:0;
	width:200px;
	position:relative;
}
#navlistWrapper {
	margin:24px 0 0 390px;
	text-align:left;
	height:0;
	
}
#textblockWrapper {
	margin:0px 0 0 10px;
	text-align:left;
	height:430px;
	width:270px;
	position:relative;
}
#textblockbottomWrapper {
	position:absolute;
	bottom:0px;
}
	
a {
	color: #A7D3E9;
	text-decoration: underline;
}

.inputfield {background-color:#E9E9E9;}