body {
	background: url(../images/background.png);
	padding: 30px 0px 30px 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/* Center wrapper */
.centerWrap {
	width: 900px;
	overflow: hidden;
	margin: 0px auto;
	background: url(../images/content-background.png) repeat-y;
	padding: 30px 33px 0px 33px;
	}
	
/* Header */
.headerLogo {
	width: 200px;
	height: 115px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	float: left;
	}
	
.headerRight {
	width: 220px;
	height: 115px;
	background: url(../images/header-right-line.png) no-repeat;
	float: right;
	padding: 0px 0px 30px 30px;
	}
	
.headerRight h2 {
	font-size: 150%;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	}
	
.headerRight p {
	font-size: 75%;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
	
.headerRight a {
	color: #99cc33;
	}
	
.headerRight a:hover {
	color: #999999;
	}
	
.headerTelephone {
	width: 282px;
	height: 115px;
	float: right;
	background: url(../images/header-telephone.png) no-repeat;
	margin: 0px 0px 30px 0px;
	}
	
/* Banner */
.bannerLeft {
	width: 445px;
	height: 228px;
	float: left;
	background: url(../images/banner-left-background.png) repeat-x;
	padding-top: 23px;
	}
	
.bannerRight {
	width: 345px;
	height: 199px;
	padding: 52px 60px 0px 50px;
	float: left;
	background: url(../images/banner-right.png) no-repeat;
	}
	
.bannerRight p {
	font-size: 87%;
	padding: 0px;
	margin: 0px;
	color: #333333;
	line-height: 150%;
	}
	
/* Navigation */
.navigation {
	width: 250px;
	overflow: hidden;
	float: left;
	margin: 0px 30px 0px 0px;
	}
	
.navigation ul {
	width: 250px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
	
.navigation ul li {
	width: 220px;
	height: 43px;
	background: url(../images/navigation-item.png);
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 2px 0px;
	font-size: 87%;
	line-height: 40px;
	}
	
.navigation ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
	}
	
.navigation ul li a:hover {
	color: #99cc33;
	}
	
.navigation .selected {
	background: url(../images/navigation-item-selected.png) no-repeat;
	}
	
.navigation .selected a {
	color: #99cc33;
	text-decoration: none;
	display: block;
	}
	
.navigation .selected a:hover {
	color: #99cc33;
	text-decoration: none;
	display: block;
	}
	
/* Content */
.content {
	width: 620px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 30px 0px;
	}
	
.content h1 {
	font-size: 150%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #a6b841;
	font-weight: normal;
	}
	
.content a {
	color: #a6b841;
	}
	
.content a:hover {
	color: #333333;
	text-decoration: none;
	}
	
.content .textfield {
	border: 1px solid #999999;
	color: #999999;
	font-size: 14px;
	margin-left: 10px;
	}
	
.content .button {
	font-size: 14px;
	color: #666666;
	border: 1px solid #999999;
	background: #F7F7F7;
	}
	
.content table td {
	padding: 6px 0px 6px 0px;
	}
	
.content p,table {
	font-size: 87%;
	color: #666666;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
	}
	
/* Portfolio column */
.portfolioCol {
	width: 220px;
	overflow: hidden;
	float: right;
	margin: 0px 0px 0px 30px;
	}
	
.portfolioCol img {
	width: 210px;
	margin: 0px 0px 30px 0px;
	border: 5px solid #e8e7e7;
	}
	
.portfolioCol img:hover {
border: 5px solid #999999;
	}
	
/* Footer */
.footer {
	width: 900px;
	overflow: hidden;
	background: url(../images/footer-house.png) top right no-repeat;
	padding: 55px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	clear: both;
	}
	
.footerInner {
	width: 900px;
	overflow: hidden;
	padding: 30px;
	background: #e3e3e2;
	}
	
.footerInner p {
	font-size: 75%;
	color: #666666;
	line-height: 190%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
	
.footerInner a {
	text-decoration: none;
	color: #666666;
	}
	
.footerInner a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
.footerShaddow {
	width: 960px;
	height: 10px;
	margin: 0px auto;
	background: url(../images/footer-shaddow.png) no-repeat;
	}

