html
{
	height:100%;
}
body 
{
	margin:0;
	padding:0; 
	height: 100%; 
	background-color: White;
	
    	color: Black;
    	font-family: Century Gothic, Arial Narrow, Verdana;
    	font-size: 12px;
}
td
{
    font-family: Century Gothic, Arial Narrow, Verdana;
    font-size: 12px;
}
h1  { font-size: 18px; font-weight: bolder; }
h2  { font-size: 16px; font-weight: bolder; }
h3  { font-size: 15px; font-weight: bolder; }
h4  { font-size: 14px; font-weight: bolder; }
h5  { font-size: 13px; font-weight: bolder; }
h6  { font-size: 12px; font-weight: bolder; }


.spacer-5 { height:5px; }
.spacer-10 { height:10px; }
.spacer-15 { height:15px; }
.spacer-20 { height:20px; }

a {color: Black; text-decoration: none;}
a:hover {color: Black; font-weight: bold;}

#outerBody
{
	width: 100%;
	height: 100%;
	text-align: center;
}
#innerBody
{
	height: 100%;
	width: 900px;
	margin: 0 auto;
	vertical-align: top;
}
#header
{
	width: 900px;
	text-align:left;
}
#logo
{
}
#menu
{
	font-family: Trebuchet MS;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 900px;
	font-size: 16px;
	background-image: url("/upload/images/page_7__webdesign_06.jpg");
}
#hori_menu
{
	margin: 0;
	line-height: 20px;
	padding: 7px 5px 8px 5px;
	width:900px;
}
#hori_menu li
{
	padding-right: 20px;
	display: inline;
	list-style-type: none;
}
#content
{
	width: 900px;
	text-align:center;
	overflow:hidden;
}
#footer
{
	width: 900px;
	line-height:45px;
	text-align:center;
	position: relative;
	bottom:10px;
}

.draft
{
	border:solid 1px #804D00;
}
.draft_text
{
	color: #804D00;
	font-style:italic;
	font-weight: bold;
	font-size: 10px;
}

