*
{
	margin: 0;
	padding: 0;
}
body
{
	color: #fff;
	font: 62.5% "Arial", sans-serif;
	background-color: #fafafa;
}
a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

li {
	color: #333;
	font-size: 1.2em;
	list-style-position: inside;
}

p {
	margin-bottom: 1em;
}

.layout
{
	width: 800px;
	margin: 25px auto;
}
.layout td
{
	vertical-align: top;
}
.gray-tab, .green-tab
{
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	background: url('tab.png') no-repeat right;
	height: 26px;
	line-height:26px;
	margin-right:5px;
	margin-bottom: 1px;
	padding-left:10px;
	padding-right:20px;            
}
.green-tab
{
	background: url('tab-green.png') no-repeat right;
	height: 26px;
}
.logo h1
{
	color: #333;
	font-size: 3.6em;
	padding-bottom: 10px;
}
.nav
{
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
}
.slogan
{
	background: url('christmas-tree.jpg') no-repeat;
	height: 110px;
}
.slogan h2
{
	font-size: 2.8em;
	padding: 30px 0 0 15px;
}
.banner
{
	background-color: #4898C9;
	height: 110px;
}
.spacer
{
	background: url('bg.jpg') no-repeat;
	height: 62px;
	border-bottom: 1px solid #fff;
}
.text-area
{
	width: 289px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 15px 15px;
}
.text-area h2 
{
font-size: 1.6em;
padding-bottom: 5px;
}
.text-area p 
{
color: #333;
font-size: 1.2em;
padding-bottom: 3px;
}
.sidebar
{
	width: 160px;
	border-right: none;
	border-bottom: 1px solid #fff;
}
.footer
{
	background: url('bottom.png') no-repeat bottom right;
	height: 26px;
}

.pb-ad-title{
	font-weight: normal;
}

.pb-ad-title a{
	color: #12c;
	font-size: 14px;
}

.pb-ad-url{
	margin: 3px 0;
}

.pb-ad-url a{
	color: #093;
	font-size: 13px;
	text-decoration: none;
}

.pb-ad-url a:hover{
	text-decoration: underline;
}

.pb-ad-desc{
	color: #444;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;	
}
