body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 780px;
	background: #f4f4f4;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	/*border: 1px solid #ddd;*/
	border-top: none;
	clear: both;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

body a {
	text-decoration: none;
	}

body a:hover {
	color: red;
	}

.header {
	font-size: 1.25em;
	background: #fffeff url(/download/header04.jpg) no-repeat;
	color: #fffeff;
	height: 200px;
	}

.header p {
	padding-top: 10px;
	}

.header .left {
	width: 65%;
	float: left;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
}

.header .right {
	width: 35%;
	float: right;
	text-align: right;
}

.description {
	font-size: 90%;
	background: white;
	padding: 20px 10px;
	/*text-align: center;*/
}

.container {
	padding: 10px 10px;
	background-color: white;
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}

.box {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
}

.boximage {
	width: 47%;
	float: left;
	}

.boximage img {
	border: 3px solid #cacaca;
	}

.boxtext {
	width: 36%;
	float: right;
	}

.boxtext .size {
	color: #a9a9a9;
	font-size: 0.8em;
	}

.footer {
	font-size: 90%;
	padding: 1px;
	text-align: center;
	}

