﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #A1631C;
}

p
{
	font-family:Cambria;	
}

a
{
	color:White;	
}

a:hover
{
	color:#FFCC66;
}

#top
{
	background-color: #1E1205;
	width: 100%;
	height: 100px;
}

#left
{ 
	background-color: #A1631C;
	float: left;
	width: 20%;
	height: 100%;
	min-height: 757px; 
}

#content
{
	background-color: #DE9644;
	float: left;
	width: 80%;
	height: 100%;
	min-height: 757px;
	/*overflow: scroll;*/
}

#footer
{
	background-color: #1E1205;
	clear: both;
	width: 100%;
	height: 24px;
}

.logo 
{
	font-family: Calisto MT;
	font-size: 72px;
	font-weight: bold;
	color: White;
}

.footer
{
	color: White;
	text-align: center;
}

.standardPadding
{
	margin: 5px;
	padding: 2px;		
}

.subLinkFormat
{
	font-size:24px;	
	text-align:center;
}

.titleLabel
{
	color: #1E1205;
	font-size: 28px;
	font-weight: bold;
	font-style: normal; /*oblique;*/		
}

.workLink
{
	color: #1E1205;
}

.mainImage
{
	margin: 50px 50px 5px 50px;
	outline-color: White;
	outline-style: solid;
	outline-width: thick;
	border: solid 1px black;
}

.mainImageText
{
	color: black;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: larger;
}

.mainContent
{
	text-align: center justify;
	margin-left: 100px;
	width: 900px;
}

