/* CSS Document */

body {
	font: 0px Verdana, Arial, Helvetica, sans-serif;
	background: #C8C8C8 url(../images/bg_page.png) repeat-x;
	text-align: center;
	margin: 0;
	padding: 6px 0 0 0;
}

h1, h2, h3, img, ul, p, li {
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	color: #289331;
	padding: 0 0 7px 0;
}

a {
	outline: none;
	color: #03C;
}

li {
	list-style: none;
}

p {
	margin: 10px 0 10px 0;
	line-height: 12px;
}

.divFix {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* HEADER */

#header {
	background: url(../images/header.jpg) no-repeat;
	padding: 20px 0 0 35px;
	margin: 0 auto;
	text-align: left;
	height: 85px;
	width: 743px;
}

#header #googleSearch {
	float: right;
	padding:52px 0 0 0;
	width: 360px;
	z-index: 100;
	clear: none;
	overflow: hidden;
}

#header #googleSearch .q {
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}

#header #googleSearch img {
	height: 29px;
	width: 64px;
}

#header #logo {
	height: 85px;
	width: 172px;
}

#header2 {
	height: 20px;
	width: 778px;
}

#container {
	background: url(../images/bg_container.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 778px;
}

/* TOPNAVBAR */

#topNavBar {
	background: url(../images/bg_top_nav_bar.gif) repeat-x;
	font-size: 11px;
	margin: 0 5px;
	height: 30px;
}

#topNavBar li {
	float: left;
	background: url(../images/line_top_nav_bar.png) right no-repeat;
	padding: 0 1px 0 0;
}

#topNavBar a {
	color: #FFF;
	display: block;
	padding: 8px 16px 9px 16px;
	text-decoration: none;
}

#topNavBar a:hover, #topNavBar .selected a {
	background: #699;
}

/* CONTENT */

#content {
	padding: 18px 20px 30px 20px;
}

/* FOOTER */

#footer {
	background: url(../images/bg_footer.png) no-repeat;
	font-size: 11px;
	margin: 0 auto;
	text-align: left;
	height: 174px;
	width: 778px;
}

#footer .author {
	float: right;
	margin: 84px 20px 0 0;
	height: 50px;
	width: 204px;
}

#footer ul {
	padding: 24px 0 0 20px;
}

#footer ul li {
	margin: 0 0 2px 0;
}

#footer .title {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 11px 0;
}

#footer ul span {
	color: #666;
}

#footer #stats {
	margin: 10px 0 0 19px;
	height: 18px;
	width: 18px;
}

#copyr {
	font-size: 9px;
	padding: 12px 0 14px 0;
	color: #555444;
}