body {
	margin: 0;
	padding: 0;
	background-color: #A3A096;
	background-image: url(../images/home/bg.main.gif);
	background-repeat: repeat-y;
	color: #3F4A4C;
	font-family: Georgia, serif;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img {
  border: 0;
}

p, ul, ol {
  margin-bottom: 1em;
}

div.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 211px;
	background-image: url(../images/home/bg.top.gif);
	background-repeat: repeat-x;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 211px;
	background-image: url(../images/home/bg.title.jpg);
	background-repeat: no-repeat;
}

h1 img {
  position: absolute;
  top: 69px;
  left: 106px;
}

.header .ad {
  position: absolute;
  right: 18px;
  bottom: 32px;
  text-align: right;
}

.header .ad p {
  margin: 0;
}

.main {
  position: relative;
  margin-top: 199px;
  width: 100%;
}

.menu {
  float: left;
  width: 171px;
  margin-top: 15px;
  font-size: .825em;
}

.menu, .sidebar, .content h3, .content .smallLogo, p.posted, p.nav {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}

.menu ul, .menu ul li {
	list-style-type: none;
	margin-bottom: 0;
}

.menu ul li a {
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	border-bottom: 1px solid #C4C0B1;
}

.menu ul li a:link, .menu ul li a:visited {
	color: white;
}

.menu ul li#homelink a {
	padding-top: 1.5em;
}

.menu ul ul li a {
  padding-left: 2em;
  font-size: .8275em;
}

.menu ul ul {
  display: none;
}

.menu ul li a:hover {
  background-color: #C4C0B1;
}

.menu ul ul li a:hover {
	background-color: #D3D0C6 !important;
}

.content {
  margin-top: 0;
	margin-left: 175px;
	width: 488px;
	background-image: url(../images/home/bg.content.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}

.content h2 {
	font-family: "Gill Sans";
	font-weight: normal;
	color: #273061;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: .1em;
}

.content h3 {
	color: #FF7E00;
	text-transform: uppercase;
	font-size: .875em;
	line-height: 140%;
	margin-top: 1em;
}

.content .item {
  border-bottom: 1px solid #B6BDBE;
  margin-bottom: 1em;
}

.content .item {
  font-size: .875em;
}

.content p, .content ul, .content ol {
  line-height: 130%;
}

.content p.nav {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .857em;
}

.content ul, .content ol {
  padding-left: 2em;
}

.content li {
  padding-bottom: .5em;
}

.content .about {
  float: right;
  width: 18em;
  font-size: .75em;
  line-height: 130%;
  background-color: #D6E4FC;
  padding: 2em 1.5em 1em 2em;
  margin: 1em 0 1em 1.5em;
}

.content .smallLogo {
  text-align: center;
  font-size: .6875em;
}

.sidebar {
  position: absolute;
  top: 10px;
  left: 707px;
  right: 0;
  font-size: .75em;
}

.sidebar .item.googleAds {
  padding-left: 1.5em;
}

.sidebar .item.buzz,
.sidebar .item.links {
  background-image: url(../images/home/bg.links.gif);
	background-color: #7D7A71;
	background-repeat: repeat-y;
	padding: 1em 1.5em .5em 1.5em;
	margin: 1em 0 1em 0;
	color: white;
}

.sidebar .item a:link,
.sidebar .item a:visited {
	color: #DCD5FE;
	font-weight: bold;
}

.sidebar .item.buzz h3,
.sidebar .item.links h3 {
	font-size: .85em;
	text-transform: uppercase;
	color: #F5B07A;
	padding-bottom: .25em;
}


a:link {
  color: #1DA340;
}

a:visited {
	color: #7E9A83;
}

a:hover {
  text-decoration: none;
}
