body
{
	margin:  0;
	
	background-color: #740d01;
}

#navContainer
{
	height: 252px;
	
	background-color: #bdbdbd;
	
	text-align: center;
}

#navContainer img
{
	display: inline;
	
	margin-top: 156px;
}

#navLeftPattern, #navRightPattern
{
	position: absolute;
	top: 252px;
	
	width: 50%;
	height: 35px;
}

#navLeftPattern
{
	left: 0;
	background: url(../images/navLeftRepeat.png) repeat-x;
}

#navRightPattern
{
	right:  0;
	background: url(../images/navRightRepeat.png) repeat-x;
}

#navLinksContainer
{
	position: absolute;
	top: 252px;
	
	width: 100%;
		
	text-align: center;
}

#navLinksContainer img
{
	display: inline;
	margin: 0;
	
	border-width: 0;
}

.textContainer
{
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 290px;
	
	width: 100%;

	text-align: center;
	font-size: 16px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	font-variant: small-caps;
}

#textDefault
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}

#textResume, #textPortfolio, #textBlog
{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}