﻿body
{
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div#menuinner
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
div#headerout
{
	clear: left;
	height: 55px;	
	width: 100%;
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat-x;
}
div#header
{
	height: 56px;
	clear: left;
	width: 1000px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

div#innerlheader
{
	float: left;
	height: 56px;
}

div#innerrheader
{
	float: right;
	height: 56px;
}

div#menubar
{
	border-bottom: solid 1px #999999;
	padding-bottom: 3px;
	padding-top: 3px;
	min-height: 29px;
	background-color: Black;
	clear: left;
}
div#sheaderout
{
	margin-top: 0px;
	background-color: Black;
}
div#sheader
{
	text-align:right;
	margin-top: 0px;
	clear: left;	
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 8px;
	background-color: Black;
}

div#content
{	
	padding-top: 10px;
    clear: left;    
	width: 1000px;
	margin-left: auto;	
	margin-right: auto;
}

div#footer
{
	padding-top: 5px;
	text-align: center;
	border-top: solid 2px #eeeeee;
	margin-top: 3px;
	font-size: 11px;
	clear: left;
	border-top-color: #666666;
	background-image: url('images/footer-border.jpg');
	background-repeat: repeat-x;
}
img
{
	border: 0px;
}