#container {
	psotion:relative;
	width:990px;
}
#holder {
	postion:absolute;
	top:0px;
	left:0px;
	height:350px;
}

/* defines styles for controlling the main template layout */

#masthead, #masthead-home{   
   	height:103px;
	background-color:#262626;
}

#masthead, #masthead-home-test{   
   	background-color:#262626;
} 

#section-header {
	text-transform:uppercase;
	font-size:14px;
	margin:0px;
	padding-left:25px;
    background-color: #F5CA5A;
    color:#FFF;
}

/* IE needs explicit widths for all containers */
#content-container{
	width:990px;
	background-color: #F5F9FB;
}

#content-container #content-left{
	float:left; 
    width:190px;
	margin:0px;
	padding:20px;
}

#content-container #content-right{
	float:left; 
    width:720px;
    min-height:400px;
	margin:0px;
	background-color:#FFF;
	padding:20px;
}

#footer-container{
	clear:both;
	position:relative;
	background-color: #262626;
    padding:20px;
    height:25px;
}


/** home page **/
#content-container-home{
	width:990px;
}

#content-container-home #content-left-home{
	float:left; 
	width:710px;
	margin:0px 0px 0px 0px;
	padding:20px 10px 0px 20px;
}

#content-container-home #content-right-home{
	float:right; 
    width:200px;
	margin:0px 0px 0px 0px;
	padding:20px 20px 0px 0px;
}