﻿
*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px "Verdana";
	line-height: 1.6em;
	background: #fff;
	color: #444;
}

a
{
	color: #444444;
	background: inherit;
	text-decoration: none;
}

a:hover
{
	color: #D7D7D7;
	background: inherit;
}

.page
{
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}



.logo
{
	height: 40px;
	width: 900px;
	text-align: left;
	background: #ffffff url(../../images/html/090101/logo.GIF) no-repeat fixed left;
	margin-top: 5px;
}

.logo p
{
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}


.bar
{
	height: 25px;
	width: 900px;
	text-align: left;
	background: #ffffff url(../../images/html/090101/bar.GIF) repeat-x fixed left;
	margin-top: 4px;
}

.sitemap
{
	margin-top: 5px;
	width: 900px;
	text-align: left;
	background: #e40204;
	color: white;
	font-weight: bold;
}

.sitemap .sitemappath
{
	margin-left: 10px;
}


.content
{
	height: 10px;
	width: 900px;
	margin-top: 10px;
	text-align: left;
}


.footer
{
	font-size: 11px;
	width: 800px;
	border-top: solid 1px #aaa49e;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

