/* CSS Document */

body
{
	background:#0f0f0f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}
a:visited
{
	color:#AAAAAA;
}
a:hover
{
	color:#ff662c;
}

a:active
{
	color:#AAAAAA;
}

a
{
	color:#AAAAAA;
	border-style:none;
}
img
{
	border-style:none;
}

.Container
{
	background:#141414;
	position:relative;
	margin:0 auto;
	width:800px;
	
	border-style:solid;
	border-color:#303030;
	border-width:thin;
	/*background-image:url(Images/Background.gif);*/
	
}
.BackgroundContainer
{
	background:#0f0f0f;
	position:relative;
	margin:0 auto;
	width:1200px;
	margin-top:0px;
	background-repeat:no-repeat;

	background-image:url(Images/Home_Background.jpg);
}

#Banner
{
	background-image:url(Images/Home_Banner_01.jpg);
	height:418px;
	width:800px;
}

#Navigation
{
	background-color:#040404;
	height:29px;
	width:798px;
	margin-left:1px;
}

.Nav_ButtonIMG
{
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;

}

#Content
{
}

#ProjectDescription3{
	background-color:#090909;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:7px;
	color:#999999;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;

}
#DescriptionImage{
	text-align:center;
	margin:5px;
	
}
.ProjectThumbnail
{
	margin:5px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	width:75px;
	position:static;
}

.ProjectThumbnail:hover
{
	margin:5px;
	border-style:solid;
	border-color:#FF6600;
	border-width:1px;
	width:75px;
	position:static;
}
.resume
{	
	margin-left:10px;
	font-size:11px;

}
#footer
{
	background-image:url(Images/Footer.gif);
	margin-left:1px;
	width:798px;
	height:40px;
	z-index:10;
}