body {
	margin: 0px;
}
/*#banner {
	height: auto;
	width: 1260px;
	border: thin solid #FF33FF;
	margin-right: auto;
	margin-left: auto;
}*/
#mainbox {
	height: auto;
	width: 1260px;
	/*border: thin solid #00FF00;*/
	margin-right: auto;
	margin-left: auto;
	background-color: #ccccff;	
}
#leftbox {
	height: auto;
	width: 195px;
	/*border: thin solid #000099;*/
	text-align: left;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccccff;	
	position: fixed;
}
#rightbox {
	/*border: thin solid #FF0000;*/
	width: 1061px;
	height: auto;
	float: right;
	background-color: #FFFFEE;
}
/*#footer {
	height: auto;
	width: 1260px;
	border: thin solid #FFFF00;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}*/

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	background-color: #CCFFCC;
	text-align: center;
}
