@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

img{
	border: 0px;
}

body {
	background-color: #CDCDCD;
	background-image: url("img/bg_grad.png");
	background-repeat: repeat-y;
	background-position: center;
}

#panel {
	position: relative;
	width: 878px;
	height: 374px;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("img/panel.png");
	background-repeat: no-repeat;
	background-position: center;
}

#foot {
	position: relative;
	top: 100px;
}

#mainarea{
	position: absolute;
	left: 515px;
	top: 25px;
	width: 330px;
	height: 335px;
	font-size: 8pt;
	line-height: 1.5;
}

.h1 {
	font-size: 13pt;
	font-weight: bold;
}

.h2 {
	font-size: 10pt;
	font-weight: bold;
}

#clearup {
	position: relative;
	width: 878px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	text-align:center;
}

#copy {
	position: relative;
	width: 878px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 9pt;
	color: #555555;
}

.thumbnail{
	margin-top: 3px;
	padding: 2px;
	border: 1px solid #999;
}

.download{
	float: left;
	padding-right: 10px;
}

#dl{
	text-align: left;
}

.hr {
	width: 100%;
	height: 1px;
	background-color: black;
}
