body {
	margin:25px;
	background:#cccc99;
	color:#000000;
	text-align:center;
}

#textblock{
	position:relative;
	background:#ffffee;
	width:750px;
	height:650px;
	margin:auto;
}
#content{
	background:#ffffee;
	color:#000000;
	width:545px;
	height:600px;
	margin: 20px;
	float:right;

}

#menu{
	float:left;
	background:#046e04;
	color:#000000;
	width:165px;
	height:650px;
}

p{
	text-indent: 1.5em;
}
h4{
	text-indent: 1.5em;
	font-weight: bold;
	font-size:18px;
}
