html
{
	background-color: sienna;
	font-family: sans-serif;
}

table
{
	border-collapse: collapse;
}

img
{
	border: 0px;
}

#container
{
	background-color: white;
	width: 770px;
}

#header
{
	height: 124px;
	width: 100%;
	margin: 2px;
}

#menu
{
	height: 34px;
	width: 100%;
	background-image: url('../img/main/header_bg.gif');
	background-repeat: repeat-x;
}

#middle
{
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 3em;
}

#content
{
	vertical-align: top;
	width: 100%;
}

div.navHead
{
	margin-left: auto;
	margin-right: auto;
	width: 135px;
	height: 45px;
	background-image: url('../img/main/navigation_head.jpg');
}

div.navTail
{
	margin-left: auto;
	margin-right: auto;
	width: 135px;
	height: 45px;
	background-image: url('../img/main/navigation_tail.jpg');
}

#footer
{
	height: 30px;
	width: 100%;
	background: #6B906E;
	background-image: url('../img/main/footer_bg.gif');
	background-repeat: repeat-x;
	margin: 2px;
}

#footer div.copyright
{
	margin-left: 1em;
	margin-top: auto;
	margin-bottom: auto;
	float: left;
}

#footer div.links
{
	margin-right: 1em;
	text-align: right;
}

