BODY {
  text-align: center;
  color: #999;
  margin: 0px;
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 14px; 
}
a:link {
	color: #579E12;
}
a:visited {
	color: #579E12;
}
a:hover {
	color: #579E12;
}
a:active {
	color: #579E12;
}
#wrapper {
  width: 1100px;
  height: 1000px;
  margin: auto;
  text-align: left;
  background: #fff url(../images/main_background.jpg) no-repeat;
}
#header {
	width: 100%;
	height: 114px;
}
.logo {
	padding: 20px 0px 0px 65px;
	border: 0px;
}
.contact {
	float:right;
	text-align: right;
	padding: 0px 80px 0px 0px;
}
.rated {
	margin-left:120px;
	border: 0px;
}
.phone {
	font-size: 3em;
	color: #474747;
	margin: 0;
}
.phone span {
	font-size: .5em;
}
#navwrap {
width: 100%;
}
#navigation {
background: #ccc url(../images/head_bg.jpg) repeat;
width: 960px;
height: 53px;
margin-left: 65px;
}
#navigation a {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 20px;
font-weight: bold;
text-decoration: none;
padding-left: 30px;
}
#navigation ul
{
list-style: none;
padding-top: 15px;
margin: 0
}

#navigation li
{
float: left;
margin: 0;
} 
.navigationL {
background: #ccc url(../images/head_bg_left.jpg) left top no-repeat;
width: 10px;
height: 53px;
float:left;
}
.navigationR {
background: #ccc url(../images/head_bg_right.jpg) left top no-repeat;
width: 10px;
height: 53px;
float:right;
}
#maincontent {
	width:940px;
	margin-left: 65px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	float:left;
}
#maincontent h1 {
	color: #579E12;
}
#maincontent img {
	border:0px;
}
#gallerycontent {
	width:940px;
	height: 700px;
	margin-left: 65px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	float:left;
}
#gallerycontent h1 {
	color: #579E12;
}
#gallerycontent h2 {
	color: #579E12;
}
#gallerycontent img {
	border: 1px solid #333;
	margin: 10px;
}
.homeimg {
	float:right;
}
#projectwrap {
	width:940px;
	float:left;
	margin-left: 65px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
}
#projectwrap p {
	width: 280px;
}
#projectwrap img {
	border: 1px solid #333;
}
#projectwrap h2 {
	color: #666;
}
#projectwrap a {
	color: #666;
	text-decoration: none;
}
#projectwrap a:hover {
	color: #666;
	text-decoration: underline;
}
.project1 {
	float:left;
	width: 300px;
	padding-right:10px;
}
.project2 {
	float:left;
	width: 300px;
	padding-right:10px;
}
.project3 {
	float:left;
	width: 300px;
}
.scroll {
	OVERFLOW: auto; 
	WIDTH: 500px; 
	HEIGHT: 250px;
	padding-right:5px;
	BACKGROUND-COLOR: transparent;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-face-color: #ffffff;
}
.projectsscroll {
	OVERFLOW: auto; 
	WIDTH: 920px; 
	HEIGHT: 550px;
	padding-right:5px;
	BACKGROUND-COLOR: transparent;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-face-color: #ffffff;
}
#footer {
	float:left;
	width:1100px;
	text-align:center;
	color: #fff;
	font-size: 14px;
}
#footer span {
	font-size:11px;
}
#footer a {
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}