* {
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 20px;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: #7375C4;
}
a:hover {
	color: #222;
}
h2, h3, h4, h5 { color: #7375C4; margin: 10px 0;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
.clear {
	clear: both;
}
body {
	margin: 0px auto;
	font: 12px/16px Helvetica, Arial, Verdana, sans-serif;
	background: url(../img/bodybg.gif) repeat-x;
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 974px;
	background: url(../img/copybg.gif) repeat-y;
	overflow: hidden;
}
#header {
	height:179px;
	width:974px;
}
#left {
	width: 214px;
	font: 1em Helvetica, Arial, Verdana, sans-serif;
	float: left;
}
/* --- navigation --- */
#navcontainer {
	color: #F2FB9B;
	font-weight: bold;
	font-size: 1.4em;
}
#navcontainer ul {
	margin: 20px 0 20px 20px;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	margin: 20px 10px 0;
}
#navcontainer a {
	display: block;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #F2FB9B;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #7DB305;
	text-decoration: none;
}
#contact {
	width: 150px;
	padding-left: 30px;
	color: #FFF;
	float: left;
}
#contact h2,
#contact h3 {
	color: #FFF;
}
#contact h3 {
	padding-top: 10px;
	margin-bottom: 0;
	font-size: 1.2em;
	border-top: 1px solid #FFF;
}
p.phone {
	font-size: 1.3em;
}
#contact p {
	margin-top: 0;
	font-weight: bold;
}
#contact a {
	color: #FFF;
	font-size: .9em;
	text-decoration: none;
}
#contact a:visited {
	color: #FFF;
}
#contact a:hover {
	color: #7DB305;
	background: #FFF;
}
/* --- END LEFT--- */
#content {
	width: 650px;
	padding: 20px 40px;
	float: left;
}
h1#home {
	height: 50px;
	text-indent: -9999px;
	background: url(../img/title-home.gif) no-repeat;
}
h1#services {
	height: 50px;
	text-indent: -9999px;
	background: url(../img/title-services.gif) no-repeat;
}
h1#portfolio {
	height: 50px;
	text-indent: -9999px;
	background: url(../img/title-portfolio.gif) no-repeat;
}
h1#design {
	height: 50px;
	text-indent: -9999px;
	background: url(../img/title-design.gif) no-repeat;
}	
h1#maintenance {
	height: 50px;
	text-indent: -9999px;
	background: url(../img/title-maintenance.gif) no-repeat;
}
h2#renovation {
	height: 50px;
	text-indent: -9999px;
	background: url(../img/title-renovation.gif) no-repeat;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 4px;
	border: 3px solid #CBF241;
	float: right;
	clear: right;
}
.caption {
	margin: 0 0 10px 10px;
	padding: 0 7px;
	float: right;
	clear: right;
}
.gallery {
	float: left;
	padding: 4px;
	margin: 10px 10px 5px 0;
	height: 120px;
	border: 3px solid #CBF241;
}
div#gallery {
	width: 600px;
	height: 480px;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 950px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #222;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #7DB305;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #EEE;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #EEE;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #7DB305;
	text-decoration: none;
}
