body
{
	background-color: #414C55;
	text-align: center;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#header
{
	width: 100%;
	background-color: #EDEFF0;
	border-collapse: collapse;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: none;
	border-left: 1px solid #333333;
}

#header, #header tr, #header td
{
	background-image: url(../images/header_padding.png);
	background-repeat: repeat-x;
}

#header #image
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 500px;
}

#header #navigation td
{
	text-align: left;
	background-image: url(../images/navigation.png);
	background-repeat: repeat-x;
	height: 35px;
	vertical-align: top;
	padding: 0px;
}

#header #navigation #visits
{
	vertical-align: top;
	text-align: right;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #66CCFF;
}

#header #navigation a
{
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 67px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
	float: left;
	text-align: center;
	line-height: 29px;
}

#header #navigation a:hover
{
	color: #FFFFFF;
}

#header #navigation div
{
	color: #FFFFFF;
	background-image: url(../images/button_down.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 67px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	float: left;
	text-align: center;
	line-height: 29px;
}

#header #logo
{
	/*background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: right;*/
	height: 180px;
	width: 448px;
	vertical-align: bottom;
	padding: 0px;
}

#header span
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#main
{
	width: 100%;
	background-color: #EDEFF0;
	border-collapse: collapse;
	vertical-align: top;
	border-top: none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}

#main td
{
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#main table
{
	border: solid 1px #B3B3B3;
	background-image: url(../images/field_bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 100%;
}

#main table td
{
	text-align: left;
}

form
{
	margin: 0px;
}

#warning
{
	color: #009900;
	font-weight: bold;
}

a
{
	color: #009900;
}

a:hover
{
	color: #006600;
}

/*#main #ticker
{
	color: #333333;
	border: 0px solid #666666;
	padding: 0px;
	background-color: #CCCCCC;
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
	position: relative;
}

#ticker div div div table
{
	border: none;
}

#ticker div div div table td
{
	border: none;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}*/

#main div
{
	color: #333333;
	border: 0px solid #666666;
	padding: 0px;
	background-color: #CCCCCC;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	height: 30px;
	overflow: hidden;
	vertical-align: middle;
}

#main #ticker
{
	position: absolute;
	height: 30px;
	border: none;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
}


