html,body
{
	height:100%;
	min-height:100%;
}

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center; 	/* to correct the centering IE bug*/
	font-family: Arial;
	font-size: 0.8em;
	background-color: #EEEEEE;
}

/* layout divs */

#container
{
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 		/* to realign text */
    background-color: #ffffff; 
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	min-height:100%;
	background-image:url('../images/background.gif');
	background-repeat: repeat-y;
	display:table;
}

#header
{	
	background-color: #607FB3;
	height: 180px;
	border-bottom: solid 1px #666666;
	padding-top:6px;
}
* html #header
{
	height: 174px; 			/* to get IE6 setting width correctly */
}
#headerLeft
{
    padding-top: 22px;
    float: left;
    width: 176px;
    text-align: center;
}
#headerLogo
{
    padding-top:4px;
    float: left;
    width: 638px;
    text-align: center;
}
#headerRight
{
    padding-top: 2px;
    width: 158px;
    float: right;
    text-align: center;
}
#headerRight a 
{
    color: #FFFFFF;
}

#main
{
	clear: both;
}

#left
{
  	width: 176px;
	float: left;
	text-align: center;
	padding-bottom: 12px;
}

#content
{
	width: 558px;
	border-top: solid 1px #CCCCCC;
	float: left;
	padding-top: 16px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
* html #content
{
	/* width: 638px; 			to get IE6 setting width correctly */
}

#right
{
	padding-top: 12px;
	width: 158px;
	float: right;
	text-align: center;
	padding-bottom: 12px;
}

#footer
{
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
}
