html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;

	text-align: center;
	background-color: #CECECE;
	background-image: url('images/background.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #3c6078;
}

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

div#layout {
	position: relative; /* needed for footer positioning*/
	width: 637px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;/* Center */
	padding: 0px 22px;
	padding-bottom: 48px;/* Save space for the footer */

	text-align: left;
	background-image: url('images/layout.jpg');
}

div#layout div#spacer1 {
	width: 637px;
	height: 60px;

	background-image: url('images/spacer1.jpg');
}

div#layout div#header {
	width: 637px;
	height: 78px;

	background-image: url('images/header.jpg');
}

div#layout div#spacer2 {
	width: 637px;
	height: 32px;

	background-image: url('images/spacer2.jpg');
}

div#layout div.content {
	padding: 0px 10px;
}

div#layout div#spacer_affiliates {
	width: 637px;
	height: 48px;

	background-image: url('images/spacer_affiliates.jpg');
}

div#layout div#footer {
	width: 637px;
	height: 48px;
	position: absolute;
	bottom: 0px;

	background-image: url('images/footer.jpg');
}

div.site {
	overflow: auto;
	margin-bottom: 10px;
}

div.site a.preview {
	display: block;
	float: left;
	width: 201px;
	height: 123px;
	padding-left: 26px;

	background-image: url('images/preview_header.jpg');
	background-repeat: no-repeat;
}

div.site a.preview img {
	width: 200px;
	height: 121px;
	border: 1px solid #000000;
}

div.site a.preview:hover img {
	border-color: #4DAACC;
}

div.site div.details {
	float: right;
	width: 338px;
	min-height: 109px;
	padding: 6px;
	padding-left: 32px;

	background-image: url('images/details_header.jpg');
	background-repeat: repeat-y;
	border: 1px solid #000000;
}

div.site div.details h3 {
	margin: 0px;
	margin-bottom: 2px;
}

div.site div.details a.link {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}