body
{
	background: repeat url('../pictures/background.png');
	margin: 50px 0px 0px 0px;
	padding: 0px;
}

div
{
	color: #666666;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

div#content
{
	padding: 10px 95px 0px 95px;
}

div#content a
{
	color: #1a1a1a;
	font-weight: bold;
	text-decoration: none;
}

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

div#content a img
{
	border: 0px;
}

div#content em
{
	color: #1a1a1a;
	font-weight: bold;
	font-style: normal;
}

div#content p
{
	text-align: justify;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

div#content ul#buttons
{
	list-style: outside none;
	text-align: center;
	margin: 50px 0px 50px 0px;
	padding: 0px;
}

div#content ul#buttons li
{
	display: inline;
	margin: 0px;
	padding: 0px 30px 0px 30px;
}

div#footer
{
	background: no-repeat url('../pictures/footer.png');
	height: 75px;
	margin: 0px;
	overflow: hidden;
	padding: 0px 43px 0px 43px;
}

div#footer p a
{
	color: #808080;
	text-decoration: none;
}

div#footer p a:hover
{
	text-decoration: underline;
}

div#header
{
	background: no-repeat url('../pictures/logo.png');
	height: 81px;
}

div#header h1
{
	display: none;
}

div#header p
{
	text-align: right;
}

div#main-container
{
	margin: 0px auto 0px auto;
	width: 850px;
}

div#picture-box
{
	text-align: center;
}

p
{
	color: #666666;
	font-size: 10pt;
	font-family: Arial, sans-serif;
}

.hidden
{
	visibility: hidden;
}

.none
{
	display: none;
}
