.clear {
	clear: both;
}
#wrapper {
	width: 815px;
	margin: 0 auto;
}
#picture {
	width: 814px;
	height: 552px;
	border: 1px solid #afc34f;
	position: relative;
}
html>body #picture {
	width: 812px;
}
#logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/logo.png',sizingMethod='scale');
	width: 295px;
	height: 215px;
	position: absolute;
	left: -72px;
	top: -72px;
}
html>body #logo {
	background: url('pic/logo.png') no-repeat;
	left: -71px;
}	
#top {
	height: 90px;
	position: relative;
}
#title {
	width: 378px;
	height: 44px;
	position: absolute;
	right: 10px;
	top: 30px;
}
#right {
	width: 170px;
	height: 540px;
	background: white;
	position: absolute;
	right: 6px;
	top: 6px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#menu {
	border: 12px solid #fff;
	border-width: 12px 0;
	width: 170px;
	background: #fff;
	position: absolute;
	right: 6px;
	bottom: 130px;
}
#menu a {
	height: 50px;
	width: 170px;
	display: block;
	overflow: hidden;
	position: relative;
}
#menu a img {
	position: absolute;
	border: 0;
}
#menu a:hover img, #menu a:active img {
	top: -50px;
}
h1 {
	font-size: 22px;
	font-family: Times, "Times New Roman", serif;
	color: #888;
	font-weight: normal;
	padding: 20px;
	font-style: italic;
	text-align: center;
}
h1:first-letter {
	font-size: 27px;
	color: #afc34f;
}
h1 span {
	font-size: 1.1em;
	color: #555;
}
#cleft, #cright {
	width: 40%;
	float: left;
}
#cright {
	float: right;
}
p {
	font-size: 14px;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
}
p a {
	color: #afc34f;
	font-weight: bold;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
p a img {
	padding: 4px;
	border: 1px solid #afc34f;
}
p span {
	color: #555;
	font-weight: bold;
}
#copyright {
	width: 100%;
	border-top: 1px solid #888;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px;
	margin-top: 20px;
}
#copyright a {
	color: #333;
}
#copyright a:hover {
	text-decoration: none;
}