@charset "utf-8";
body {
	background-color: #FFFFDF;
}

#outerGroup #contentGroup #content {
	padding-left: 10px;
}

#outerGroup {
	border: medium outset #E0E0E0;
	background-color: #FFFFC4;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#outerGroup #header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#outerGroup #contentGroup #rightColumn {
	float: right;
	padding: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#outerGroup #footer {
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}
