/* CSS Document 
Developer: Warren Laidler
Publisher: Lab88.com
Website: www.SleepingPillsReviewed.com
Copyright: 2007 - All rights reserved.
*/

/*
---------------------------------------------
Typography
---------------------------------------------
*/

body {
	margin:0px;
	padding:0px;
	font:12px/1.5em Arial, Helvetica, "sans-serif #000";
	background: url(images/_bg.jpg) repeat-x;
}
a, a:link, a:visited, a:active {
	text-decoration:underline;
	color:#339999;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a img {
	border:none;
}
#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color:#2E6B6B;
}
#sidebar a:hover {
	color:#2E6B6B;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	text-decoration:underline;
}


/*
---------------------------------------------
Layout
---------------------------------------------
*/

td#header {
	background: #5B9596 url(images/sleeping_woman.jpg) no-repeat right;
	border-bottom: thick solid #000;
	padding: 0px;
}
table#maintable {
	border-top-style: none;
	border-bottom-style: none;
}
div#watermark {
	background: url(images/) no-repeat right bottom;
}
td#maincontent {
	background: no-repeat left top;
}
td#footer {
	border-top: medium solid #000;
}
td#sidebar {
	background: #B3E6E6;
}
.sidebartitle{
	color:#000;
	padding-bottom:10px;
	border-bottom:1px solid #339999;
}
