a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.orange {
	color: #F60;
}
h1 {
	text-align: center;
}
#main {
	width: 760px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#nav {
	background-color: #000;
	height: 30px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#left  {
	width: 575px;
	float: left;
	margin-bottom: 20px;
}


#right {
	width: 170px;
	float: right;
	margin-bottom: 30px;
}
#right p  {
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

#point {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
#footer {
	width: 100%;
	height: auto;
	background-color: #000;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer p {
	font-size: 12px;
	color: #CCC;
	text-align: center;
	padding-top: 10px;
}
#footer p a {
	color: #666;
}

h6 {
	background-color: #F60;
	background-position: left center;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 160px;
}
