* 	{
		margin:0px;	
	}
	
body{
		font-family: 'Open Sans Condensed', sans-serif;
		font-size:20px;
		
	}
	
	
	h2 {
		
		font-weight:bold;
		color:#333333;
		font-size:46px;
		border-bottom:2px solid #930;
		margin-bottom:10px;
	}
	
	a {
		color:#000;
		text-decoration:none;	
	}
	
	a:hover {
		color:#930;
		text-decoration:underline;	
	}
	
#content {  margin:0 auto;}

#header {
	background:url(images/bg3.png) repeat-x;
	height:340px;	
}

#header a {
	color:#fff;
	text-decoration:none;	
}

#header a:hover {
	color:#fff;
	text-decoration:underline;	
}

#headercontent {
	margin:0 auto;	
}

#logo {
	height:340px;
	width:640px;
	background:url(images/logo.png) no-repeat;
	float:left;		
}

#contactRight {
	float:right;
	margin-right:40px;
	margin-top:12px;
	font-size:25px;
	color:#fff;	
}

.responsiveContainer
{
	
}

.responsiveContainer iframe {
	width: 100%;
	height: 500px;
	border-top:5px solid #814600;
	border-bottom:5px solid #814600;
	
}	

.text {
	clear:both;
	text-align:center;
	margin-right:100px;
	margin-left:100px;
	margin-top:20px;
	font-size:30px;	
}


#footer {
	height:100px;	
}