body {
	background-color: #000000;
	background-image: url("http://andrewluly.com/images/css/version1/bg.png");
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: bottom left;
	color: #BBBBBB;
	font-size: 12px;
	font-family: arial, sans-serif, helvetica;
}

a:link{
	color:#0096AC;
} 

a:visited{
	color:#0096AC;
}

a:hover{
	color:#0A7A8B;
}


#entireBody{
	width: 900px;
	height: 100%;
	margin: auto;
}

.topHeader{
	float: right;
	width: 350px;
	height: 50px; 
	padding-top:20px;
}

.personal{
	float: right;
}

.address{
	float: left;
}

.downloadLinks{
	float:left;
	color:#888888;
}

.title{
	padding-top: 80px;	
	color:#00FFFF;
	font-size:20px;
	font-weight:bold;
	text-align:center
}
.title a:link{
	color:#00FFFF;
	
}

.title a:hover{
	color:#0A7A8B;
}


hr{
	width:80%;
}

.dates {
	font-style: italic;
}

.categoryHeader{
	padding-top: 40px;	
	color:#00DDFF;
	font-size:15px;
	text-decoration:underline;	
	font-weight:bold;
}

.entry{
	padding-top: 15px;
	padding-left:100px;
}

.subHeading{
	font-weight:bold;
}

.programSkills{
	padding-top: 15px;
	padding-left:100px;
	width: 900px;
	height: 100%;
}

.areas{
	float:left;

}

.languages{
	padding-left: 215px;
}


/*  footer  */
div.footer{
	color: #999999;
	text-align: center;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px; 
}	
