﻿body {
	margin: 0px;
	padding: 0px;
	background: #858585;
	text-align: center; /* Hack to center the page in Internet Explorer */	
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

#page {
	margin: auto;
	width: 696px;
	overflow: hidden;	
}

#header {
	margin: auto;
	padding: 0px;
	width: 730px;
	height: 90px;
	background: #EEE url(images/header.jpg) no-repeat center top;
	text-align: left;
}

#header-nav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #5e5959;	
	padding: 62px 0 0 16px;
}

#header-nav a {
	color: #5e5959;
	text-decoration: none;
	background: transparent;
	padding: 11px;
	margin: 0;
	height: 100%;
}

#header-nav a:hover {
	color: #5e5959;
	text-decoration: none;
	background: transparent;
}

#header-nav ul, #header-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #5e5959;
	background: transparent;
}

#container {
	margin: auto;
	padding: 0px;
	width: 730px;
	background: #FFF url(images/content.jpg) repeat-y center center;
	overflow: hidden;
}

#footer {
	margin: auto;
	padding: 0px;
	width: 730px;
	height: 35px;
	clear: both;
	background: #EEE url(images/footer.jpg) no-repeat center bottom;

}

#sidebar {
	float: left;
	width: 231px;
	margin: 0 0 0 0px;
	border: 1px #cfcfcf solid;
	background: #ededed;
	padding: 2px;
}

#sidebar img {
	background: #f2f2f2;
	padding: 1px;
	border: 1px #b9b9b9 solid;	
}

#content {
	width: 456px;
	background: #e9e9e9;
	margin: 0 0 0 240px;
}

#sidebar-header {
	width: 231px;
	height: 26px;
	margin: 0 0 5px 0;
	padding: 0px;
	background: #4a4a4a url(images/featured_websites.jpg) no-repeat center top;
}

.sidebar-divider {
	width: 231px;
	height: 5px;
	margin: 0;
	padding: 0px;
	background: #cbcbcb url(images/sidebar_divider.jpg) no-repeat center top;
}

#new-site-box {
	width: 456px;
	border: 1px #cfcfcf solid;
	background: #cbcbcb url(images/new_site_grad.jpg) repeat-y center top;
}

#new-site-box-text {
	padding: 7px;
	font-family: Arial, sans-serif;
	color: #474747;
	font-size: 12px;
}

#new-site-box-text a {
	color: #6d2929;
	text-decoration: none;
	font-weight: bold;
}


#new-site-box img {
	margin: 2px;
	padding: 1px;
	border: 1px #949494 solid;
}

#news-container {
	width: 442px;
	text-align: left;
	margin: auto;
	padding: 7px;
	margin: 9px 0 0 0;
	font-size: 10px;
	color: #666;
}

#news-container h1 {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

#news-container h2 {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #999;
}

.news-1 {
	background: #e9e9e9;
}

.news-2 {
	background: #d6d6d6;
}