body
{
	padding: 0px;
	margin: 0px;
	background-color: #4f4f4f;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url('../images/background.png');
}
.main
{
	background-image: url('../images/spotlight.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #131313;
	margin: auto;
	width: 600px;
}

.header
{
	padding: 10px 0px 0px 10px;
	margin: 0px;
	height: 138px;
	color: #e0d4b0;
	font: normal normal 900 large Tahoma, Verdana;
}
.footer
{
	vertical-align: bottom;
	text-align: center;
	height: 200px;
	width: 600px;
	background-image: url('../images/arrowz.png');
	background-color: #2a2a29;
	background-repeat: no-repeat;
	background-position: top center;
}

.left
{
	float: left;
}
.right
{
	float: right;
}

.title
{
	padding: 50px 0px 10px 155px;
}

#navi
{
	text-align: right;
	padding: 0px 20px 0px 0px;
}

#navi a
{
	text-decoration: none;
	text-align: right;
	padding: 0px 10px 0px 0px;
	color: #e0d4b0;
	font: normal normal normal large Tahoma, Verdana;
}

#navi a:hover
{
	color: #f6f2e7;
}

.content
{
	padding: 10px 50px 0px 50px;
	color: #dfdfdf;
	font: normal normal normal small Tahoma, Verdana;
}
.contentTitle
{
	color: #e0d4b0;
	font: normal normal 900 large Tahoma, Verdana;
	padding: 15px 20px 5px 10px;
}
.contentBody
{
	padding: 0px 20px 5px 20px;
}

.contentBody a
{
	text-decoration: none;
	text-align: right;
	padding: 0px 10px 0px 0px;
	color: #e0d4b0;
	font: normal normal normal small Tahoma, Verdana;
}
.contentBody a:hover
{
	color: #f6f2e7;
}

.footer
{
	width: 100%;
}

