@charset "utf-8";
/* CSS Document */

#sideBar {
	float: right;
	width: 236px;
	margin-top: 12px;
}
#sideBar .box {
	width: 198px;
	float: no;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EFC97A;
	border-left-color: #EFC97A;
}

#mainContent {
	float: left;
	width: 724px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#splash {
	background-image: url(../gui/splash2col.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 224px;
}
#splash img {
	margin-top: 13px;
}

