@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper #theBody #header {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
#wrapper #theBody #left {
	float: left;
	width: 400px;
	background-color: #FFFFFF;
	padding-top: 20px;
	border: 1px solid #FF0000;
	height: 1000px;
}
#wrapper #theBody #left #toolbar {
	padding-left: 80px;
	padding-top: 10px;
}
#wrapper #theBody #left #texttoolbar {
}
#wrapper #theBody #right {
	background-color: #FFFFFF;
	float: right;
	width: 573px;
	border: 1px solid #FF0000;
	height: 1000px;
	padding-top: 20px;
}
#wrapper #theBody #right #story {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
