@charset "utf-8";
/* CSS Document */
h1			{font-family:"Arial"; font-size:24px; color: #981B1E;}
h2			{font-family:"Arial"; font-size:18px; color: #981B1E; font-style:italic;}
a			{color:#BEAE9D; text-decoration:none;}
a:hover		{color:#D1C798;}
body 		{font-family:"Arial"; font-size:14px; color: #000; background-color: #DCD5CB;}

#container {
	height:700px;
	width:900px;
	margin:0 auto;
	border: 2px solid #530D02;
	background-color:#57181B;
}

#header {
	width:900px;
	height:170px;	
}
#logo{
	width:265px;
	height:105px;
	float:left;
	margin:15px 15px 15px 15px;	
}
#nav-menu ul{
	list-style: none;
	margin-left:500px;
	font-size:16px;
	font-weight:bold;
	width:600px;
	margin-top:0;
	
}
#nav-menu li{
	float:left;
	margin: 0px 10px 0px 10px;
	text-decoration:none;
}

#jw {
	width:350px;
	height:130px;
	float:right;
	margin: 15px 15px 5px 15px;
}

#banner {
	width:900px;
	height:200px;
	background-color:#FFF;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;

}
#banner_img{
	width:870px;
	height:170px;
	margin: 15px 15px 15px 15px;
	background-color:#FFF;
	border: 1px solid #57181B;
}

#main_content {
	width:870px;
	height:450px;	
	margin: 15px 15px 15px 15px; 
	background-color:#FFF;
	float:left;
}
#pg_title {
	width:840px;
	height:30px;
	margin: 15px 15px 0 15px;
	float:left;
	text-align:left;
}
#pg_desc {
	width:840px;
	height:20px;
	margin: 1px 15px 15px 15px;
	float:left;
	text-align:left;
}
#l_sect {
	width:415px;
	height:315px;
	margin: 15px 15px 15px 15px;
	float:left;
	text-align:left;
}
#r_sect {
	width:410px;
	height:315px;
	margin: 15px 15px 15px 0;
	float:left;
	text-align:left;
}
#clients {
	width:410px;
	height:105px;
}
#about_facts {
	width:410px;
	height:260px;
	
}
#about_test {
	width:410px;
	height:45px;
}
#contact {
	width:840px;
	height:315px;
	margin: 15px 15px 15px 15px;
	float:left;
	text-align:left;
}
#footer {
	width:900px;
	height:20px;
	float:left;
	text-align:center;
	margin-bottom:0px;
}

/* Font Classes */
.pg_title 		{font-family:"Tahoma"; font-size:24px; color: #981B1E; font-weight:bold;}
.pg_desc 		{font-family:"Georgia"; font-size:12px; color: #000; font-style:italic;}
.content_text	{font-family:"Tahoma"; font-size:14px; color: #000;}
.testimonials	{font-family:"Tahoma"; font-size:12px; color: #000;}
.footer 		{font-family:"Tahoma"; font-size:12px; color: #FFF;}