* {
	font-family: Arial, Verdana, Sans, Courier;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

p {
	margin: 5px 0px 5px 0px;
}

body {
	text-align: center;
	background: url('images/body_bg.png') no-repeat center top #ffffff;
}

div.frame {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

div.top {
	background: url('images/top_bg.png') no-repeat;
	width: 800px;
	height: 151px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.middle {
	background: url('images/middle_bg.png') repeat-y;
	width: 800px;
	margin: 0;
	padding: 0px 36px 0px 36px;
}

div.inner_middle {
	width: 728px;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

div.bottom {
	background: url('images/bottom_bg.png') no-repeat;
	width: 800px;
	height: 67px;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.info {
	/*background: url('images/info_bg.png') no-repeat;*/
	margin-top: 5px;
	padding: 10px 10px 10px 10px;
	width: 300px;
	height: 281px;
	font-size: 10pt;
	overflow-x: hidden;
}

div.info ul.ul {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	list-style-type: circle;
}

div.info ul.ol {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	list-style-type: none;
}

div.info li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 220px;
}

div.info li a {
	display: block;
	padding: 5px 0px 5px 5px;
}

div.info li a:hover {
	background: #0000cd url('images/ul_ol_a_bg.png') repeat-x bottom left;
	color: #ffffff;
	text-decoration: none;
}

div.bottom a {
	color: #000000;
	text-decoration: underline;
}

div.bottom a:hover {
	text-decoration: none;
}

a {
	color: #0000cd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input.search_text {
	width: 300px;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #aaaaaa;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

input.search_submit {
	background: url('images/search_submit_bg.png') repeat-x top #ffffff;
	font-size: 12pt;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #aaaaaa;
	margin: 0px 0px 0px 5px;
	padding: 3px 20px 3px 20px;
	line-height: 24px;
	height: 30px;
}

iframe.suggest {
	width: 300px;
	height: 165px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	border: none;
	overflow: hidden;
}

div.suggest_hider {
	text-align: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 10pt;
	border: none;
}

div.suggest_container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	float: left;
	background: url(images/suggest_bg.png) repeat;
	border: 1px solid #aaaaaa;
	z-index: 9999;
	display: none;
}

div.no_results {
	margin: 50px 50px 50px 50px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ff2600;
	background-color: #ffeeeb;
}

div.results {
	text-align: right;
	margin: 5px 10px 10px 10px;
	padding: 1px 5px 1px 1px;
	border: 1px solid #59a300;
	background-color: #ecffd7;
}

div.search_keywords {
	font-size: 10pt;
}

div.search_keywords a {
	font-size: 10pt;
}

div.login {
	padding: 2px 2px 2px 2px;
	text-align: center;
	margin: 5px 5px 5px 5px;
}

div.login * {
	font-size: 10pt;
	margin: 0px 5px 0px 5px;
}

div.login_error {
	margin: 5px 100px 5px 100px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e90000;
	background-color: #fbdddd;
	color: #000000;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
}

span.reg_error {
	color: #d20000;
	font-size: 10pt;
}

textarea.commentbox {
	border: solid 1px #666666;
	width: 300px;
	height: 150px;
	font-size: 12pt;
	color: #aaaaaa;
}

p.comment_row {
	border-bottom: solid 1px #aaaaaa;
}

fieldset.commentbox {
	border: none;
	border-top: solid 1px #aaaaaa;
}

fieldset.commentbox legend {
	color: #000000;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

div.search_thumb {
	float: right;
	width: 200px;
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.search_thumb a {
	display: block;
	border: 1px solid #000000;
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	background-repeat: repeat;
}

div.search_thumb a:hover {
	opacity: 0.40;
	-moz-opacity: 0.40;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

div.search_thumb_text {
	width: 522px;
}

div.res_odd {
	margin-top: 10px;
	padding: 3px 3px 3px 3px;
	background-color: #efefef;
}

div.res_even {
	margin-top: 10px;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
}

div.clear {
	clear: both;
}

div.newest_site {
	border: 1px solid #000000;
	margin: 5px 0 5px 0;
	padding: 10px 10px 10px 10px;
}

div.newest_site_text {
	width: 500px;
	height: 100px;
	float: right;
}

div.newest_site_image {
	width: 200px;
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.newest_site_image a {
	display: block;
	border: 1px solid #000000;
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	background-repeat: repeat;
	margin: 0 0 0 0;
}

div.newest_site_image a:hover {
	opacity: 0.40;
	-moz-opacity: 0.40;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

div.targeted_ads {
	border: 1px solid #aaaaaa;
	font-size: 10pt;
	padding: 4px 4px 4px 4px;
}

div.targeted_ads a {
	font-size: 10pt;
}

div.img_ad {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.img_ad a {
	text-decoration: none;
}

div.img_ad a img {
	border: none;
}

a.top_link {
	width: 800px;
	height: 151px;
	display: block;
	margin: 0 0 0 0;
}

div.ff_ban {
	text-align: center;
	display: none;
}

form.search_form {
	margin: 0 0 0 0;
}

div.wide_ban {
	text-align: center;
	margin: 0 0 0 0;
}

div.ad_title {
	margin: 5px 0 0 0;
	padding: 2px 2px 2px 2px;
	font-size: 9pt;
	text-align: right;
	font-variant: small-caps;
}

div.previous_next {
	width: 800px;
	margin: 10px 0px 0px 0px;
}

div.previous_next a {
	display: block;
	width: 344px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

div.previous_next a.previous {
	float: left;
	text-align: right;
}

div.previous_next a.next {
	float: right;
	text-align: left;
	margin-right: 72px;
}

div.previous_next a:hover {
	background: #0000cd url('images/ul_ol_a_bg.png') repeat-x bottom left;
	text-decoration: none;
	color: #ffffff;
}

h2 {
	font-size: 1.5em;
	margin: 10px 0px 20px 0px; 
}

p.goto_page {
	clear: both;
	text-align: center;
}

p.goto_page a {
	font-weight: bold;
	font-size: 16pt;
}

#menu_top {
	width: 728px;
	height: 43px;
	background: url(images/menu_top_bg.png) no-repeat #ffffff center bottom;
	margin: 0;
}

#menu_top ul {
	list-style-top: none;
	padding-left: 40px
}

#menu_top li {
	display: inline;
	float: left;
}

#menu_top a {
	display: block;
	width: 153px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: url(images/menu_top_other_bg.png) no-repeat #ffffff left top;
	font-family: Verdana, Arial, Sans-Serif, "Courier New", Courier;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

#menu_content {
	width: 728px;
	height: 190px;
	background: url(images/menu_content_bg.png) no-repeat #ffffff left top;
}

#menu_frontpage {
	margin: 5px 20px 0px 20px;
	position: absolute;
	display: block;
	width: 720px;
}

.menu_text {
	margin: 5px 20px 0px 20px;
	position: absolute;
	display: none;
	overflow: auto;
	width: 680px;
	height: 160px;
}