body  {
	background: #FFFFFF;
	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: #000000;
}
.twoColFixLt #container { 
	position:absolute;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background: #FFFFFF;
	padding: 15px 10px 15px 20px;
}
/* Beginning of NavMenu*/
#mainNav{
	position: fixed;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font: normal 70% arial, helvetica, sans-serif;
	line-height: 1.75em;
	text-transform:uppercase;
	text-align:left;
	padding-top: 50px;
	padding-left: 50px;
}
#mainNav .thisPage{
	color:#FF6600;
}

#mainNav a{
	display: block;
	color:#000000;
	text-transform:uppercase;
	text-decoration: none;
}

#mainNav a:hover{
	color:#FF6600;
}

#mainNav img{
	padding-top: 10px;
	border: 0;
}

#mainNav img:hover{
	opacity: .75;
	filter: alpha(opacity=75);
}

/*Classes for Nav links */
#Nav img:hover{
	opacity: .70;
	filter: alpha(opacity=70);
}
#Nav{
	position: fixed;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	text-align:left;
	padding-left: 45px;
}	
.blog a{
	width: 42px;
}
.sounds img{
	padding: 0px;
}	
.resume a{
	width: 42px;
}
.smaller a{
	width: 32px;
}	
.flickr a{
	width: 48px;
}


.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; 
} 

#mainContent img{
	padding: 10px 0px 10px 0px;
}

#mainContent{
	padding-top: 45px;
}
