/*Main containers to center sait and set sait backgrounds */
#fullpage
{
     margin-left: auto; 
     margin-right: auto;
     width: 980px;     
}
#footerfullpage
{
    float: left;
    width: 100%;
    background-image: url(/images/bgbottom.jpg);
    background-position: center;
    background-repeat:no-repeat;     
}
#footerpage 
{
    margin-left: auto; 
    margin-right: auto;
    width: 980px;
}
/* Page regions */
#page 
{
    float: left;
	width: 980px;
	background-color: #ffffff;
	padding-bottom: 10px;
	margin-top: 10px;
	border: solid 0px #000000;		
}
#pageTop
{
    float: left; 
    width: 930px;
    padding: 7px 20px 0px 20px;
    border-bottom: solid 5px #e1e1e1;
    margin-bottom: 5px;
    border: solid 0px #000000;    
}
#pagehead 
{
    float: left;
    width: 100%;
    margin-bottom: 10px;   
}
.pageheadtext
{
    float: left;
    width: 400px;
    font-family: Georgia;
    font-size: 230%;
    line-height: normal;
    letter-spacing:-1px;
    color: #231f20;
    padding-top: 20px;
    padding-left: 20px;
    border: solid 0px #000000;    
}
#topmenu 
{
	float: left;
	width: 100%;
	text-align: right;
	border: solid 0px #000000;	
}
#fullregion 
{
	float: left;
	width: 950px;
	padding: 10px 10px 0px 20px;
	border: solid 0px #000000;	
}
#leftcolumn
{
    float: left;
    width: 293px;
    padding-right: 20px;       
}
#maincolumn
{
    float: left;
    width: 610px;
    padding: 0px 0px 0px 0px;    
    border: solid 0px #000000;
}
#rightcolumn
{
    float: left;
    width: 293px;
    padding-left: 20px;    
}
#footer 
{
	float: left;
    width: 940px;
	padding: 20px;	
	background-image: url(/images/bgbottom.jpg);
	background-color:#ffffff;
	background-position: center;
}
