* {
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #570026;
	text-decoration: none;
}

a:hover {
	color: #570026;
	text-decoration: underline;
}

body {
	color: #570026;
	background-image: url('images/bodybg.gif');
	font-size: 16px;
}

div.page {
	width: 970px;
	margin: 0px auto;
}

div.header {
	text-align: center;
}

div.footer {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
}


/** Ads */
div.adv {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

div.adv a img {
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	border: 0px;
}

/** !Ads */

/* Content table */
div.content {
	width: 970px;
}

div.content table {
	width: 100%;
	border-collapse: collapse;
}

div.content table th.ltopcorn {
	width: 14px;
	height: 38px;
	background-image: url('images/lcorn.gif');
}

div.content table th.rtopcorn {
	width: 14px;
	height: 38px;
	background-image: url('images/rcorn.gif');
}

div.content table th.ttop {
	height: 38px;
}

div.content table td {
	background-image: url('images/tbg.gif');
}

div.content table th.lbcorn {
	width: 14px;
	height: 38px;
	background-image: url('images/lbcorn.gif');
}

div.content table th.rbcorn {
	width: 14px;
	height: 38px;
	background-image: url('images/rbcorn.gif');
}

div.content table th.tbot {
	height: 38px;
	background-image: url('images/bookmarkus.gif');
}
/* !Content table */


/* Thumbnails table */
table.thumbs td {
	text-align: center;
	padding: 6px;
}

table.thumbs img {
	width: 220px;
	border: 1px solid #570026;
}

table.thumbs a:hover img {
	border: 1px solid #ffffff;
}
/* !Thumbnails table */

/* Descriptions table */
table.descs ul {
	margin: 15px;
}
/* !Descriptions table */

/* Sites thumbnails table*/
table.sitesthumbs td {
	vertical-align: bottom;
	text-align: center;
	padding: 6px;
}

table.sitesthumbs img {
	border: 1px solid #570026;
	width: 240px;
}

table.sitesthumbs a {
	font-size: 1.3em;
}

table.sitesthumbs a:hover img {
	border: 1px solid #ffffff;
}
/* !Sites thumbnails table*/

