#mainbox {
	height: 550px;
	width: 800px;
	border: medium solid #FBCB00;
}
body {
	background-color: #CC6666;
}
#mainbox #leftbox {
	height: 550px;
	width: 550px;
	float: left;
}
#leftbox #textbox {
	height: 330px;
	width: 390px;
	margin-top: 200px;
	margin-left: 60px;
}
#textbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 5px;
}
#leftbox #textbox p {
	font-family: "Courier New", Courier, monospace;
	color: #003366;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}
table {
	font-family: "Courier New", Courier, monospace;
	color: #003366;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}


#rightbox #menubox {
	height: 250px;
	width: 150px;
	margin-top: 250px;
	margin-left: 20px;
	background-image: url(images/bgmenubox.jpg);
	background-repeat: no-repeat;
}


#mainbox #rightbox {
	float: left;
	height: 550px;
	width: 250px;
}
