@charset "UTF-8";
/* CSS Document */
/* @group body */
body{
		background-color: #330500; 
		font: 62.5% "Lucida Grande", helvetica, arial, verdana, sans-serif;
		margin: 0;
		padding: 0;
	/*	background-image: url(../images/bg.jpg); */
		}
		

a:link, a:visited {
		text-decoration: none;
	color: #c9ae6c;
}

a:hover, a:active {
	text-decoration: none;
	color: #8d8d8d;
}

img{
	border: 0px;
}

#big{	
	width:100%;
	padding: 0px 0px 10px 0px;
	display: table;
	margin: 0px;
		}
		
#wrapper{
		width:780px;
		margin: 0 auto;
		text-align: left;
			
		}
		
#container {
	float: left;
	width: 100%;
	padding: 0px;
	border: #ccc Solid 1px;
	margin: 10px 0 0px 0px;
	background-color: #ffffff;
	
}

h1{
	color: #8e8e8e;
	font-size: 2.4em;
	font-weight: normal;
	padding: 0 15px;
	margin: 15px 0 0 0;

}

h2{
	padding: 0px;
	margin: 0px;
	font-size: 1.8em;
	font-weight: bold;
}


#contact{
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
	margin-bottom: 15px;
	font-size: 15px;
	padding: 0 0 10px 0;
	text-align: right;
	text-transform: uppercase;
	}
	
#contact a{
	margin-right: 10px;
}
div.box.left h2 a:link, div.box.left h2 a:visited{
	background: transparent url(../images/header-line.jpg) no-repeat 15px 30px;
	padding: 0px 15px 10px 15px;
	border: 0px solid #000;
	color: #C9AE6C;
	float: left;
	display: inline;
	width: 500px;


}

div.box.left h2 a:hover, div.box.left h2 a:active{
	color: #939393;
}

div.box.right h2 a:link,div.box.right h2 a:visited{
	background: transparent url(../images/header-line.jpg) no-repeat 0px 30px;
	padding: 0px 5px 15px 0px;
	height: 25px;
	color: #C9AE6C;
	float: right;
	width: 535px;
	display: inline;
}

div.box.right h2 a:hover, div.box.right h2 a:active{
	color: #939393;
}

/* @end */

/* @group layout */	
#header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	background:transparent url(../images/banner.jpg) no-repeat;
	height: 182px;
	border-bottom: 1px solid 
	#a36624;
	margin-bottom: 15px;
}

#header small{
font-size: 1.8em;
color: #C9AE6C;	
	padding: 0 15px;
	font-weight: normal;
}

#header span{
font-size: 1.1em;
color: #333333;	
	padding: 0 15px;
}

#header h1 a{
color: #a36624;

	}
	
	
div.box.right p{
	margin: 5px 15px;
	font-style: normal;
	font-size: 1.3em;
	line-height: 24px;
	padding: 0px;
}

div.box.left p{
	margin-top: 35px;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 1.3em;
	line-height: 24px;
	padding: 0px 15px;
	width: 500px;

	
}

p.top{
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 1.3em;
	line-height: 24px;
	padding: 10px 15px;

	
}


.left a img{
	float: right;
	padding:0px;
	background:transparent url(../images/image-bg.gif) no-repeat 0 0;
	padding:7px 25px 7px 14px;
	margin-right: 15px;
}


.right a img{
	float: left;
	padding:0px;
	background:transparent url(../images/image-bg.gif) no-repeat 0 0;
	margin-left: 15px;
	padding:7px 25px 7px 14px;
}
/* @end */

.left .readmore{
		background:transparent url(../images/more.gif) no-repeat;	
		text-indent: -9999px;
		float: left;
		width: 102px;
		height: 25px;
		margin-top: 10px;
		padding: 0px 0px 0 0px;
	}
	
.right .readmore{
		background:transparent url(../images/more.gif) no-repeat;	
		text-indent: -9999px;
		float: right;
		width: 102px;
		height: 25px;
		padding: 0px;
		margin-top: 10px;
	}

.box.left{
	width: 780px;
	height: 180px;
	margin:10px 0px;
	float: left;
}

.box.right{
	width: 780px;
	height: 180px;
	margin:10px 0px;
	float: right;
}




