/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dcddde;
	font-size:9pt;	
	margin: 0px;
	padding: 0px;
	background: #b18512;
}

a {
	font-weight: lighter;
	color:#cc6600;
	text-decoration:none;
}

a:hover{font-weight: lighter;
	color:#ffffff;;
	text-decoration: underline;

	}

h1 {
	font-size: 1.8em;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

h2 {
	font-size: 1.1em;
	color:#ffffff;
}

#holder
{
background-color:#B18512;
width:875px;
height:auto;
margin:1em auto 0px auto;
}


#top{width:800px;}


#menu01
{
	background-color:#b18512;
	width:800px;
	font-size:0.7em;
	color:#ffffff;
	text-align:right;
	padding-bottom:0.3em;
	
}
#menu01 a
{
	color:#ffffff;
	text-decoration:none;
}
#menu01 a:hover
{
	color:#955721;
	text-decoration:underline;
}
#menu02
{
	background-color:#b18512;
	width:802px;
	height:23px;
	font-size:0.8em;
	color:#ffffff;
	padding-bottom:0.3em;
	background-image:url(img/bg_menu.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top:1.3em;

}
#menu02 a
{
	color:#ffffff;
	text-decoration:none;
}
#menu02 a:hover
{
	color:#b18512;
	text-decoration:none;
}

#header
{
	width:800px;
	height:83px;
	text-align:left;
	border: 1px solid #FFFFFF;
	border-bottom:0px none #FFFFFF;

}

#header_flash
{
	width:801px;
	height:200px;
	text-align:left;
	border: 1px solid #FFFFFF;
	border-bottom:0px none #FFFFFF;
}

#header .title
{	float:left;
	z-index:1;
	position:relative;
	top:25px;
	left:25px;
	padding:0px;
	margin:0px;
	display:block;
}
#header .title h1 {	padding:0px;margin:0px;}

#header .bg
{	z-index:-1;
	top:-29px;
	position:relative;
}


#bottonLine
{
	width:800px;
	height:20px;
	font-size:0.8em;
	color:#955721;
	text-align:right;
	padding-top:0.3em;
	/*border:thin solid blue;*/
}


#bottonLine a
{
	color:#955721;
	text-decoration:none;
}

#bottonLine a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

#content
{
	background-color:#7f0e05;
	width:799px;
	font-size:0.9em;
	border:1px solid white;

}
#left
{
	color:#dcddde;
	width:399px;
	float:left;
	text-align:left;
	margin:0px;
	padding:20px;
	padding-right:10px;
}

#right
{
	color:#dcddde;
	float:right;
	width:339px;
	text-align:left;
	margin:0px;
	padding:20px;
	padding-left:10px;
}

#middle
{
	color:#dcddde;
	text-align:left;
	margin:0px;
	padding:20px;

	
}

#paleale
{
	background:#D9D9D9;
	color: #77150E;
	width:340px;
	float:left;
	text-align:left;
	margin:5px;
	padding:20px;
}
