/* CSS Document */

body{
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia,"Times New Roman","New York",serif;
	font-size:11px;
}


a:link {
	color: #666;
	text-decoration: none;
	background-color:#000;
}
a:visited {
	text-decoration: none;
	color: #666;
	background-color:#000;
}
a:hover {
	text-decoration: underline;
	color: #666;
	background-color:#000;
}
a:active {
	text-decoration: none;
	color: #666;
	background-color:#000;
}



li{color: #666;}



#twitter_update_list{
	margin: 0px;
	padding: 0px;
}
.contact-table{width: 80px;	}

/*      FONT FORMATTING      */
.contrast{color: #666;}

.job-info{margin-bottom: 5px;}




/*                                         */

#twitter_update_list{
	margin: 0px;
	padding: 0px;
}


.projbox{
	background-color: #000;
	height: 255px;
	width: 255px;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}
