@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: none;
}

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. */
}

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

#FooterWrapper{
background-color: #5a5757;
margin:0 auto;
width:925px;
}

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

#footer{
	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 */
color: #959565;
text-align: center;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
padding-top:10px;
padding-bottom:50px;
}

