@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: silver;
}
#wrapper {
	width: 720px;
	margin: 5px auto;
	border: 2px dashed #91580F;
	height: 100%;
	background: white;
	padding: 0 40px;
	position: relative;
}
#header {
	height: 180px;
}
#header a {
	text-decoration: none;
}
h1 {
	padding: 20px 0  10px 50px;
	font-size: 22px;
	color: #91580F;
}
h2 {
	padding: 20px 0;
	font-size: 16px;
	color: #91580F;
}
h3 {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
}
h4 {
	padding: 20px 0 7px 0;
	font-size: 14px;
}
.clear {
	clear: both;
}
p {
	padding: 8px 0;
}
a {
	outline: none;
	color: #91580F;
}
img {
	border: none;
}
.preview {
	float: left;
	width: 355px;
	height: 430px;
	text-align: center;
}
.view, .main-dl {
	width: 164px; 
	margin: 0 auto 8px auto;
	height: 27px; 
	text-align: left;
	text-indent: 30px;
}
.view a {
	background: url(../img/view.png) no-repeat;
}
.view a:hover {
	background: url(../img/view-hover.png) no-repeat;
}
.main-dl a {
	background: url(../img/main-download.png) no-repeat;
}
.main-dl a:hover {
	background: url(../img/main-download-hover.png) no-repeat;
}
.view a, .main-dl a {
	display: block;
	font-weight: bold;
	width: 164px;
	height: 27px;
	text-decoration: none;
	color: #333;
	padding: 3px 0 0 0;
}
.left {
	float: left;
	margin: 10px 15px 15px 0;
}
.rr {
	position: absolute;
	left: 572px;
	top: 3px;
}
ul {
	padding: 0 20px;
}
ol {
	padding: 0 40px;
}
li {
	padding: 3px;
}
.center {
	text-align: center;
}
#donate {
	width: 325px;
	margin: 30px auto 0 auto;
	font-weight: bold;
}
.text {
	width: 200px;
	float: left;
}
#footer {
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #91580F;
	margin: 20px 0 0 0;
}
#footer a {
	color: #91580F;
	text-decoration: none;
}



