body{

	background-color: #000000;
	color: #FFFFFF;


}

a{
	text-decoration: none;
	color: #863811;
}

a:visited{
	color: #A20000;
}

a:hover{
	text-decoration: underline;
	
}

#content{
	position: absolute;
	
	margin-left: 20%;
	margin-top: -8px;
	width: 60%;

	background-color: #999999;

	border-left: 15px solid #CCCCCC;
	border-right: 15px solid #CCCCCC;
	
	z-index: 1;
	
}

#menu{
	position: absolute;

	float: left;
	
	margin-left: -35%;
	width: 70%;
	height: 11em;

	background-color: #999999;

	border-left: 15px solid #CCCCCC;
	border-right: 15px solid #CCCCCC;

	font-family: fixedsys, Times New Roman;
	font-size: 25px;

	z-index: 2;
}

#menu ul{
	list-style-type: none;

}

#menu a{

	color: #FFFFFF;

}

#menu a:visited{
	color: #FFFFFF;

}

#menu a:hover{
	text-decoration: none;
}


.outline{
	position: absolute;
	width: 20%;
	height: 15px;
	background-color: #CCCCCC;
	font-family: Times New Roman;
	font-size: 15px;

}

.outlinefill{

	position: absolute;
	width: 6.5%;
	height: 15px;
	background-color: #CCCCCC;
	font-family: Times New Roman;
	font-size: 15px;
}

#outlineextra{

	width: 26.5%;
}

#opening{

	height: 13em;
	margin-left: 42%;
	padding: 1em;
	color: #F6F600;
	text-align: left;
	font-size: 17px;
}

#main{
	padding: 1em;
	font-size: 17px;
}

.blogentry{
	padding-top: 20px;
}


hr{
	padding: 0;
	border: 1px solid #CCCCCC;

}

.blogentry h3{
	position: relative;
	top: 1em;
	text-align: right; 
	padding: 0px;
	font-family: Verdana, Times New Roman;
	font-size: 20px;
}

.blogentry h4{
	text-align: left;
	font-family: Verdana, Times New Roman;
	font-size: 15px;
	margin-top: -0.6em;
}


.project{
	border: 5px solid #000000;
	width: 95%;
	padding: 0;
	background-color: #000077;
}

.headers{
	font-family: Verdana, Times New Roman;
	border-style: none;
	background-color: #666666;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.project a{

	color: #00FF00;
}


.project a:visited{

	color: #00AA00;
}

.project a:hover{

	text-decoration: underline;
}

.projectscreen{

	width: 35%;
	padding: 5px;
}

.projectinfo a:visited{
}