﻿/*--------------------default masterpage style---------------------*/
.Page
{
	width: 1000px;
}

.Header
{
	background: url(../Images/Backgrounds/Header.jpg) no-repeat;
	min-height: 128px;	
	height: 128px;
}

.Menu
{
	background: url(../Images/Backgrounds/Menu.jpg) no-repeat;
	min-height: 32px;
	height: 32px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
}

.Feature
{
	background: url(../Images/Backgrounds/Feature.jpg) no-repeat;
	min-height: 225px;
	height: 225px;	
}

.ContentBackground
{	
	background: #cd7936 url(../Images/Backgrounds/Main.jpg) no-repeat bottom left;	
}

.Footer
{
	background: url(../Images/Backgrounds/Footer.jpg) no-repeat;
	min-height: 63px;
	height: 63px;
	color: #872f26;
	font-size: 1.1em;	
}

.CenterContent
{
	width: 817px;
	padding-left: 90px;	
}

.FeatureContent
{
	width: 800px;
	padding-left: 107px;
}

/** Two Column Masterpage **/
.LeftContainer
{
	padding-right:10px; 
	width: 250px; 
	float:left;	
}

.RightContainer
{
	padding-left:10px; 
	width: 523px; 
	float:left
}

.RightContainer img
{
    padding: 4px 10px 10px 0;    
}

.RightContainer p
{
    padding-bottom: 18px;    
}
