﻿html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	height: 100%;
	background-color: #231f20;
}
#wrapper
{
	width: 900px;
	margin: auto;
	height: 100%;
	background-color: white;
}
#body_wrapper
{
	padding: 0;
	margin-left: 50px;
}
#body_left
{
	float: left;
	width: 390px;
	text-align: left;
}
#login_wrapper
{
	background: #231f20 url(../images/login_content_bg.gif) no-repeat;
	background-position: top right;
	color: white;
	height: 450px;
}
#login_content
{
	margin-left: 10px;
	margin-right: 10px;
}
#moatvalue_wrapper
{
	margin-top: 10px;
}
#lesson_wrapper
{
	margin-top: 10px;
}
#body_right
{
	width: 390px;
	height: 450px;
	margin-left: 20px;
	float: left;
	text-align: left;
}
.content
{
	font-family: Arial;
	height: 115px;
	font-size: 12px;
	border: 1px solid #534f50;
	border-top: 0px;
	overflow: auto;
	overflow-x: hidden;
}
.content_body
{
	margin: 10px;
}
.content_body p
{
	margin-top: 0px;
}
.clear_left
{
	clear: left;
}