﻿#cmsWrapper
{
    width:100%;
    margin:none;
}
body 
{    
    margin:0;
    background:url(../Files/Images/bg.gif) repeat-x;  
}

#content
{
    width:937px;
    margin:0 auto;       
}

#header
{
    float:left;
    height:310px;
    width:937px;  
    height:309px;
    background:url(../Files/Images/body-bg.jpg) no-repeat;  
}

#headerLeft
{
    width:253px;
    float:left;
	height:309px;
}

#headerLeft img
{
    padding:24px 0 0 0;
}

#headerRight
{
    float:left;
    width:684px;
	height:309px;
}

#main
{
    clear:both;
    float:left;
    width:937px;
    background-color:#fff;
    min-height:200px;
	padding-top:25px;
}

#mainLeft
{
    float:left;
    width:298px;
	background-color:#fdf7ec;
	border:#f5cb6e 1px solid;
	margin-left:62px;
	padding-left:20px;
	margin-bottom:40px;
}

#mainRight
{
   float:left;
    width:431px;
	background-color:#fdf7ec;
	border:#f5cb6e 1px solid;
	margin-left:46px;
	padding-left:20px;
	margin-bottom:40px;
}

#mainBottom
{
    clear:both;
    float:left;
    width:779px;
    margin-left:62px;
    margin-bottom:40px;    
    padding:0 20px;
    background-color:#fdf7ec;
	border:#f5cb6e 1px solid;
	min-height:50px;
}

#footer
{
    clear:both;
    background:url(../Files/Images/login-footer.jpg) repeat-x;
    margin:0;
    width:887px;
	padding-top:8px;
    float:none;
    color:#fff;
	text-align:right;
	padding-right:50px;
	padding-bottom:10px;
}

/*  CSS Overrides */

.featuredContent
{
    border:none !important;
}