
	body {
		background-color: #000000;
		color: #F3CB4C;
		font-family: century gothic, sans-serif;
	}

	h1 {
		font-family: century gothic, sans-serif;
	}

	a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}


	div.header {
		margin: 0 auto;
		width: 600px;
		text-align: right;
	}

	div.header ul  {
		font-size: 10px;
	}

	div.header ul li {
		display: inline;
	}

	div.main {
		background-color: #E62224;
		margin: 0 auto;
		text-align: center;
		width: 600px;
	}

	div.logo {
		background-color: #000000;
		text-align: left;
	}


	div.sidebar {
		text-align: right;
		width: 80%;
	}

	div.content {
		padding: 20px;
		text-align: left;
		width: 350px;
	}

	div.footer {
		font-size: 12px;
		margin: 0 auto;
		padding-top: 4px;
		text-align: center;
		text-transform: lowercase;
		width: 600px;
	}
