﻿body
{
	width:100%;
	height:100%;
	background-color:#F9E8A7;
	text-align:center;
	position:absolute;	
}

.content
{
	width: 800px;
	height: 600px;
	margin: auto;
	background-image: url('Images/bodyBg.jpg');
	background-repeat: repeat-y;
	text-align:left;
}

.leftPane
{
	height:450px;
	width:370px;
	left:15px;
	top:-25px;
	z-index:2;
	position:relative;
	text-align:center;
	vertical-align:bottom;
	float:left;
}

.leftImage
{
	width:355px;
	height:355px;
	vertical-align:middle;
	position:relative;
}

.rightPane
{
	height:450px;
	width:370px;
	left:50px;
	top:-25px;
	z-index:2;
	position:relative;
	text-align:center;
	vertical-align:bottom;
	float:left;
}

.rightTextPane
{
	height: 390px;
	width: 350px;
	position:relative;
	background-color:White;
	border-style:solid;
	border-width:2px;
	border-color:#FF7D00;
}

.rightText
{
	height: 360px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
}

.rightSubTextPane
{
	border: 2px solid #FF7D00;
	height: 30px;
	width: 350px;
	position:relative;
	margin-top:15px;
	background-color:White;
	text-align:center;
	vertical-align:middle;
}

.rightSubText
{
	margin-top:3px;
	text-decoration:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14pt;
	color: #7B0000;
}

.rightSubText:visited
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	color: #7B0000;
}

.rightSubText:hover
{
	text-decoration:underline;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	color: #7B0000;
}

.worksSection
{
	text-decoration: underline;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 100;
	color: #7B0000;
	font-size: 14pt;
}
.worksHeader
{
	padding-left: 10px;
	font-size: 12pt;
	color: #7B0000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
}
.worksLink
{
	padding-left: 20px;
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11pt;
	color: #7B0000;
}

.worksLink:hover
{
	padding-left: 20px;
	text-decoration: underline;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11pt;
	color: #7B0000;
}

.worksLink:visited
{
	padding-left: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11pt;
	color: #7B0000;
}

.navigation
{
	height:96;
	width:335px;
	position:relative;
	vertical-align:bottom;
}
