body
{
	text-align: center;
	margin: 0px;
	background-color: #333399;
}

#container
{
	text-align: left;
	width: 800px;
	margin: auto;
	margin-top: 50px;	
	border: 1px solid #000000;
}

#header
{
	width: 800px;
	height: 80px;
	border-bottom: 1px solid #000000;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-color: #ebebeb;	
}

#content
{
	background-color: #ebebeb;
	width: 800px;
	height: 360px;
}

#content_left
{
	float: left;
	width: 360px;
	height: 360px;
	border-right: 1px solid #000000;
}

#content_right
{
	float: left;
	width: 400px;
	height: 330px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-top: 10px;
}
	
#mainmenu
{
	width: 780px;
	height: 108px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #ebebeb;
	border-top: 1px solid #000000;
}

div.menu
{
	float: left;
	width: 100px;
	height: 108px;
}

div.submenu
{
	float: left;
	width: 200px;
	height: 108px;
}

