body {
	background: #111111;
}

#main {
	background-color:#333; 
/*
	border-top: 1px solid #1b1b1b; 
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
*/
	border-bottom: 1px solid #1b1b1b;

	color: #7d7d7d;
}

#subnav {
	color: #7d7d7d;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

#subnav a,
#subnav a.active:link, 
#subnav a.active:visited {
	color: #7d7d7d;
	text-decoration: none;
}

#subnav a:hover {
	color: #f93;
}

#blog {
	color: #7d7d7d;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	
}

TD {
	font-family: Arial;
	color: #999;
	font-size: 11px;
	line-height: 17px;
/*	color: #7d7d7d; */
}

#subHead {
	border-bottom: 1px solid #1b1b1b;
	padding: 2px; 
	padding-left: 10px; 
	font-size: 10px; 
	color: white; 
	background-color: #666;
}


#about {
	padding-left: 90px; 
	padding-right: 90px; 
	padding-top: 20px; 
	padding-bottom: 20px; 
	border-bottom: 1px solid #333;
}

#contact td {
	font-size: 11px;
	padding-bottom: 4px;
	color: White;
}

a	{
	color: #f93;
	text-decoration: none;
}

a:hover {
	color: #f93;
}
.orangeHighlight {
	color: #FF9933;
}
.pageHeader {
	font-weight: bold;
	font-size: 13px;
}

.blogType {
	color: #999999;
	background-color: #1a1b1d;
}

.pageHeader2 {
	font-weight: bold;
}
.orangeLink {
	color: #FF9933;
	text-decoration: none;
}
.copyright {
	font-size: 9px;
	color: #666666;
}
ul {
	list-style: url(../images/bullet.gif) square;
	
}
.resumeSection {
	font-size: 14px;
	font-weight: bold;
}
a.activeSubNavLink  {
	color: #FFFFFF;
}
.backButton {
	color: #B8B8B8;
}

.contentsCell {
	padding-bottom: 170px;
}

.topStripe {
	background-color: #666666;
}

.screenshotBorder {
	border-style:solid;
	border-color: #666666;
	border-width: 2px;
}
