﻿body 
{ 
background-color:#CDC8B1;
}

#container 
{
	background-color:white;
	width:800px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#top_border 
{
	height:100px;
}
#login_area
{
}
#top_menu 
{
	margin-top:15px;
	height:70px;
}
#top_menu a
{
	text-decoration:none;
	width:30px;
	height:15px;
	margin-right:30px;
	font-size:24px;
	color:Gray;
	font-family:Arial;
}
#content 
{
	text-align:left;
	height:400px;
	overflow:auto;
}
#bottom 
{
	padding-top:30px;
	height:70px;
	color:#FF0000;
font-size:23px;
}
#bottom a 
{
	text-decoration:none;
	margin-right:35px;
	width:40px;
	height:30px;
	border-width:medium;
	font-size:24px;
}
.bottom_partner 
{
	font-size:x-large;
	color:Red;
}