#site-box{
	width : 758px;
}

#header-left { 
        float: left;
        width: 250px;
        height: 150px;
	border: 2px solid #777777;
	background-color: #FFFFFF;
}
#header-right {
        float: left;
        width: 500px;
        height: 150px;
	border: 2px solid #777777;
	background-color: #DDDDFF;
}

#content{
	float: left;
	width: 500px;
	height: 600px;
	border: 2px solid #777777;
	background-color: #EEEEFF;
}

#menu{
	float: right;
	width: 250px;
	height: 600px;
	border: 2px solid #777777;
	background-color: #EEEEFF;
}

#footer{
	clear: both;
}

