@charset "utf-8";
/* CSS Document */

body, html 
{
height: 100%;
background-color:#cccccc;
background-image:url(../images/main_bg_2.jpg);
background-repeat:repeat-y;
background-position:center;
}

body 
{
margin: 0; padding: 0;
}	

#sitecontainer 
{
min-height:80%;
width:960px;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
}
	
* html #sitecontainer 
{
height:100%;
margin-left:auto;
margin-right:auto;
}

/* #header layout.--------------------------------------------------------*/

#header
{
background:#FFFFFF;
width: 960px;
height: 380px;
position: relative;
overflow: hidden;
}

#headerlogo
{
width:960px;
}

/* #controls 2 columned pages layout.-----------------*/

#maincontent_2column
{
background-color:#FFFFFF;
width: 660px;
margin-left:260px;
margin-right:40px;
margin-bottom:20px;
}

/* #controls 3 columned pages layout.-----------------*/

#maincontent_3column
{
background-color:#FFFFFF;
width:480px;
margin-left:260px;
margin-right:200px;
margin-bottom:20px;
border:0px solid #333333;
}

/* controls left column.-----------------*/

#maincontentleft 
{
float: left; 
width: 220px;
margin-left:20px;
margin-right:0px;
margin-bottom:20px;
border:0px #333333 solid;
}

/* controls right content.-----------------*/
	
#maincontentright 
{
float:right;
width: 160px;
font-size:98%;
margin-right:20px;
margin-bottom:0px;
border:0px #333333 solid;
}

/* main footer container.-----------------*/

#footercontainer 
{
min-height:20%;
width:960px;
background-color:#333333;
margin-left:auto;
margin-right:auto;
z-index:200
}

#footer
{
width: 960px;
height: auto;
background-repeat:no-repeat;
background-color:#333333;
}