body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#divRight {
	float: right;
	width: 380px;
	padding: 10px;
}

#divWrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}


#divBodyT {
	background-color: #CCFFFF;
	width: 800px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 5px;
	height: 1070px;
}
#divLeft {
	float: left;
	width: 375px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
