﻿html, form, body 
{
	margin:0px auto;
}

body, textarea
{
	font-family:Arial;
	font-size:12px;
}

body
{
	background-color:#eee;
}

div.top_bar
{
	background-color:#cccc33;
	height:10px;
}

a
{
	color:#cccc33;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}

div#content
{
	background-color:#fff;
	min-height:600px;
	width:800px;
	border:solid 1px #A9A9A9;
	border-top:none;
	margin:0px auto;
}

div.footer
{
	width:800px;
	margin:0px auto;
	margin-top:4px;
	font-size:10px;
	color:#A9A9A9;
	text-align:right;
}

div.logo_container
{
	background-color:#fff;
	border-bottom:solid 1px #A9A9A9;
}

div.menu_bar
{
	width:800px;
	margin:0px auto;
}

div.header
{
	color:#000;
	font-weight:bold;
	margin-bottom:4px;
	border-bottom:solid 1px #cccc33;
	width:150px;
}