/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 125%
}
img {
	border: 0
}
a {
}
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {
}
body {
	font-family: Arial;
	font-size: 12px;
	background: #86868d url(../cssimg/body_bg.gif) repeat-x;
	height: 100%;
	text-align: center;
}
#wrapper {	
	width: 595px;
	margin: 20px auto 0px auto; 
	text-align: left;
	background: url(../cssimg/page.gif) repeat-y;
}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	width: 595px;
	height: 159px;
	background: url(../cssimg/header.jpg);
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
/*=NAVIGATION
=== === === === === === === === === === */
 #menu {
    width: 440px; height: 40px;
    background: url(../cssimg/menu.jpg);
    margin-top: 0px;
	margin-left: 78px;
	padding: 0;
    position: relative;
}
  #menu li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}
  #menu li, #menu a {
    height: 40px; display: block; outline:none;
	text-indent: -9999px;
}
#home {
	left: 0px;
	width: 93px;
}
#home a:hover, #homeOn {
	background: transparent url(../cssimg/menu.jpg) 0 -40px no-repeat;
}
#services {
	left: 94px;
	width: 108px;
}
#services a:hover, #servicesOn {
	background: transparent url(../cssimg/menu.jpg) -94px -40px no-repeat;
}
#about {
	left: 201px;
	width: 110px;
}
#about a:hover, #aboutOn {
	background: transparent url(../cssimg/menu.jpg) -201px -40px no-repeat;
}
#contact {
	left: 310px;
	width: 131px;
}
#contact a:hover, #contactOn {
	background: transparent url(../cssimg/menu.jpg) -310px -40px no-repeat;
}
/*=CONTENT
=== === === === === === === === === === */
#content {
	text-align: left;
	color: black;	
	padding-bottom: 30px;
}
#home_title {
	margin-top: 31px;
	margin-left: 20px;
}
#home_copy {
	margin-top: 18px;
	margin-left: 18px;
	width: 560px;
}
#photo_left {
	float: left;
	margin-right: 8px;
	margin-top: 6px;
}
#photo_top {
	margin-bottom: 18px;
}
#map {
	margin-left: 64px;
	margin-top: 24px;
	clear: both;
}
#map img {
	align: left;
}
#map p {
	margin-left: 290px;
	margin-top: -120px;
	float: left;
}
#drywall, #paint, #stucco {
	margin-top: 32px;
	margin-left: 22px;
}
#drywall p {
	margin-top: 17px;
	margin-right: 20px;
	float:left
}
#drywall img {
	margin-left: 28px;
}
#paint p {
	margin-bottom: 12px;
}
#paint img {
	margin: 0 10px;
}
#stucco p {
	margin-top: 27px;
	float:left
}
#stucco img {
	margin-left: 32px;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	position: absolute;  /* Needed for Safari */	
	background-color: black;
	padding: 5px 0px;
	width: 595px;
	color: white;
	font-size: 10px;
	text-align: center;	
}