#nav{
	display: block;
}
#logo{
	float: left;
	padding: 8px 0px 7px;
}
#header_h {
	padding-left: 20px;
	padding-right: 20px;
}
nav ul {
	float: right;
}
nav ul li {
	float: left;
}
nav ul li a {
	float: left;
}
nav ul li a:hover {
	background-repeat: repeat-x;
	background-position: left top;
}
nav ul .current a {
	background-position: left top;
	background-repeat: repeat-x;
}
.menu_toggle {
	display: none;
}
footer {
	height: 190px;
}
#footer_left a {
	display: inline-block;
	margin-right: 20px;
}
#footer_left a:hover {
	color: #49B675;
}
#footer_left {
	float: left;
	width: 430px;
}
#footer_right {
	float: right;
	width: 270px;
	text-align: right;
}
#header a, header a {
	margin: 0;
}
header{
	height: 51px;
	position: fixed;
}
#content_holder {
	padding-top: 70px;
}
#frame-w section{
	display: table-cell!important;
	width: 50%;
}
#frame-w{
	border-spacing: 10px;
	padding: 0px;
}
#work a{
	width: 22%;
	font-size: 24px;
}