body, html { 
	height: 100% !important; 
	padding: 0;
	margin:0;
	overflow: hidden;
	background: #000;
	}

body { 
	font-family: arial,helvetica,san-serif;
	}

* html .container { 
	height:100% !important; 
	}

.container { 
	position:relative !important;
	height: auto !important;
	margin: 0 auto;
	min-height:100%;
	background: #000;
	}

.h1 { 
	position: absolute;
	top: 8px;
	right: 10px;
	color: #bbb; 
	font-size:50px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	z-index: 1;
}

.h1part2 { 
	color: #3b76a5; 
	font-size:70px; 
	font-family:arial;  
	font-weight: 100; 
}

.content { 
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
	padding-bottom: 70px;
	color: #666; 
	font-size:12px;
	z-index: 1;	
	}

blockquote img {
	border: 0;
	padding: 4px;
	background: #69c;
}

blockquote img:hover {
	border: 0;
	padding: 4px;
	background: #fff;
}

a {
	text-decoration:none;
	color:#666;
}

a:hover {
	text-decoration:none;
	color:#69c;
}

h3, b {
	color:#69c;
}

.bqstart {
	float: left;
	height: 45px;
	margin-left: -35px;
	margin-top: -70px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	font-family: Georgia,Palatino,'Times New Roman',Times,serif;
	color: #69c;
}
	
.bqend {
	float: right;
	height: 25px;
	margin-top: -20px;
	padding-top: 0;
	font-size: 700%;
	font-family: Georgia,Palatino,'Times New Roman',Times,serif;
	color: #69c;
}
.aaa {
	position: absolute;
	top: -10px;
	right: 0px;
	z-index: 0;
}

/*****************************
 ****      splitmenu      ****
 *****************************/
#horizmenu {
	background: url(menu_horiz_bg.png) 0 0 repeat-x;
	height: 45px;
	position: relative;
}

#horizmenu a {
	font-family: Helvetica, Arial, sans-serif;
}

#navheader {
	position: absolute;
	height: 20px;
	margin-top: 15px;
	z-index: 2;
}
#navheader li {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 3;
}
#navheader li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 24px;
	text-decoration: none;
	color: #bbb;}
	
#navheader li a:hover {
	color: #fff;}
	
#navheader li.active {
	height: 17px;
	border: 1px solid #69c;
	z-index: 1;
}
/* #slider {
	z-index: 2;
	position: absolute;
	height: 17px;
	border-top: 1px solid #69c;
}
#navheader li.active {
	height: 17px;
	border-bottom: 2px solid #9c3;
	z-index: 1;
} */
#slider {
	position: absolute;
	height: 20px;
	border-bottom: 3px double #666;
	z-index: 0;
}
#footer {
	position:relative !important;
	min-width: 800px;
	margin: 0 auto;
	/* move #footer to its position ... */
	margin: -50px auto 0;
	border: 0 none;
	padding: 0;
	background: url(menu_horiz_bg_b.png) 0 0 repeat-x;
	text-align: left;
	font-size: 12px;  
	color:#666;
	padding: 10px 20px;
}
#footer a {
	font-size: 12px;
	text-decoration:none;
	color:#666;
  	}
#footer a:hover {
	text-decoration:none;
	color:#1e6fb6;
  	}
