body {
  font-family: "Times New Roman", Times, serif; 
  margin: 40px;
  margin-top: 30px;
  text-align: center;
  background-image: url(images/bkgd.jpg);
  background-repeat: repeat-x;
  background-color: #ffffff; 
  color: #333333;
  
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	text-size: small;
	font-weight: bold;
	text-align: center;
}
h2 {
	test-size: medium;
	font-weight: bold;
	text-align: center;
}
h3 {
	text-size: medium;
	font-weight: bold;
	text-align: left;
}
h4 {
	text-size: small;
	font-weight: bold;
	text-align: left;
}
p {
	text-align: left;
}
ul {
	margin: auto;
	margin-left: 30px;
}
li {
	text-align: left;
}
img {border: 0;}
a img {border: 0;}
#container {
	/* Container holds all of the content, including header, footerr, and main-content */
	margin: auto; 
	_width: 900px;
	min-width: 850px;
	max-width: 1200px;
	background-color: white;
	position: relative;
}
#header-wrap {
	/* header-wrap is necessary for the top-right rounded corner of the main box */
	background-image: url(images/top-right-corner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#header {
	/* header contains the two large images at the top, plus the main navigation */
	background-image: url(images/top-left-corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	height: 200px;
}
#logo {
	/* logo and red swatch image on the left of header */
	float: left;
	clear: left;
}
#number-truck {
	/* phone number and truck image on right of header */
	margin-top: 30px;
	float: right;
	clear: right;	

}
.nav {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
}
.nav a {
	color: black;
	text-decoration:none;
}
.nav a:hover {
	color: white;
	text-decoration:none;
	float: left;
}

.sub-nav  a{
	font-weight: bold;
	text-decoration: none;
	font-size: x-large;
}
.coupon img{
	float: right;
	border: 0;
	margin-top: -30px;
}

.home {
	top: 10px;
	left: 345px;
}
.about {
	top: 121px;
	left: 16px;
}
.pw-gallery {
	top: 122px;
	left: 235px;
}
.p-gallery {
	top: 145px;
	left: 185px;
}
.commercial {
	top: 40px;
	left: 335px;
}
.residential {
	top: 70px;
	left: 330px;
}
.painting {
	top: 100px;
	left: 305px;
}
.contact {
	top: 135px;
	left: 45px;
}
.projects {
	top: 143px;
	left: 105px;
}

#content {
	/* Contains the textual content in the center of the page */
	clear: both;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.large-picture {
	float:right;
	clear: right;
	margin-left: 10px;
	text-align: center;
}
.caption {
	font-size: medium;   
}
.sub-caption a {
	font-style: italic;
	text-decoration: none;
}
.sub-caption a:hover {
	text-decoration: underline overline;
}
.clearer { clear: both; }
#footer {
	width: 90%;
	margin: auto;
	margin-top: 20px;
}
#service-area {
	/* geographical ages listed in footer */
	width: 90%;
	font-size: small;
}
#copyright {
	/* copyright info listed in footer */
	font-size: x-small;
	margin-top: 5px;
}
.action-form {
	width: 49%;
	margin: auto;
	float: right;
}
#bottom-links {
	width: 90%;
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
}
#bottom-links a {
	color: #333333;
	text-decoration: underline;
}
#bottom-links a:hover {
	text-decoration: underline;
	color: red;
}
	
#gallery {
	width: 845px;
	margin: auto;
	text-align: center;
}
.gallery-pic {
	float: left;
	margin-right: 10px;
	text-align: center;
	margin-top: 10px;
}
.gallery-title {
	font-size: small;
}
.keyword {
	text-decoration: underline;
}
.project-container {
	width: 100%;
}
.project-image-container {
	float: left;
	margin: 10px;
}
.project-image {
	float: left;
	margin: 10px;
}
.project-image-caption {
	text-align: center;
	font-size: small;
	color: blue;
}
.project-date {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.project-title {
	float: left;
	margin-left: 10px;
	margin-right: 10px;

}
.project-description {
	float: left;
	text-align: left;
}
.upload-form {
	text-align: left;
}
