@charset "UTF-8";

* {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	border: 0px;
}
body {
	background-image: url(images/page_bg_dk.gif);
	background-repeat: repeat;
}
#page {
	background-image: url(images/page_topbg.png1);
	background-repeat: repeat-x;
}
#page_header {
	clear: both;
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#page_body {
	margin-top: 40px;
	clear: both;
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#page_footer {
	margin-top: 30px;
	clear: both;
	clear: both;
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#hero {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#news {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#features {
	margin-top: 20px;
	width: 871px;
	margin-left: auto;
	margin-right: auto;
}
#features img {
	display: inline;
	margin-left: 11px; 
}
#features > img:first-child {
	margin-left: 0px;
}
#page_footer #textmenu {
	list-style: disc;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 70%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
#page_footer #textmenu li {
	display: inline;
	margin-left: 15px; 
	margin-right: 5px;
}
#page_footer #textmenu li:first-child {
	list-style: none;
}
#page_footer #textmenu li > a {
	color:#333;
	text-decoration: none;
}
#page_footer #textmenu li > a:hover {
	color:#666;
	text-decoration: none;
}
#page_footer #fineprint {
	margin-top: 20px;
	clear: both;
	font-size: 60%;
	text-align: center;
}