@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	/*background-image:url(../images/bg_background.png); */
	background-color:#FFF;
}

#header
{
	width:100%;
	background-image:url(../images/bg_header.png);
	height:103px;
	border-bottom:3px solid #666;
}

#header a
{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#332c11;
		font-size:1em;
		padding-top:7px;
		text-decoration:none;
}

#header a:hover
{
border-bottom:1px dotted #332c11;
}

	#header_center
	{
		width:780px;
		height:103px;
		margin:auto;
		display:table;
	}
	
	#header_left
	{
		width:290px;
		height:75px;
		float:left;
		margin-top:28px;
		padding-left:17px;
	}
	
	#header_right
	{
		width:443px;
		height:103px;
		float:right;
	}
	
	#navigation
	{
		width:408px;
		height:27px;
		background-image:url(../images/navigation.png);
		margin-left:auto;
		background-repeat:no-repeat;
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#332c11;
		font-size:1em;
		padding-top:7px;
	}
	
	#tagline
	{
		width:408px;
		padding-top:40px;
		height:15px;
		margin-left:auto;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:12px;
		color:#e8e80f;
	}
	

#wrapper
{
	margin:auto;
	width:780px;
}

#content
{
	width:746px;
	padding: 10px 17px 0px 17px;
}

#footer
{
	width:100%;
	height:83px;
	background-repeat:no-repeat;
	/*background-image:url(../images/footer.png); */
	text-align:center;
	padding-top:5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#000;
	border-top:1px #CCC solid;
}
li
{
	margin:0px; padding:0px;
}

#footer a
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
}

#footer a:hover
{
	color:#e8e80f;
}

#footer p
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#000;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff0316;
	font-size:18px;
}

.h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff0316;
	font-size:18px;
}

p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3e3e3e;
	font-size:16px;
}

.right
{
	float:right;
}

.table
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3e3e3e;
	font-size:16px;
}

#content a
{
color:#cf4013;
}
