@charset "UTF-8";

body {
	color: #959565;
	font-family: Verdana, Arial;
	font-size: 75%;
}

#navBar{
margin-left:275px;	
}

#Descriptions{
width:275px;
margin-top:25px;
background-color:#5a5757;
color:#838282;
line-height:1.4em;
font-family:Verdana, Arial;
font-size:9px;
text-align:left;
}

a {
	color: #959565;
	text-decoration:underline;
}

a:hover {
	color: #c05d40;
}

.twoColFixLtHdr #container { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #5a5757;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid orange;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.LHcolumn{
padding: 50px 0px 0px 175px;
float:left;
clear:both;
}

.RHcolumn{	
padding: 50px 55px 0px 525px;
}

#Preston{height:272px;}
#FAC{height:367px;}
#StarkFixtures{height:373px;}
#BellaTerra{height:283px;}
#PeacockStudios{height:270px;}
#DF{height:270px;}

#webPortfolio{
margin-top:50px;
margin-left:175px;
width:725px;
}

#FooterWrapper{
clear:both;
background-color: #5a5757;

width:925px;
}

#navFooter{
color: #c05d40;
text-align: center;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-stretch:ultra-expanded;
font-size: 10px;
padding-top:20px;
}

#footer{
	 /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-bottom: 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color: #959565;
text-align: center;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;

}


