body {
	background: #f4f4f4;
	color: #666;
	font: normal normal normal 13px/normal Arial, Helvetica, sans-serif;

}


a {text-decoration:underline; color:#222;}

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

div#content{
	text-shadow: white 0px 1px 1px;
}


p {
	line-height: 18px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
	color: #E8E8E8;
	font-size: 12px;
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	text-shadow: none;
	font-style: normal;
	font-variant: inherit;
}

h1{ font-size:22px; }
h2{
	font-size:21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
h3{ font-size:19px; }
h4{ font-size:18px; }
h5{ font-size:17px; }
h6{
	font-size:10px;
	color: #333333;
}

#content {
	width: 673px;
	background-color: #EEEEEE;
	margin: 0 30;
	position: relative;
	z-index: 1001;
	opacity: 0.80;
	padding:20px;
	height: 80px;
}


#content2 {
	width: 640px;
	//background-color: #555;
	background: rgba(200,200,200,0.45);
	margin: 48px 33px;
	//position: fixed;
	z-index: 900;
	padding: 10px 20px 0px 20px;
	//height:900px;
}



#content_transp {
	width: 650px;
	
	margin: 0 30;
	position: fixed;
	z-index: 900;
	padding:20px;
	height:500px;
	margin-top: 20px;
}

#content3 {
	width: 650px;
	background-color: #999999;
	margin: 0 30;
	position: absolute;
	z-index: 900;
	padding:20px;
	height:400px;
	margin-top: 20px;
}
#content4 {
	width: 650px;
	background-color: #615b5a;
	margin: 0 30;
	position: absolute;
	z-index: 900;
	padding:20px;
	height:400px;
	margin-top: 20px;
}



#content5 {
	width: 650px;
	background-color: #b6b4af;
	margin: 0 30;
	position: absolute;
	z-index: 900;
	padding:20px;
	height:400px;
	margin-top: 20px;
}



#content6 {
	width: 650px;
	background-color: #5a5854;
	margin: 0 30;
	position: absolute;
	z-index: 900;
	padding:20px;
	height:400px;
	margin-top: 20px;
}

#content22 {
	width: 650px;
	background-color: #333333;
	margin: 0 30;
	position: fixed;
	z-index: 900;
	padding:20px;
	height:500px;
	margin-top: 20px;
}

#menu li {
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
			}
			
			#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	line-height: 40px;
	color: #666;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
			}
			#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
			}
