PHP Code:
	
<html>
<head>
</head>
<body>
<div id="container">
<div id="header">Stuff</div>
<div id="main_right">Something</div>
<div id="menu_right">Some more things</div>
<div id="main">
<div id="padded">
Some things here, too.
</div>
</div>
</div>
</body>
</html> 
 
	Code:
	#container {  
	color: black;
	background: white;
	font-size: 1.2em;
        border-top: none;
	margin-left: 100px;
        height: 2000px;
        height: 2150 !Important;
        width: 845px !Important;
        width: 840px;
        margin-left: 48px !important;
        margin-right: 140px; 
        margin-top: -10px;
        text-align: center;
        padding-bottom: -10px;
        padding-bottom: 0px !important;
}
div#main {
	width: 410;
        background: none;
        color: black;
        height: 1440px !important;
        height: 1430px;
        
        text-align: left;
        padding-left: 110px !Important;
        padding-left: 0px;
        padding-top: 30px;
        margin-left: 90px !Important;
}
div#main_right {
	float: right;
	width: 150px;
	color: black;
        background-image: url('RoundedMenu2.png');
        height: 1600px;
        height: 1950px !Important;
        margin-right: 0px !important;
        margin-right: -10px;
        
               
        
}
div#menu_right {
	float: left;
	width: 150px;
	background-image: url('RoundedMenu1.png');
        height: 1600px;
        height: 1950px !Important;
        text-align: left;
	      
}
div#header {
	width: 850px;
	background: none;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 10px;
	text-align: right;
	height: 200px;
        margin-right: 0px !Important;
        margin-right: -5px;
}