body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a{color:#000000; text-decoration:none}
a:hover{color:#666666}
a:visited{color:#333333}
h1:{font-size:16px}
h2:{font-size:15px}

#container
{
	width:100%;
	height:100%;
}

#top_panel
{
	background-color:#555555;
	width:100%;
	height:auto;
}

#middle_panel
{
	background-color:#dadada;
	width:100%;
	height:auto;
}

#bottom_panel
{
	background-color:#dadada;
	width:100%;
	height:auto;
	margin-bottom:10px;
}

#header
{
	background-color:#dadada;
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#menu
{
	width:800px;
	height:30px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCCCCC;
}

#content_container
{
	background-color:#FFFFFF;
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#leftside_content
{
	width:580px;
	height:auto;
	float:left;
	margin-left:10px;
}

#rightside_banner
{
	width:180px;
	height:auto;
	float:right;
}

#left_menu
{
text-align:center;
width:150px;
height:auto;
float:left;
padding-left:10px;
margin-top:30px;
background-color:#99CC99;
}

#right_content
{
width:620px;
height:auto;
float:right;
margin-top:30px;
margin-right:8px;
}

#footer
{
	background-color:#dadada;
	width:800px;
	height:20px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:center;
	font-size:10px;
	color:#333333;
}
