body {
text-align:center;
margin: 0;
}

div { 
margin: 0; 
padding: 0;
}
	
#container {
width:950px;
margin: 10px auto 10px auto;
padding:0;
text-align:left;
}
		
#col-left {
float:left;
width:190px;
}
	
#col-center {
float:left;
width:490px;
}
	
#col-right {
float:left;
width: 268px;
}

#header {
width:950px;
}

#top-banner {
width: 950px;
height: 172px;
}

#top-banner #tb-left {
float:left;
width:190px;
height: 100%;
min-height: 172px;
}

#top-banner #tb-center {
float:left;
width:490px;
height: 100%;
min-height: 172px;
}

#top-banner #tb-right {
float:left;
width: 270px;
height: 100%;
min-height: 172px;
}

	
#footer {
clear: both;
}

#col-center-content {
padding: 0 10px 0 10px;
}

.clear { clear: both;} 
/*/*/ .clear { display: none; } /* */
