/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:1040px;
}
#header {
    position:relative;
}
#branding {
    width:1020px;
    margin:0 auto;
    overflow: hidden;
}
#access {
    position:relative;
    overflow:hidden;
}
#main {
    width:1040px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:780px;
    float:left;
}
#content {
    margin:0 0 0 0px;
    width:780px;
    overflow:hidden;
}
.main-aside {
    width:250px;
    float:right;
    position:relative;
    right:0px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:1020px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:220px;
    float:left;
    margin:0 10px 0 21px;
}
#subsidiary #third {
}
#siteinfo {
    clear:both;
    width:1020px;
    margin:0 auto;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container, 
.page-template-template-donate-php #container,
.page-template-template-courses-php #container,
.page-template-template-about-php #container,
.page-template-template-teachers-php #container{
	margin:0;
	width:1040px;
}

.page-template-template-page-fullwidth-php #content, 
.page-template-template-courses-php #content,
.page-template-template-about-php #content {
	margin: 0 0 0 10px;
	width:1020px;
}

.page-template-template-donate-php #content, 
.page-template-template-teachers-php #content {
	margin: 0 0 0 0px;
	width:1040px;
}

.page-template-template-page-fullwidth-php #comments, 
.page-template-template-donate-php #comments,
.page-template-template-courses-php #comments,
.page-template-template-about-php #comments {
    width:540px;
}
