body {
	color: #333;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	}

img {
	border: 0
	}

p {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px
	}

br {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif
}

a {
	color: #900;
	text-decoration: none
	}

a:hover {
	color: #900;
	text-decoration: underline
	}

h2 {
	color: #900;
	font-size: 28px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 5px
	}

h3  {
	color: #900;
	font-size: 18px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 5px 0 2px
	}


h4 {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 3px 0 3px
	}

/* PAGE holds the whole thing together, including content, logo, nav */
#page {
	margin-left: -385px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 770px
	}

/* CONTENT */
#content {
	background-color: #fff;
	margin-top: 1px;
	margin-left: 0;
	width: 770px
	}

/* HEADER */
#header {
	height: 79px;
	clear: both
	}

#header p {
	margin: 0;
	padding: 0
	}

#logo {
	margin-right: 1px
	}

/* PICTURE */
#picture {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	overflow: hidden
	}

#picture p {
	margin: 0;
	padding: 0
	}

/* NAV main nav - outside of content area */
#nav  {
	background: url("../assets/nav_bkgd.jpg") repeat-x;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 770px;
	height: 29px;
	overflow: hidden
	}

#nav a {
	margin: 0;
	padding: 0;
	margin-left: 12px
	}
#nav img {
	margin: 0;
	padding: 0
	}

#homeon {
	position: absolute;
	top: 206px;
	left: 19px
	}
#projectson {
	position: absolute;
	top: 206px;
	left: 94px
	}
#testimonialson {
	position: absolute;
	top: 206px;
	left: 178px
	}
#contacton {
	position: absolute;
	top: 206px;
	left: 288px
	}

#picturetext  {
	color: #39c;
	font-size: 9px;
	text-align: right;
	position: absolute;
	top: 213px;
	left: 509px;
	width: 250px
	}


/* IMPORTANT!!!! */
#main  {
	background-image: url("../assets/bkgd.jpg");
	background-repeat: repeat-y;
	width: 770px;
	border-top: 1px solid #fff
	}


/* BODYTEXT area */
#bodytext {
	width: 440px;
	padding: 20px;
	}


/* RIGHT COLUMN */
#quote {
	position: absolute;
	top: 260px;
	left: 515px;
	width: 235px
	}

#quote p {
	color: #333;
	font-size: 16px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-color: white;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #900;
	border-left: 1px solid #900
	}

#quote .top  {
	background-image: url("../assets/quote1.gif");
	background-repeat: no-repeat;
	width: 235px;
	height: 7px;
	overflow: hidden
	}


#quote .bottom {
	background-image: url("../assets/quote2.gif");
	background-repeat: no-repeat;
	width: 235px;
	height: 31px
	}

#quote .quoteby {
	margin-top: 5px;
	margin-left: 40px;
	width: 150px	}

.logo {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	}
ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
