* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	text-align: center;
	font: 13px/16pt Arial, sans-serif;
	color: #515256;
	background: #d6d9e0;
}
a {
	color: #3f4144;
}
a:hover, a:visited, a:active {
	color: #2c2e30;
}
h2 {
	font: 17px Georgia, serif;
	color: #65912b;
	margin: 18px 0 6px;
}
h3 {
	font: 15px Georgia, serif;
	color: #333;
}
h4 {
	font: 12px Georgia, serif;
	color: #333;
}
#container {
	width: 962px;
	margin: 0 auto;
}
#nav {
	margin-top: 30px;
	float: left;
	height: 30px;
	margin-left: 35px;
}
#nav em {
	font-style: normal;
	display: block;
	float: left;
	position: relative;
	top: -2px;
}
#nav li {
	list-style-type: none;
	float: left;
	margin: 0 20px;
}
#nav li a {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	text-decoration: none;
	height:  24px;
	text-transform: uppercase;
	color: #515256;
}
#nav li a:hover, #nav li a.current {
	border-bottom: 6px solid #fff;
	color: #1c1d1e;
}
#main-content {
	clear: both;
	background: #fff;
	padding: 47px;
	text-align: left;
	float: left;
	margin-bottom: 14px;
}
#gallery-title {
	background: #313234;
	height: 52px;
	margin-bottom: 20px;
}
#gallery-title h1 {
	font: normal 32px Georgia, serif;
	color: #fff;
	padding: 5px 0 0 20px;
}
#columns {
	float: left;
}
#col1 {
	width: 500px;
	float: left;
	margin: 40px 0 0 25px;
}
#col1 img {
	border: 6px solid #d6d9e0;
	float: right;
	margin-left: 14px;
}
#col1 ul {
	margin: -10px 0 -10px 26px;
}
#col1 li {
	margin: 3px 0;
}
#client-list p {
	margin: 8px 0;
}
#col2 {
	width: 265px;
	float: left;
	margin: 30px 0 0 70px;
}
#col2 #subnav {
	margin-left: 30px;
}
#col2 li {
	list-style-type: none;
	margin: 7px 0;
}
#col2 li a {
	text-decoration: none;
}
#col2 li a:hover, #col2 li a.sub-current {
	border-left: 5px solid #f6b527;
	font-weight: bold;
	padding-left: 7px;
	margin-left: -14px;
}
#col2 #quote {
	background: url(../images/quote-bg.gif) no-repeat;
	width: 256px;
	height: 257px;
	text-align: center;
	font: 14px Georgia, serif;
	color: #666;
	margin-top: 30px;
}
#col2 #client-quotes #quote {
	margin-bottom: 250px;
}
#col2 #quote p {
	width: 220px;
	padding: 16px 0 0 20px;
	margin-bottom: 12px;
}
#col2 #quote h3, #col2 #quote h4 {
	font-size: 12px;
	font-style: italic;
	color: #666;
}
#footer {
	font-size: 11px;
	color: #73767a;
	clear: both;
	padding-bottom: 25px;
}
#footer p {
	margin-top: -4px;
}
#footer a {
	color: #515256;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
