body
{
	font-family: "Trebuchet MS", Helvetica;
	text-align: center;
	background-color: #e6e9ee;
	margin: 0px 0px 0px 0px;
	background-position: center 18px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

div#Wrapper 
{
	width: 100%; height:100%;
}
div#Header, div#Footer, div#Middle 
{
	width: 100%;
	min-width: 900px;
}
div#Header, div#Footer 
{
	height: 32px;
}

div#Header 
{
	position: fixed; top: 0px; left: 0px;
	background-color: #8399b1;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #4f6573;
	z-index:999;
	text-align:center;
}

a#HomeLink 
{
	position: absolute;
	display: inline-block;
	background-image: url('images/nav_home.png');
	background-repeat: no-repeat;
	height: 24px;
	width: 30px;
	left: 2px;
	margin: 5px 5px 5px 5px;
	/*border: solid 1px #4f6573;*/
	cursor: pointer;
}

ul#SkillNav, ul#PersonalNav
{
	position: relative;
	display: inline-block;
	font-size: 12px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}

li
{
	background-color: #a5b5c5;
	display: inline-block;
	float: left;
	padding: 2px 7px 2px 7px;
	margin: 5px 5px 5px 5px;
	border: solid 1px #4f6573;
	cursor: pointer;
}

li:hover, li.active, li.tempActive
{
	background-color: #cae1f8;
}

div#Footer
{
	position: fixed; z-index: 999;
	bottom: 0px;
	width: 100%; height: 34px;
	background-color: #8399b1;
	border-top: solid 1px #4f6573;
	
}

div#Middle 
{
	height: 100%; min-height: 530px;
	margin: 36px 0px 36px 0px;
	padding: 0px 0px 0px 0px;
}

iframe#ContentFrame 
{
	display: none;
	position: relative;
	border-style: none;
	width: 99%;
	z-index: 10;
	background-color: #ffffff;
}
div#Middle_Content
{
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -244px;
	margin-left: -324px;
	width: 648px; height: 488px;
	border: solid 0px black;
}

div#Middle_Content div.Project
{
	width: 120px; height: 90px;
	border: solid 1px #4f6573;
	float: left;
	margin: 15px 20px 15px 20px;
	background-color: #ffffff;
	cursor: pointer;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div#Middle_Content div label 
{
	vertical-align: middle;
}

div#Caption
{
	text-align: left;
	position: relative;
	display: none;
	top: -1px; left: 140px;
	width: 120px;
	background-color: #ffffff;
	border: solid 1px #e0e0e0;
	z-index: 2;
	font-size: 14px;
}

div#Caption .Tagline
{
	display: block;
	padding: 4px 0px 0px 4px;
}

div#Caption .Credits
{
	display: block;
	padding: 0px 0px 4px 4px;
	color: #999999;
	font-size: 12px;
}

.translucent
{
	opacity:0.3;
	filter:alpha(opacity=30);
}

.solid
{
	opacity:1.0;
	filter:alpha(opacity=100);
}

.invisible
{
	opacity:.06;
	filter:alpha(opacity=6);
}