﻿body
{
	background-position: #000000;
	background: #000000;
	color: #FEE992;
	margin:0px auto 0px auto;
	text-align:center;
	font-family:Arial;
}
object:focus { outline: none; } 
#container
{
	width:800px;
	text-align:center;
	margin:0px auto 0px auto;
}
#title
{
	margin:0px 2px 0px 2px;
	/*border:solid 1px #A30C00;*/
	background-image:url(../images/design/title.jpg);
	height:117px;
	width:100%;

}
#nav
{
	margin:0px 2px 0px 2px;
	/*border:solid 1px #09689A;*/
	background:#000000;
	width:100%;
}
#nav table
{
	width:100%;
}
#nav td.link
{
	width:18%;
}
#content
{
	margin:2px;
	/*border:solid 1px #A30C00;
	background-color:#000000;*/
	min-height:500px;
	width:100%;
}
.contentFrame
{
	height:632px;
	width:100%;
	background-color:#000000;
}
#footer
{
	margin:2px;
	/*border:solid 1px #09689A;*/
	height:30px;
	width:100%;
	font-size:10pt;
}
#footer a
{
	text-decoration:none;
	color:#990000;
}

