﻿body
{
	background: #6A441D url(images/background.jpg) 0 0 repeat-x;	
}
#Container
{
	width: 750px;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
}
#HeaderTitle
{
	width: 750px;
	height: 16px;
}
#Header
{
    width: 750px;
    height: 240px;
    border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;   
}
#Header #LeftHeaderPic
{
    width: 214px;
    height: 240px;
    float: left;
    border-right: 1px solid #FFFFFF;
}
#Header .FlashPlaceHolder
{
	background: transparent url(images/flash_placeholder.jpg) 0 0 no-repeat;
	width: 320px;
	height: 240px;
	float: left;
}
#Header #RightHeaderPic
{
    width: 214px;
    height: 240px;
    float: left;
    border-left: 1px solid #FFFFFF;
}
#Menu
{
    clear: left;
	background: transparent url(images/menu_background1.jpg) 0 0 no-repeat;
	width: 750px;
	height: 39px;
}
#Body
{
	background: transparent url(images/body_background.jpg) 0 0 repeat-y;
	width: 750px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#SubPageBody
{
	background: transparent url(images/subpage_body_background.jpg) 0 0 repeat-y;
	width: 730px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px;
}
#Body #LeftSection
{
	width: 385px;
	padding: 10px;
	margin: 0px;
	float: left;
}
#SubPageBody #LeftSection
{
	width: 710px;
	padding: 10px;
	margin: 0px;
}
#Body #RightSection
{
	width: 325px;
	padding: 10px;
	margin: 0px;
	float: left;
}
#Footer
{
	clear: left;
	font-size: 10px;
	color: #FFFFFF;
}
#Footer a
{
	color: #FCF4CF;
	text-decoration: none;
}
#Footer a:hover
{
	color: #F3D098;
	text-decoration: underline;	
}
#Footer #Copyright
{
	width: 450px;
	float: left;
	padding: 2px 10px;
	margin: 0px;
}
#Footer #Designer
{
	width: 250px;
	float: left;
	padding: 2px 10px;
	margin: 0px;
	text-align: right;
}
	