html, body, p
{
	margin:0;
}

body
{
	background-color:#ffeeb2;
	background-image:url(./../images/bgcolor.jpg);
	background-repeat:repeat-x;
}

table, tr, td
{
	font-family:Verdana;
	font-size:12px;
	vertical-align:top;
}

#site
{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	border:1px solid #000000;
}

#menu, #menu_items
{
	position:absolute;
	top:170px;
	width:1000px;
	height:20px;
	background-color:#a7b5d0;
	text-align:center;
	color:#FFFFFF;
}

.menu_item
{
	color:#800000;
	text-decoration:none;
	font-family:Verdana;
	font-weight: bold;
	font-size:12px;
}

.menu_item:hover
{
	color:#000000;
}

#banner
{
	width:1000px;
	height:170px;
}

#content
{
	background-image:url(./../images/background.jpg);
	background-repeat:no-repeat;
	margin:0;
}
