@import url("styles.css");
#sub-section div {text-align:center}
#content div {margin:10px}
#container {background-color:000; margin:auto; margin-top:20px;}
#header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}


#content {background:#000; margin:0px;}
#sub-section {background:}
#footer {
	background:#000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc00;
}
/*******************************************************************/
/* MSIE display:inline-block is to make sure MSIE doesn't paint the backround above the containers, the overflow declaration is to make sure the containers do not drop below siblings if content pushes the width (in modern browsers it doesn't drop, but it spawns an orizontal scrollbar)  */
#header,#menu,#content,#sub-section,#footer {overflow:hidden;display:inline-block}
#header,#menu,#footer {width:100%} /* safari and opera need this */
#content,#sub-section {float:left;}
#content{float:right;}
#sub-section{width:168px;
margin:0; 
padding:0; 
line-height:0px;

}
#content  {width:603px; margin:0px; padding:0px; }
#sub-section img{
margin:0; 
padding:0; 
}
#footer {clear:left}
#content img{
margin:0px;
padding:0px;
}
#content{
margin:0px;
padding:0px;
}
.menu{
	padding-left:178px;
}