/* Global CSS */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	background: #fff;
}
h1, h2 {
	margin-bottom: 8px;
	font-size: 17px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #777;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.hr {
	width: 160px;
	margin: 15px auto;
	height: 1px;
	line-height: 1px;
	background: url('images/menu.hr.gif') no-repeat;
}
.float {
	float: left;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}

table tr td {
	color: #fff;
}

#container {
	width: 770px;
	margin: 0 auto;
}

/* Divs */

#top {
	width: 770px;
	height: 209px;
}

#top img {
	display: block;
}

#menu {
	width: 770px;
	height: 28px;
	background: url('images/menu.jpg') no-repeat;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	text-indent: -400em;
	overflow: hidden;
}

#content {
	clear: both;
	background: url('images/content.bg.gif') repeat-y;
}

#main {
	width: 566px;
	color: #000;
	float: left;
	padding-bottom: 15px;
}

#main_top {
	padding: 20px 18px 0 18px;
}

#main_top h1 {
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: 2px;
	background: url('images/main.hr.h1.gif') bottom left no-repeat;
}

#main_top h1 span, .main_item h2 span, #main_top h2 span {
	font-size: 14px !important;
	color: #777 !important;
	
}

#main_top img {
	margin-right: 10px;
	float: left;
}

.main_item {
	margin: 0 0 20px 18px;
	display: block;
	float: left;
	width: 240px;
	_width: 230px; /* ie6 hack */
	padding: 18px 18px 18px 0;
}

.main_item h2, #main_top h2 {
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: 2px;
	background: url('images/main.hr.h2.gif') bottom left no-repeat;
}

.main_item img {
	margin: 3px;
	float: right;
}

#main_top ul {
	padding-left: 20px;
}

#main_top ul li {
	list-style: disc;
}

#side {
	width: 204px;
	float: right;
}

#side h2 {
	padding: 4px 0 5px 0;
	margin-left: 5px;
	letter-spacing: 2px;
	background: url('images/menu.hr.gif') bottom left no-repeat;
}

#side h3 {
	height: 17px;
	padding: 3px 0 0 8px;
	font-size: 12px;
	background: url('images/menu.shade.gif') repeat-y;
}

#side p {
	padding: 3px 0 3px 8px;
}

#side a:link {
	color: #fff;
}

#side a:hover {
	color: #ddd;
}

#footer {
	clear: both;
	width: 770px;
	height: 43px;
	position: relative;
	background: url('images/footer.jpg') no-repeat;
}

#footer p {
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	font-size: 10px;
	padding-top: 6px;
}

#footer p a {
	color: #fff;
}

#footer #ad {
	text-indent: -500em;
	overflow: hidden;
	display: block;
	width: 106px;
	height: 11px;
	position: absolute;
	top: 29px;
	left: 393px;
}