/*

LAYOUT: Three-Column

DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content

SOURCE: Thematic

*/



body {

    min-width:960px;

}

#header {

    position:relative;

}

#branding {

    width:1000px;

    margin:0 auto;

height:250px;

background-image:url("/wp-includes/images/header.jpg");

}

#access {

    position:relative;

    overflow:hidden;

}

.menu {

    width:940px;

    margin:0 auto;

}

#main {

    width:1000px;

    margin:0 auto;

    overflow:hidden;

background-image:url("/wp-includes/images/content_bg.jpg");

}

#container {

    width:1000px;

    float:left;

}

#content {

	margin: 0 250px;

    overflow:hidden;

}

#primary {

    width:220px;

    float:left;

	margin: 0 0 0 -982px;

}

* html #primary {

	left: 20px;

	position: relative;

}

#secondary {

    width:220px;

    float:left;

	margin: 0 0 0 -220px;

}

#footer {

    clear:both;

}

#subsidiary {

    width:960px;

    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:940px;

    margin:0 auto;

}





#access{overflow: visible;}

#main{clear: both;

padding-top:50px;

}