body { 
	font-family: "Verdana", verdana;
	font-size: 10px;
	background: #FFFFFF url(none) no-repeat 0px 0px;
	margin: 0px;
	color: #333;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	}

img { 
	border: 0; 
	overflow: hidden;	
}

ul { list-style: none; }

#header {
	width: 900px;
	height: 40px;
	padding: 0px;	
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#header p {	
	font-family: verdana;
	font-size: 12px;
	padding: 0px;
	}

#logo {
	margin-left: 0px;
	margin-top: 0px;
	border: 0px;
	padding: 0px;
	width: 300px;
	height: 40px;
	float: left;
	display: inline;
	}

#navbar {
	position: relative;
	width: 550px;
	height: 40px;
	padding: 0px;
	top: 10px;
	left: 0px;
	display: inline;
	z-index: 3;
}

#navbar a, #navbar a:visited {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}


#navbar a:hover {
	color: #222;
	font-size: 12px;
	background-color: #CCCCCC;
}

#content {
	margin-right:auto;
	margin-left:auto;
	background-color: #666;
	width: 900px;
	margin-top: 0px;
	left: 0px;
	height: auto;
	text-align: left;
	background-image: url(content_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
	overflow: hidden;
}

iframe {
	width: 750px;
	overflow: hidden;
}

#middle {
	width: 750px;
	height: 500px;
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	clear: both;
}

.subcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 500px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: url(glasses_bg.jpg);
	font-size: 12px;
	text-align: left;
	z-index: 2;
	overflow: hidden;
}

.subcontent a, .subcontent a:visited {
	color: #0000cc;
	text-decoration: none;
	font-size: 12px;
	}

.subcontent a:hover {
	color: #222;
	font-size: 12px;
	background-color: #CCCCCC;
}

.subcontent p {
	padding: 5px;
	margin: 0px;
	font-size: 12px;
}

.left {
	float: left;
	margin: 0px;
	width: 40%;
	padding: 00px;
	}

.right {
	margin-left: 40%;
	width: auto;
	padding: 0px;
	}
	

.notice p strong {
	width: 100px;
	height: auto;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	}

.sitemeter {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 1px;
	filter:alpha(opacity=0);
	opacity: 0.1;
	-moz-opacity: 0.1;
	}

#footer {
	position: relative;
	width: 900px;
	height: 30px;
	padding: 0px;
	vertical-align: middle;
	margin-right:auto;
	margin-left:auto;
	z-index: 3;
	background-color: #fff;
}

#footer p {
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #666;
	border: none;
	}

#footer a, #footer a:visited {
	color: #000;
}

#footer a, #footer a:link {
	color: #111;
}

#notice {
	color: #000;
	position: absolute;
	width: 100px;
	height: auto;
	right: 12px;
	bottom: 50px;
	padding: 10px;
	border-style: dashed;
	border-width: 1px;
	border-color: #d0d0d0;
	background-color: #eee;
	z-index: 10;
	filter:alpha(opacity=70);
	opacity: 0.5;
	-moz-opacity: 0.5;
	}
