@charset "utf-8";
@import url("guestbook.css");
@import url("nicetables.css");

html { overflow-y: scroll; } 

body
{
	text-align: right;
	margin: 0px;
	padding: 0px;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1
{
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 20pt;
	letter-spacing: -2px;
	color: white;
}

h2
{
	background: #026CAF;
	padding: 5px;
}

a
{
	color: #026CAF;
}

div#site_container
{
	float: right;
	text-align: left;
	width: 95%;
	min-width: 1000px;
}

div#header
{
	height: 182px;
	background: url('images/logo.jpg') no-repeat top left;
}

div#eugene
{
	height: 182px;
	background: url('images/eugene.jpg') no-repeat top right;
}

div#menu
{
	height: 42px;
	background: url('images/menu_bg.jpg') repeat-x;
}

div#menu div.divider
{
	width: 3px;
	background: url('images/divider.jpg') no-repeat;
	position: relative;
	float: left;
	height: 42px;
}

div#menu a.menu_item
{
	display: block;
	position: relative;
	float: left;
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
	height: 42px;
	color: white;
	text-decoration: none;
	background: url('images/button_bg.jpg') no-repeat top center;
	font-size: 11pt;
}

div#menu a.menu_item:hover
{
	background: url('images/button_bg_over.jpg') no-repeat top center;
}

div#menu a.menu_item span
{
	display: block;
	margin-top: 20px;
}

div#main_menu
{
	padding-left: 15px;
	height: 30px;
	background: #202020;
	width: auto;
	float: right;
	color: white;
}

div#main_menu a.menu_item
{
	display: block;
	float: left;
	width: auto;
	margin-right: 15px;
	margin-top: 6px;
	color: white;
	text-decoration: none;
}

div#main_menu a.menu_item:hover
{
	text-decoration: underline;
}

div#content
{
	margin: 10px;
	color: white;
}

div#content div#page
{
	margin:0 220px 0 0;
	padding:10px 0 20px;
	text-align:left;
	width:auto;
	z-index:0;
}
div#content div#page img
{
	border: 2px solid #026CAF;
}
div#content div#sponsors
{
	float:right;
	margin:0 0 0 20px;
	padding-top:10px;
	width:200px;
	height: 300px;
	z-index:5;
}
div#sponsors img
{
	border: 0px;
	margin-bottom: 10px;
}

recaptcha_widget_div img {
	border: 0px;
}
recaptcha_widget_div input {
	border: 0px;
	background: white;
	color: black;
	margin: 0px;
	padding: 0px;
}
