body {
	background-image:url(../images/background.jpg);
}
a:hover, a:active {
	color:#F37421;
}
#sidenav a:link, #sidenav a:visited {
	text-decoration:none;
	
}
#sidenav a:hover, #sidenav a:active {
	text-decoration:underline;
	color:#F37421;
}
#sidenav .selected {
	font-weight:bold;
	color:#F37421;
}
#sub_centerCol h1 {
	color:#F37421;
}

/* Project Page & Display */
.projectListing {
	clear:both;
	width:314px;
	height:auto;
	border-bottom:1px solid #F37421;
	margin-bottom:10px;
	float:left;
}
.projectName {
	font-weight:bold;
}
.projectDesc {
}
.projectThumb {
	width:100px;
	height:auto;
	float:right;
	margin:0px 0px 10px 10px;
}
