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

body {
    min-width:960px;
}

ul.member-home-menu {
	float:right;
	list-style-type:none;
	margin:0;
	width:660px;
}

ul.member-home-menu li {
	display:block;
	float:left;
	line-height:1em;
	margin:0 3px 8px;
	padding:5px;
	text-align:center;
	width:200px;
	border:1px solid #DDDDDD;
}

ul.member-home-menu li:hover {
	border:1px solid #bbbbbb;
}

ul.member-home-menu li ul {
	margin:0;
}

ul.member-home-menu img{
	margin:0;
	padding:0;
}

#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
	float:left;
	width:280px;
}
#content {
	margin:0;
	overflow:hidden;
	width:280px;
}
.main-aside {
    width:460px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:460px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

