@charset "utf-8";
/* CSS Document */

body
{
	background-color:#333333;
}

img
{
	border:none;
}

.header
{
	margin-right:auto;
	margin-left:auto;
	width:805px;
	padding-top:15px;
	padding-bottom:20px;
	text-align:center;
}

.main
{
	width:805px;
	margin-right:auto;
	margin-left:auto;
}

.navigationBar
{
	width:inherit;
	background-color:#666666;
	text-align:right;
	height:25px;
}

.navigationBar img
{
	padding:0px;
	margin:0px;
}

.content
{
	height:690px;
	width:inherit;
	background-color:#484848;
	background-image:url(../images/contentBackground.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.footer
{
	width:805px;
	padding-top:3px;
	text-align:right;
	margin-right:auto;
	margin-left:auto;
}
	