<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
*/

body {
    min-width:1100px;
}
#main {
    width:1100px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:1100px;
    float:left;
    margin:0;
}
#content {
	margin: 0 220px 0 230px;
    overflow:hidden;
}
#primary {
    width:220px;
    float:left;
	margin: 0 0 0 -1100px;
}
* html #primary {
	left: 20px;
	position: relative;
}
#secondary {
    width:220px;
    float:left;
	margin: 0 0 0 -220px;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:1100px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:1100px;
    margin:0 auto;
}
.fixed {
	width:1100px; 
	margin:0 auto;
}
</pre></body></html>