 a:link { color:#CC0000; text-decoration:none;  }
 a:visited { color:#CC0000; text-decoration:none;  }
 a:hover { color:#EE0000; text-decoration:underline;  }
 a:active { color:#EE0000; text-decoration:underline; }
 
.coding {
	background-color:#D5DBE0;
	height:20px;
	}

#header {
	position:relative;
	width:100%;
	height:111px;
	background-image:url(../images/headerBackground.jpg);
	background-repeat:repeat-x;
}
#headerFolder{
	font-family: Verdana;
	font-size:18px;
	position:absolute;
	top:70px;
	left:10px;
}
#headerTitle {
	display:block;
	font-family: Verdana;
	font-size:10px;
}
#sidebar{
	white-space:nowrap;
	min-width:180px;
	height:300px;
	background-color:#D5DBE0;
}		
#content{
	text-align:left;
	
}