body {
	color: #000;
	background: rgb(149,183,187);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#center {
	height: auto;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000;
	background: #FFF;
	padding: 0px;
}
#header {
	height: 250px;
	width: 750px;
}
#left {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 0px;
}
#right {
	height: auto;
	margin-top: 5px;
	margin-left: 310px;
	border-left: 1px solid #CCC;
	background: rgb(219,231,232);
	margin-bottom: 0px;
}
#right p {
	font: 11px/17px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	color: #000;
	background: transparent;
}
#footer {
	height: 50px;
	width: 750px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 2px solid #ccc;
	background: #FFF;
	color: #000;
}
#footer p {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: transparent;
	text-align: left;
	margin: 3px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #690;
	text-decoration: underline;
	background: transparent;
}
#footer a:hover {
	color: #CC0;
	text-decoration: underline;
	background: transparent;
}
#right h1 {

	font: bold 14px/17px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	color: #069;
	background: transparent;
}
#right a:link, #right a:active, #right a:visited {

	color: #690;
	text-decoration: underline;
	background: transparent;
}
#right a:hover {

	color: #CC0;
	text-decoration: underline;
	background: transparent;
}
.box {
	color: #FFF;
	height: auto;
	background: #CEF;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999;
}
.subbutton {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #fff;
}
