body { margin: 0px;
}

/* Absolute positioned header for all browsers*/
div#header-wrapper {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    height:159px;
}
	/* Resets the header position to fixed for real browsers such as Firefox*/
body>div#header-wrapper {
    position:fixed;
}

div#header {
    height:159px;
    width:960px;
    margin:0 auto;
    
}


div#menuh-container {
    
    margin: 132px 0 0 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    width: 100%;    

}
    
    

div#main-wrapper {
    padding:172px 0 24px 0;
    voice-family: ""}""; 
    voice-family:inherit;
    margin-left:16px;

}

body>div#main-wrapper {
    margin-left:0;
    
}

div#main {
    width:960px;
    margin:0 auto;

}


div#maincontent {
    width:580px;
    margin: 0px 180px;
}




/*
div#leftcontent {
    width:180px;
    margin:0;
    position:fixed;
    
    top: 128px;
    bottom: 24px;
    left: auto;
}


div#rightcontent {
    width:180px;
    margin:0 0 0 780px;
    position:fixed;
    
    top: 128px;
    bottom: 24px;
    left: auto;

float: right;

}
*/


div#rightcontent {
    width:180px;
    margin: 0;
    position:fixed;
    top: 159px;
    bottom: 24px;
    left: auto;
    width: 180px;    
    position:fixed;    

}



div#leftcontent {
    width:180px;
    margin:0 0 0 780px;
    position:fixed;
    
    top: 159px;
    bottom: 24px;
    left: auto;

float: right;

}


#footer-wrapper {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:24px;
}

body>#footer-wrapper {
	position:fixed;
}

#footer {
	width:960px;
	height:24px;
	margin:0 auto;
}



