/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 940px fixed layout with one sidebar right of content
*/

body {
    min-width:980px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#breadcrumbs{
    width:920px;
    margin:0 auto;
}
#main {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	
	background:url(../images/main_bg.gif) top left repeat-y; 
}
#top-bg-main{
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;	
	
	height:15px;
	background:url(../images/top_bg_main.gif) top left no-repeat;
}
#bottom-bg-main{
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;	
	
	height:15px;
	background:url(../images/bottom_bg_main.gif) top left no-repeat;
}


#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 20px;
    width:580px;
    overflow:hidden;
}
.widget-area{
    width:300px;
    float:left;
    position:relative;
    right:0px;
}
#primary, #secondary{
	float:right;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

