.maincontainer {
	width: 800px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	position: relative;
	height: 550px;

}
body {

	background-image: url(images/bg.jpg);
}
.links {
	background-color: #FFCC66;
	height: 10px;
	width: 845px;
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: black;
	text-decoration: none;

}


.leftbox {
	background-color: #FFCC66;
	padding: 0px;
	float: left;
	width: 160px;
	height: 660px;
	border-top-style: double;
	border-right-style: single;
	border-bottom-style: single;
	border-left-style: single;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #0099FF;
	margin: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}

.centerbox {
	background-color: #DDE8EE;
	padding: 5px;
	float: left;

	width: 370px;
        height: 340px;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}
.rightbox {
	background-color: pink;
	padding: 5px;
	float: left;

	width: 400px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	font-variant: normal;
	color: red;
	text-decoration: none;
}
.container {
	background-color: #DDE8EE;
	height: 400px;
	width: 300px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	padding: 5px;
	margin: 10px;
	float: left;
}
.containerright {
	background-color: #FFFFCC;
	height: 700px;
	width: 300px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	padding: 5px;
	margin: 10px;
	float: right;
}
