html, body {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: Tahoma, Arial;
	font-size: 70%;
}

#main {
	width: 980px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topsection {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	height: 45px;
	clear: both;
	background-image: url(bg_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #fdfdfb;
}
#topsection .inner {
	margin: 0;
	padding: 0;
	position: relative;
}
#topsection h1 {
	width: 280px;
	float: left;
	font-size: 2.5em;
	color: #9c765a;
	margin: 0 0 10px 0;
	font-style: italic;
	text-indent: 1em;
}
#topsection h1 a, p.bm a {
	color: #8d5e52;
	text-decoration: none;
}
p.bm {
	font-size: 18px;
	font-weight: bold;
	float: right;
	width: 280px;
	font-style: italic;
	margin: 10px 10px 0 0;
	text-align: right;
}
#wrapper {
	float: left;
	width: 100%;
}
#content {
	/*background-color: #88bbee;*/
	margin: 0 160px 0 160px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftside {
	/*background-color: #c7ab93;*/
	float: left;
	width: 160px; /*Width of left column in pixel*/
	margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
}
#rightside {
	/*background-color: #b3c793;*/
	float: left;
	width: 160px; /*Width of right column*/
	margin-left: -160px; /*Set left margin to -(RightColumnWidth)*/
}
#footer {
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}
#leftside .inner, #rightside .inner {
	margin: 0;
	position: relative;
}
#content .inner {
}
a {
	color: #b10800;
}
.imgs img {
	border: none;
}
ul.menu {
	width: 160px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(bg_menu.gif) left repeat-y #f7f7f7;
}
ul.menu li {
	list-style: none;
	margin:	3px 0 0 15px;
}
ul.menu li a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #b10800;
}
ul.menu li a:hover {
	color: #222;
	letter-spacing: 1px;
}
.thumbs, .toplist {
	width: 660px;
	background: url(bg_thumbs.gif) left repeat-y #f7f7f7;
}
.thumbs {
	text-align: center;
}
.thumbs a img {
	width: 120px;
	height: 160px;
	border: 1px solid #fff;
	margin: 0 0 4px 4px;
}
.thumbs h3, .toplist h3 {
	text-indent: 1em;
	color: #887f6c;
	font-style: italic;
	font-size: 1.5em;
	text-align: left;
	margin: 0 20px 10px 20px;
	border-bottom: solid 1px #9a9584;
}
.menu h3 {
	text-indent: 0.5em;
	color: #887f6c;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	text-align: left;
	margin: 0 10px 5px 10px;
	padding: 0;
	border-bottom: solid 1px #9a9584;	
}
#footer a {
	color: #b10800;
}
.recips {
	font-size: 12px;
	font-weight: bold;
	margin: 15px auto;
	padding: 0;
	width: 700px;
}
.recips ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}
.recips ul li {
	float: left;
	display: block;
	width: 225px;
	margin: 1px;
	padding: 0;
	text-align: center;
}
.recips ul li a {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	font-weight: normal;
}
.recips ul li a:hover {
	font-weight: normal;
}
p.frnd {
	text-align: center;
	font-size: 18px;
}
.tl { font-family: Tahoma, Arial; font-size: 12px; text-align: left; }
.tl table { height: 15px; margin: 1px;}
.tl a {
	text-decoration: none;
	font-weight: bold;
}
.nr { text-align: left; width: 25px; }
.inout { text-align: center; width: 30px; }

#toplist {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	padding: 0;
	margin: 0 auto;
	width: 645px;
}
td.ll { width: 150px; padding-left: 5px; font-weight: bold;}
td.io { width: 65px; }
#toplist span {
	float: left;
	width: 30px;
	text-align: right;
}
.tl table { height: 15px; margin: 1px;}
.tl a {
	text-decoration: none;
	font-weight: bold;
}


.cleared: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cleared {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .cleared {height: 1%;}
.cleared {display: block;}
/* End hide from IE-mac */