/*Main containers to center sait and set sait backgrounds */
#fullpage
{
     margin-left: auto; 
     margin-right: auto;
     width: 980px;
     text-align:left;
}
/* Page regions */
#page 
{
    float: left;
	width: 980px;
	background-color: #ffffff;
	padding-bottom: 20px;
}
#pageTop
{
    float: left; 
    width: 940px;
    padding: 0px 20px 0px 20px;
}
#pagehead 
{
    float: left;
    width: 940px;
}
#pageheadLogo 
{
    width:940px;
}
#pageheadMenu 
{
    width:940px; 
    float:left; 
    margin-top:30px;
}
#pageheadLogo1 
{
    width:490px; 
    float:left;
}
#pageheadLogo2 
{
	text-align:right;
    float:right; 
    width:450px;
}
#pageheadMenu2 
{
    width:300px; 
    float:left;
}


.pageheadtext
{
    text-align:right;
    font-family: Georgia;
    font-weight:bold;
    font-size: 180%;
    line-height: normal;
    color: #231f20;
}
#topmenu 
{
	text-align: left;
	width:640px; 
    float:left;
}
#fullregion 
{
	float: left;
	width: 940px;
	padding: 0px 20px 0px 20px; 
}
#leftcolumn
{
    float: left;
    width: 260px;
    margin-top:15px;
}
#maincolumn
{
    float: left;
    width: 567px;
    padding: 0px 20px 0px 20px;
    line-height:140%;
}
#rightcolumn
{
    float: left;
    width: 440px;
    padding-left: 20px;
}

#footerfullpage
{
	bottom: 0px; 
    float: left;
    width: 100%;
    background-image: url(/images/bg-bottom.jpg);
    background-position: center;
}
#footerpage 
{
    margin-left: auto; 
    margin-right: auto;
    width: 980px;
}
#footer 
{
    float: left;
    width: 940px;
	background-color: #000000;
	color: #ffffff;
	padding: 5px 20px 10px 20px;
	text-align:left;
}

.left {float:left}

.deafault-boxarea
{
	clear:left;
	width:940px;
	margin-top:20px;
}
.default-left {float:left; width:300px; padding-right:20px;}
.default-middle {float:left; width:300px; padding-right:20px;}
.default-right {float:left; width:300px;}