@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
ul#mainNav {
	margin-left: 0;
	list-style: none;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#mainNav li {
	float: left;
	padding-left: 10px;
	padding-right: 15px;
}
#banner {
	display: block;
	width: 486px;
	height: 130px; 
	background: url(images/name.png) no-repeat left top;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC99;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC99;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC99;
	text-decoration: none;
}
#navbar {
	float: left;
	margin-left: 5px;
	display: inline;
	}
#mainNav a:hover {
	background: url(images/arrow.png) no-repeat 0px 50%;
}
body#portfolio a#portfolioLink,
body#statement a#statementLink,
body#resume a#resumeLink,
body#contact a#contactLink,
body#blog a#blogLink {
	background:	url(images/arrow.png) no-repeat 0px 50%;
}
#legal {
	width: 52em;
	height: 30px;
	float: center;
	clear: both;
	padding-top: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}	
.style1 {color: #666666
}
#bglink span { display: none; 
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	line-height: 18px;
}
.resumetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 0.09em;
	color: #CCCCCC;
}
