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

body
{
	padding: 0;
	margin: 0;
	background-color: #222222;
	color: #FFFFFF;
}

.container
{
	width: 900px;
	margin: auto;
	text-align: center;
}

.header
{
	height: 100px;
	background-image: url(images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
}

.menu
{
	cursor: default;
}

.menu a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16pt;
	margin-left: 10px;
	margin-right: 10px;
	color: #cceeff;
}

.menu a:hover
{
	color: #33FFFF;
}

.content
{
	margin-top: 10px;
}

p
{
	text-indent: 1em;
}

.left
{
	width: 150px;
	float: left;
}

.middle
{
	width: 600px;
	float: left;
}

.left
{
	width: 150px;
	float: left;
}

.arrow
{
	margin-top: 160px;
	margin-left: 5px;
	margin-right: 5px;
}

a img
{
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}