*{
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #fff;
}
a {
	color: #666666;
}
a:hover {
	text-decoration:none;
}
#distance {
	float: left;
	height: 50%;
	width:1px;
	margin-bottom: -230px;
}
.main_content {
	background:none;
	margin: 49px 15px 0 10px; 
}
#container {
	clear:left;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}
#header_top {
	height: 7px;
	background-color: #989a9a;
	overflow: hidden;
}
#header_bottom {
	margin-top: 1px;
	height: 46px;
	background-color: #989a9a;
}
#footer_bottom {
	height: 7px;
	background-color: #989a9a;
	overflow: hidden;
	margin-top: 1px;
	font-size:9px;
}
#footer_top {
	height: 46px;
	background-color: #989a9a;
}
#content {
	height: 327px;
	border-left:1px solid #989a9a;
	border-right:1px solid #989a9a;
}
#footer_text {
	text-align: center;
	height: 15px;
	margin-top:5px;
}
#left_nav {
	float: left;
	width:154px;
	text-align: right;
}
img, a, input {
	outline:none;
}
img {
	border:0;
}
img.left_nav_link {
	margin-bottom:4px;
	margin-right:12px;
}
#nav_circles {
	margin-top:16px;
}
h1 {
	font-size:14px;
	font-weight:normal;
}
h2 {
	font-size:16px;
}
p {
	margin:12px 0 8px 0;
}
input.text {
	height:18px;
	border:1px solid #666666;
	margin-bottom:5px;
	padding-left:4px;
	width:150px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
select {
	height:18px;
	border:1px sold #666666;
	width:57px;
	margin-bottom:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	width:198px;
	height:58px;
	border:1px sold #666666;
	padding-left:4px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.error {
	color:red;
	position:absolute;
	top:56px;
	line-height:12px;
}
#about_text, #services_text {
	float:left;
	width:420px;
	margin:49px 0 0 10px;
	background:none;
}
.portfolio_large {
	border:3px solid #cccccc;
	position:absolute;
	top:5px;
	left:0;
}
.portfolio_small {
	border:2px solid #cccccc;
	float:left;
	margin:5px 5px 0 0;
	cursor: pointer;
}
#client_links {
	float:left;
	width:100px;
	height: 215px;
}
#client_links a{
	text-decoration: none;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
}
#client_links a:hover {
	color: #666666;
}
#clients{
	float:left;
	width:250px;
	position: relative;
}
#clients div {
	position: absolute;
	top:0;
	left:0;
}
#cv_footer {
	width:350px;
	float:left;
	text-align: left;
	font-size: 10px;
	
}