#container {
	height: 500px;
	width: 600px;
}
#title {
	width:485px;
	height:39px;
	background-color:#99CCFF;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav {
	float: left;
	height: 400px;
	width: 90px;
}

#main {
	float: left;
	height: 300px;
	width: 399px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#yellowbox {
	background-color: #FFFF66;
	height: 110px;
	width: 380px;
	position: relative;
	left: 10px;
	border: 2px solid #993366;
}
