@charset "utf-8";

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;

	background: url(images/nav_back.gif) repeat-y left;
}

table { border-collapse: collapse; }
td { padding: 0; vertical-align: top; }
a img { border: 0; }

/* Top */

#top { background: #A58906; padding-left: 200px; }
#top a { color: #FFF; }
#top a:hover { color: #00F; }

.top_menu, .top_menu a
{
	font-family: Verdana;
	text-decoration: none;
	background-color: #A58906;
	font-weight: bold;
	font-size: 8pt;
}
.top_menu a:hover { text-decoration: underline; }
.top_menu td { vertical-align: middle; padding-left: 20px; height: 25px; }

/* Head */

#head
{
	color: #FFF;
	height: 115px;
	border-bottom: 1px solid #A58906;
}
#head_logo
{
	float: left;
	/*width: 219px;
	height: 228px;*/

	position: absolute;
	top: 0;
	left: 0;

	background: url(images/logo2.png);
}
#head_content
{
	background: #000 url(images/top_back.png) no-repeat 140px top;
	vertical-align: top;
	text-align: right;
	height: 115px;
}

#pile
{
	float: right;
}

/* Wrap */

/* Nav */

#nav
{
	float: left;
	width: 206px;
	padding: 90px 10px 10px 10px;
	border-right: 1px solid #000;

	font-size: x-small;
}

.left_title { font-weight: bold; color: #800; }

/* Content */

#content
{
	padding: 10px;
	padding-left: 236px;
}

/* Foot */

#foot
{
	clear: both;
}

.bottom_left
{
	background-color: #A58906;
	height: 33px;
	width: 226px;
	float: left;
}

.bottom_right
{
	text-align: center;
	font-size: small;
	color: #DDD;
	background-color: #000;
	height: 33px;
}

.left { float: left; }
.bottom_right a { color: #FFF; }
.form_text { width: 100%; }
.form_field { width: 100%; }
.form_field input,.form_field textarea { width: 400px; }

#bottom { background-color: #FFF; }