﻿

#Top
{
	position: relative;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	background: url(../Images/SmallTop.jpg) top center no-repeat;
	text-align: left;
}

#FrontTop
{
	position: relative;
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	background: url(../Images/Top.jpg) top center no-repeat;
	text-align: left;
}

/* Content
------------------------------------------------------------------*/
#ContentHolder
{
	position: relative;
	width: 100%;
	background: #FFFFFF url(../Images/SmallBG.jpg) top center repeat-x;
	clear: both;
	overflow: hidden;
}

#FrontContentHolder
{
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
}

#Content
{
	position: relative;
	margin: 0 auto;
	width: 780px;
	min-height: 250px;
	text-align: left;
}

/* SubContent
------------------------------------------------------------------*/

#SubContentL
{
	width: 520px;
}

#SubContentR
{
	float: right;
	width: 560px;
}

/* Foot
------------------------------------------------------------------*/
#FootHolder
{
	position: relative;
	width: 100%;
	height: 120px;
	background: #000000 url(../Images/BBG.jpg) top center repeat-x;
	clear: both;
}

#Foot
{
	position: relative;
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	background: url(../Images/Bottom.jpg) top center no-repeat;
	text-align: center;
}
	#Foot p
	{
		position: relative;
		top: 100px;
		color: #999999;
		font-size: 75%;
	}