/* boxes */


body {
	background-color: #2d2d2e;}




#content {
	width: 980px; 
	height: 700px;
	background-color: #ffffff;
	margin:auto;
	margin-top: 20px;
	border: 2px solid #b2bb1c;
	background: url(../_images/content_bg.jpg) no-repeat;}
	
#top_content {
	width: 980px;
	height: 120px;}
	

#nav {
	width: 950px;
	margin-top: 136px;
	position: absolute;
	z-index: 2;
	text-align: right;
	}

#logo {
	margin-top: 20px;
	width: 550px;
	position: absolute;
	z-index: 1;
	}
	

#main_image {
	width: 890px;
	height: 280px;
	margin: 55px 45px 0 45px;
	border: 2px solid #b2bb1c;}


#button_copy {
	width: 890px;
	height: 280px;
	margin: 55px 45px 0 45px;
	background-color: #2d2d2e;
	border: 2px solid #b2bb1c;}


#main_image2 {
	width: 890px;
	height: 230px;
	margin: 55px 45px 0 45px;
	border: 2px solid #b2bb1c;}
	
#testimonial {
	background-color: #2d2d2e;
	width: 860px;
	height: 370px;
	margin: 55px 45px 0 45px;
	border: 2px solid #b2bb1c;
	padding: 15px;}
	
	
	#main_content {
	width: 892px;
	height: 330px;
	margin: 20px 44px 0 44px;
	border-top: 1px dashed #b2bb1c;}
	
#right_content {
	width: 580px;
	float: right;
	}	
	
#right_content img{
	margin-left: 10px;
	}	
	
#left_content {
	width: 290px;
	height: 155px;
	}
	
	
#right_content_top {
	width: 363px;
	height: 250px;
	float: right;
	margin: 7px 15px 0 0;
	}	
	

#left_content_top {
	width: 470px;
	height: 250px;
	margin: 15px;
	}
	
	
	
	#inner_content {
	width: 880px;
	height: 220px;
	margin-top: 10px;
	}
	
#inner_content2 {
	width: 880px;
	height: 40px;
	margin-top: 10px;
	}
	
	#table {
height: 120px;}

#table2 {
height: 70px;}

#map	 {
	width: 300px;
	height: 220px;
	border: 1px solid white;
	float: right;}
	/* footer */

#footer {
	width: 980px;
	height: 30px;
	margin: auto;
	text-align: right;}



/* lists */

ul#navlist	{
	padding: 0;
	margin: 0;}
	
ul#navlist li {
	display: inline;
	list-style-type: none;
	text-align: left;
	padding: 0px 12px;}
	

	

	

