@charset "UTF-8";



body
	{
		margin: 0;
		padding: 0;
		background-image:url(../images/bg.jpg);
		text-align: left;
		font-family: 'Abel', Arial, Helvetica, sans-serif;
		font-weight:400;

	}


#top
	{
		height: 5px;
		background:#b3783e;	
	}
	
#container
	{
		margin: auto;
		width: 1046px;
		height: auto;
		text-align: left;
	}
	
	
#header
	{
		height: 225px;
		background-image:url(../images/header_logo.png);
	}
	
	
#content
	{
		height: auto;
		background-image:url(../images/content_bg.png);
	}
	
	
#navigation
	{
		width: 1000px;
		margin: auto;
		padding: 0px;	
		border: 1px solid #b2783e;
		border-top: 4px solid #b2783e;
		font-size:18px;
		background:#333332;

	}
	
	
#text
	{
		width: 1000px;
		margin:auto;
		border-left: 1px solid #b2783e;
		border-right: 1px solid #b2783e;
		font-size: 18px; color:#4d4745;
		line-height: 22px;
		font-weight:400;
	}
	
#coloum21-1
	{
		width: 630px;
		height: auto;
		float:left;
		margin: 0px;
		margin-left: 25px;
	}
	
#coloum21-2
	{
		width: 310px;
		height: auto;
		float: left;
		margin: 0px;
		margin-left: 10px;
		margin-right: 25px;
	}
	
	
#coloum11-1
	{
		width: 470px;
		height: auto;
		float:left;
		margin-left: 25px;
	}
	
#coloum11-2
	{
		width: 470px;
		height: auto;
		float:left;
		margin-left: 10px;
	}
	
	
#coloum111-1
	{
		width: 310px;
		height: auto;
		float:left;
		margin-left: 25px;
		margin-right: 15px;
	}
	
#coloum111-2
	{
		width: 310px;
		height: auto;
		float:left;
		margin: 0px;
		margin-left: -5px;
	}
	
#coloum111-3
	{
		width: 310px;
		height: auto;
		float:left;
		margin: 0px;
		margin-left: 10px;
	}
	
#footer
	{
		width: 1000px;
		height: 23px;
		margin:auto;
		background:#333332;
		border: 1px solid #b2783e;
	}
	
	
#bottom
	{
		height: 23px;
		background-image: url(../images/bottom_shadow.png);
	}


h1
	{ 	font-size: 34px; color:#b3783e;
		font-family: 'Kameron', Georgia, "Times New Roman", Times, serif;
		font-weight:400;
		padding-top:85px;
		margin-top: 0px;
		margin-left: 25px;
	}

h2
	{ 	font-size: 24px; color:#b3783e;
		font-family: 'Kameron', Georgia, "Times New Roman", Times, serif;
		font-weight:400;
		margin:0px;
		margin-bottom: 15px;
	}

h3
	{ 	font-size: 20px; color:#b3783e;
		font-weight:400;
		margin:0px;
		margin-bottom: -10px;
	}

p
	{ 	margin-top:0px;
	}

p.gold
	{ 	font-size: 18px; color:#b3783e;
		line-height: 22px;
		font-weight:400;
	}
	
p.footer
	{ 	font-size: 13px;
		color:#989290;
		margin-top: 3px;
		margin-left: 25px;
		margin-right: 25px;
	}

img {
   border:1px solid #d4b291;
	}
	
ul.text {
	list-style-type: circle;
	margin-left: -20px;
	}
	
a {
   	font-family: 'Abel', Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#b3783e;
	text-decoration:none;
	}	
	
	
/*
	 MAGIC LINE CSS
*/

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */


/* Example Two */
#example-two { 
	margin: 0 auto;
	margin-left: -25px;
	list-style: none; 
	position: relative; 
	width: 1000px; 
}
#example-two li { 
	display: inline-block; 
}
#example-two li a { 
	position: relative; 
	z-index: 200;
	font-family: 'Kameron', Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	color: #989290; 
	font-size: 18px; 
	display: block; 
	float: left; 
	padding: 6px 12px 1px 13px;
	text-decoration: none;
}
#example-two li a:hover { 
	color: white; 
}
#example-two #magic-line-two { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100px; 
	background: #b2783e; 
	z-index: 100; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.current_page_item_two a { 
	color: white !important; 
}
.ie6 #example-two li, .ie7 #example-two li {
	display: inline;
}