@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: underline;
	cursor: pointer;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	height: 100%;
}

.wrapper {
	width: 948px;
	margin: 0 auto;
	clear: both;
}

.centering { 
	width: 1px;
	height: 50%;
	margin-bottom: -250px;
	float: left;
}

.header {
	height: 33px;
	line-height: 33px;
}

.header ul li {
	float: left;
	line-height: 33px;
	padding: 0 12px 0 18px;
	background-image: url(../images/disc.gif);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

.header ul li.first {
	background: none;
	padding-left: 1px;
}

.header ul li a {
	text-decoration: none;
	color: #666666;
}

.header ul li a:hover, .header ul li.selected a {
	color: #000;
	font-weight: 300;
}

.main {
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px 0 9px 0;
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
}

.sidebar {
	float: left;
	width: 288px;
}

.content {
	float: right;
	width: 640px;
	padding-bottom: 100px;
	overflow: hidden;
	padding-right: 5px;
}

.footer {
	clear: both;
	line-height: 27px;
	font-size: 10px;
	overflow: hidden;
	color: #cccccc;
}

.footer a {
	color: #cccccc;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;  
}

.footer .left {
	float: left;
	width: 400px;
}

.footer .right {
	float: right;
	width: 400px;
	text-align: right;
}

h1 {
	font-size: 23px;
	font-weight: bold;
	color: #666666;
	padding: 5px 0 10px 0;
}

.padded {
	padding-top: 30px;	
}

.fullpage {
	overflow: hidden;	
}

.covers {
	padding-bottom: 45px;
	text-align: center;
}

.covers img {
	padding: 0 1px;	
}

.content .left {
	float: left;
	width: 250px;
}

.content .right {
	float: right;
	width: 305px;
}

h2, h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

form label {
	display: block;
	padding-top: 5px;
}

.content a {
	text-decoration: none;	
}
.cover1 {
}
.cover1text {
	display: block;
}
.cover1 {
	width: 184px;
	float: left;
	padding-right: 5px;
	padding-bottom: 20px;
}

