@import "/css/Headings.css";
@import "/css/Layout.css";
@import "/css/TopNavigation.css";
@import "/css/SubNavigation.css";
@import "/css/Gallery.css";
@import "/css/References.css";

html *
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #393771;
	height: auto;
	width: auto;
}

body
{
	background-color: #f7f7f7;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.OuterContainer
{
	position: relative;
	width: 750px;
	margin: auto;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #e4e4e4;
	background-color: white;
}

div.TopContainer
{
	position: absolute;
	width: 100%;
	top: 0px;
	height: 200px;
}

div.TopContainer div.TopImage
{
	height: 134px;
}

div.TopContainer div.TopNavigation
{
	height: 28px;
	line-height: 28px;
	padding-right: 53px;
	text-align: right;
}

div.MiddleContainer
{
	position: relative;
	top: 200px;
	padding-bottom: 25px;
	width: 100%;
}

div.LeftContainer
{
	float: left;
	width: 168px;
	padding-left: 32px;
}

div.ContentContainer
{
	float: right;
	width: 525px;
	padding-right: 25px;
}

div.BottomContainer
{
	margin-top: 200px;
	line-height: 24px;
	color: #cccccc;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #e4e4e4;
	text-align: center;
}

div.BottomContainer a
{
	color: #cccccc;
	text-decoration: none;
}

div.BlockSpace
{
	height: 1px;
	width: 100%;
	clear: both;
}















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

