body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #3c3c3c url('../images/background.gif');
	background-repeat: repeat-x;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	color: #ffffff;
}

img { border: none; }

.clear { clear: both; }
.center { text-align: center; }

#wrapper 
{
	width: 900px;
	margin: 0 auto;
	background: #222222;
}

#head
{
	background: #3c3c3c url('../images/header4.png');
	height: 198px;
	border-bottom: 1px solid #000000;
}

.text
{
	text-align: right;
	padding: 164px 32px 0 0;
	font-size: 0.8em;
	font-style: italic;
	color: #a80000;
}


#nav
{
	border-bottom: 1px solid #000000;
	height: 34px;
}



#content 
{
	padding: 20px 0 20px 20px;
	text-align: left;
	font-size: 1em;
}

#content h1
{
	font-size: 150%;
}


#content a:link, #content a:active, #content a:visited {
	color: #a80000;
	text-decoration: none;
}

#content a:hover, #content a:focus {
	text-decoration: underline;
}



#flashcontent {
	height: 350px;
	margin: 20px 0 0 0;

}


#content .error
{
	color: #a80000;
	font-weight: bold;
}

#foot
{
	width: 900px;
	margin: 0 auto;
	background: url('../images/footer2.png');
	background-repeat: no-repeat;
	height: 58px;
}



a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}