html {
overflow: -moz-scrollbars-vertical;
}

#container {
	width:873px;
	padding-top:8px;
	margin:0 auto;
	background: #3a3a3a;
}
	
body {
	background-color: #3a3a3a;
	margin:0;
	padding:0;	
	font-family: Arial;
	color: #d5d5d5;
	font-size:14px;
}

#header {
	background: url(../images/header.jpg);
	width:100%;
	height:147px;
	margin:0;
	padding:0;
}

#headercontain {
	width:803px;
	margin:0 auto;
	padding:0;
}

#menu {
	float:right;
	padding-right: 0px;
	width:233px;
}


#logo {
	background: url(../images/logo.jpg) no-repeat;
	height:135px;
	width:340px;
	float:left;
}

#rightcolumn {
	width:270px;
	float:right;
	padding-right:65px;
	height:100%;
}

#leftcolumn {
	width:98px;
	float:left;]

	}
	
#content {
	float:left;
	width:405px;
	height:100%;
	}
	
p {
	font-family: "Arial", Verdana;
	font-size:14px;
	color:#d5d5d5;
	line-height:18px;
}

#footer {
	width: 873px;
	margin:0 auto;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}

hr {
	color: #5f5f5f;
	height: 1px;
}

#contactdetails {
	width:291px;
	float:left;
	height:100%;
	}
	
#copyright {
	width:291px;
	float:right;
	text-align: right;
	font-family: "Arial";
	color: #fff;
	font-size: 12px;
	}
	
#form {
	float:left;
	width:291px;
	padding-left:
}
	
.work {
	width:245px;
	float:left;
	padding-bottom:8px;
}

#portfolio {
	width:735px;
	float:right;
	padding-right:40px;
}

a:link {
	color: #7b7e59;
	text-decoration:none;
}

a:active {
	color: #c6ca8d;
}
a:hover {
	color: #c6ca8d;
}

a:visited {
	color: #7b7e59;
	text-decoration:none;
}

li {
	list-style: none;
margin-left: 0;
 float: left;
	}
	