body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9D00;
	font-weight: bold;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #FFFFFF;
	text-decoration: none;
}
	
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.baselink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.sidelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
}
.style1 {color: #FFFFFF}
#projects {
	position:absolute;
	left:385px;
	top:37px;
	width:129px;
	height:123px;
	z-index:1;
	background-color:#666666;
	border: outset;
	display:none;
}
#future {
	position:absolute;
	left:479px;
	top:37px;
	width:129px;
	height:123px;
	z-index:1;
	background-color:#666666;
	border: outset;
	display:none;
}
#rant {
	position:absolute;
	left:573px;
	top:37px;
	width:129px;
	height:123px;
	z-index:1;
	background-color:#666666;
	border: outset;
	display:none;
}
#contact {
	position:absolute;
	left:613px;
	top:37px;
	width:129px;
	height:123px;
	z-index:1;
	background-color:#666666;
	border: outset;
	display:none;
}
div.box {
     border: 1px solid #000000;
     position: relative;
     width: 100%;
}
div.box_contents {
	background-color:transparent;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 101;

}

div.box_background {
	background-color: white;
	height: 100%;
	filter:alpha(opacity=90); /* IE's opacity*/
	left: 0px;
	opacity: 0.9;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
}
