@charset "utf-8";
/*
colors:
5a5a50
56565d
6b6b52
ffffff
*/
*
{
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

body
{
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(images/logo2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-width: 800px;
}
#container {
	width:1000px;
}
#header {height:140px;position:relative;width:1000px;}
#header img {border:0px}
#banner {height:140px;left:201px;position:absolute;width:650px;}
#gbg {padding:10px;position:absolute;right:0px;width:130px;}
#gbg img {margin:auto;width:130px;}

.top
{
	background-image: url(images/topBar.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
}

.menu
{
	background-color: #506f55;
	margin-bottom: 10px;
	margin-left: 205px;
	padding:4px 5px 4px 10px;
}

.menu a
{
	border: 4px solid #506f55;
	color: #fff;
	display: inline;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
}

.menu a:hover
{
	color: #000;
	background-color: #fff;
	border: 4px #fff solid;
}

.left
{
	position: absolute;
	width: 200px;
	color: #fff;
	font-weight: bold;
	left: 5px;
	top: 140px;
}

.left > div
,.upper,.lower
{
	background-color:#536F56; /*#5a5a50*/
	background-image: url(images/flour.png);
	background-repeat: repeat-x;
	border-bottom: 5px solid #000;
	margin-bottom: 15px;
	padding-top: 25px;
	text-align: center;
	width: 200px;
}

.left div p
{
	margin-bottom: 10px;
}

.main
{
	position: relative;
	margin-left: 220px;
	margin-right: 10px;
	min-height: 200px;
	padding: 5px;
	padding-left: 1em;
	padding-right: 25px;
	background-color:#536F56; /*#5a5a50*/
	color: #FFFFFF;
	background-image: url(images/flour2.png);
	background-repeat: repeat-y;
	background-position: right;
	border-top: 5px #000000 solid;
	border-bottom: 5px #000000 solid;
}

h1, h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {font-family:Georgia,'Times New Roman',serif;padding:5px 0px;}
h3 {color:#FC0;font-family:Verdana,sans-serif;font-weight:normal;margin-top:10px;}

h4, h4 a {color:#FFF;font-family:Georgia,'Times New Roman',serif;font-weight:normal;}
h5 a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

h4 a:hover, h5 a:hover
{
	text-decoration: underline;
}

hr
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
}

hr.gold {
	border-color:#fc0;
	margin:auto;
	width:60%;
}
div.main img
{
	margin: 5px;
}

a img
{
	border-width: 0px;
}

a
{
	color: #fff;
}

a:hover
{
	color:#ff9;
}

/*
input
{
	background-color: #5a5a50;
	background-image: url(images/inputBack.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-width: 0px;
	height: 20px;
	margin: 0px;
	padding-top: 3px;
	width: 155px;
}
*/

/*
select
{
	background-color: #fff;
	border-width: 0px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
*/

a.here
{
	border-bottom:2px solid #fff;
	color: #fff;
	cursor: default;
}

a.here:hover
{
	background-color: #506f55;
	border-color: #506f55;
	color: #000;
}

.c	{text-align:center;}
.l	{text-align:left;}
.r	{text-align:right;}

