/* CSS Document */
body {
	background-color: #000;
	margin: 0 auto;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	float: left;
}

#top {
	clear: left;
	float: left;
	width: 860px;
	
	margin: 0;
	padding: 0;
}
#printph{
display: none;
}

#left {
	display: none;
}
#right {
	
	float: left;
	width: 496px;
}
#rt-bottom {
	clear: left;
	float: left;
}
#rt-left {
	clear: left;
	float: left;
	width: 445px;
}
#rt-right {display: none;
	float: left;
	
	width: 50px;
	height: 10px;
}
#bottom {
	clear: left;
	float: left;
	
	width: 860px;
	height: 75px;
}
#bottom-content {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-left: 90px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;	
}
h2 {
	font-weight: bold;
	font-size: 16px;
	color:#000;
}