body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #CCC;
}
a:link {
	color: #AF0F0F;
}

a:visited {
	color: #AF0F0F;	
}

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

 #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E8B52B;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

#header {

}
.subhead {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8B52B;
}
h2 {
	font-size: 16px;
	color: #AF0F0F;

}

h2.portfolio {
	font-size: 16px;
	color: #FFF;
	background-color: #AF0F0F;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding: 0 10px;
	background-color: #E8B52B;
	color: #FFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: center;
}
table tr #featured {
	background-image: url(images/featured_work.gif);
	background-repeat: no-repeat;
	height: 250px;
	width: 290px;
}
table tr #clients {
	background-image: url(images/clients_say.gif);
	height: 250px;
	width: 282px;
}
table tr #current {
	background-image: url(images/current_projects.gif);
	background-repeat: no-repeat;
	height: 250px;
	width: 285px;
}
table tr #featured p {
	font-size: 14px;
	margin-top: 40px;
	margin-right: 25px;
	margin-left: 28px;
}

table tr #clients p {
	font-size: 14px;
	margin-top: 40px;
	margin-right: 25px;
	margin-left: 21px;
}

table tr #current p {
	font-size: 14px;
	margin-top: 40px;
	margin-right: 30px;
	margin-left: 22px;
}
#portfoliolinks {
	font-size: 18px;
	line-height: 1em;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	margin-left: 200px;
	margin-bottom: 50px;
}

#portfoliolinks a:link {
	font-size: 18px;
	color: #666;
	line-height: 1em;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	text-decoration: none;
}

#portfoliolinks a:visited {
	font-size: 18px;
	color: #666;
	line-height: 1em;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	text-decoration: none;
}
h3 {
	font-size: 14px;
}
.quote {
	font-size: 16px;
	font-weight: bold;
	color: #AF0F0F;
}

img { border: none;

}
