html, body { 
	margin: 0; 
	padding: 0; 
	height: 100%;
	background-color: #E2E4E6;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

img { border: 0; }

#wrapper {
	text-align: left;
	margin: auto;
	min-height: 100%;
	padding: 0 10px;
	background: url(bg.gif) top left repeat-y;
	width: 750px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 730px;
}
* html #wrapper { height: 100%; }
#logo {
	width: 730px;
	height: 151px;
	padding-top: 24px;
}
#logo a { 
	display: block; 
	width: 730px; 
	height: 151px; 
	background: url(header.jpg) top left no-repeat;
}
#logo span { display: none; }

/* navigation */
#nav {
	width: 210px;
	float: left;
	padding-top: 5px;
}
#nav h3 {
	margin: 0;
	margin-top: 5px;
	padding-left: 9px;
	padding-top: 4px;
	color: #D9DFE5;
	font-size: 12px;
	font-weight: bold;
	background: url(nav_header.gif) top left no-repeat;
	height: 25px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 21px;
}
.nav-item {
	margin: 0;
	padding-left: 20px;
	padding-top: 3px;
	color: #D9DFE5;
	font-size: 11px;
	font-weight: normal;
	background: url(nav_item.gif) top left no-repeat;
	height: 19px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 16px;
}
.nav-item a, .nav-item a:visited {
	color: #D9DFE5;
	text-decoration: none;
}
.nav-item a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* content */
#content {
	margin-left: 210px;
	margin-top: 10px;
	padding: 0;
	width: 510px;
}
.clear { clear: both; }

/* content navigation */
.navbar {
	color: #4B5A6B;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.navbar a, .navbar a:visited {
	color: #4B5A6B;
	text-decoration: underline;
}
.navbar a:hover {
	color: #1B2229;
	text-decoration: underline;
}

/* content items */
.item-header {
	height: 18px;
	background: url(item_top.gif) top left no-repeat;
}
.item-footer {
	height: 18px;
	background: url(item_bottom.gif) top left no-repeat;
	margin-bottom: 5px;
}
.item {
	background: url(item_bg.gif) top left repeat-y;
	padding: 5px;
	color: #3A4551;
	font-size: 11px;
	line-height: 1.3em;
}
.item h1, .item h2, .item h3, .item .header {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
	color: #4B5A6B;
}
.item h3.letter {
	margin: 5px;
}
.item a {
	color: #4B5A6B;
	text-decoration: underline;
}
.item a:visited {
	color: #4B5A6B;
}
.item a:hover {
	color: #28323D;
	text-decoration: underline;
}
.item hr {
	height: 0; 
	border: solid #B0BDCB 0px; 
	border-top-width: 1px;
	margin: 7px 20px;
	line-height: 1px;
}
* html .item hr { margin: 0 20px; }

/* footer */
#footer {
	background: url(footer.gif) top left repeat-y;
	margin: 0;
	padding: 5px 5px;
	padding-left: 200px;
	text-align: center;
	font-size: 9px;
	line-height: 1.5em;
	color: #415060;
}
* html #footer {
	margin-top: 10px;
}
#footer a, #footer a:visited {
	color: #415060;
	text-decoration: underline;
}
#footer a:hover {
	color: #222A33;
	text-decoration: underline;
}

/* ads */
#nav-links {
	width: 468px;
	margin: auto;
	margin-bottom: 7px;
	border: solid #AEB7C1 1px;
}
.adsense {
	margin: 7px 0;
}
