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

body {
    min-width:860px;
}
#header {
    position:relative;
    width: 850px;
    margin: 0 auto;
   
}
#branding {
    width:840px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:840px;
    margin:0 auto;
}
#main {
    width:850px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:520px;
    float:left;
    padding-top:15px;
}
#content {
    margin:0 0 0 15px;
    width:510px;
    float: left;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
    width: 850px;
    margin: 0 auto;
    overflow: hidden;
}
#subsidiary {
    width:840px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:840px;
    margin:0 auto;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:840px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:840px;
}

.page-template-template-page-fullwidth-php #comments {
    width:510px;
}
