* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fafafa;
	font-family: arial;
	font-size: 100%;
}

a img {
	border: none;
}

h1 {
	color: #fff;
	font-size: 1.2em;
}

p {
	color: #000;
	font-size: 0.8em;
	margin: 5px 0;
}

ul {
	padding-left: 25px;
}

li {
	font-size: 0.8em;
}

#wrapper {
	width: 804px;
	margin: 0 auto;
}

#title {
	color: #333;
	font-size: 2em;
	margin: 15px 0;
}

#navbar {
	height: 27px;
}

#navbar ul {
	list-style: none;
	padding: 0;
}

#navbar a {
	color: #fff;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar li {
	background: url('tab.png') no-repeat top right;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 20px;
}

#navbar li.green-tab {
	background: url('tab-green.png') no-repeat top right;
}

#header {
	background: #234C9B url('clouds.jpg') no-repeat top center;
	clear: both;
	height: 175px;
	padding-top: 45px;
}

#slogan h2 {
	color: #fff;
	font-size: 1.8em;
	margin-left: 10px;
}

#banner {
	margin-top: 20px;
}

#content {
	background: #fff;
}

#left-col,
#middle-col,
#right-col {
	float: left;
}

#left-col,
#middle-col {
	width: 321px;
	margin-right: 1px;
}

#right-col {
	width: 160px;
}

#right-col img {
	border: none;
}

#footer {
	background: url('bottom.png') no-repeat right top;
	height: 26px;
	margin-bottom: 40px;
}

.clearfix {
	clear: both;
}

.box1, .box2, .box3, .box4, .box5, .box6 {
	margin-bottom: 1px;
	padding: 20px 5px 10px 10px;
	min-height: 280px;
}

.box1 {
 background: #AECEE2;
}
.box2{
 background: #BDAFCC;
}
.box3 {
 background: #F1C465;
}
.box4 {
 background: #E28F6A;
}
.box5 {
 background: #BBCF86;
}
.box6 {
 background: #B3B4B6;
}
.wide-box {
	background: #B3B4B6;
	width: 788px;
	padding: 20px 5px 10px 10px;
}
/* 2 col */
#l {
	background: #AECEE2;
	float: left;
	width: 644px;
}

#r {
	float: left;
	width: 160px;
}

.big-box {
	width: 629px;
	padding: 20px 5px 10px 10px;
}

.split-box: {
	width: 100%;
}

.sb-l {
	background: #F1C465;
}

.sb-r {
	background: #E28F6A;
}

.sb-l, .sb-r {
	float: left;
	width: 307px;
	min-height: 300px;
	padding: 20px 5px 10px 10px;
}

.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;	
}
