html, body 	{
	margin:0;
	padding:0
	}

body	{
	font: 12px arial,sans-serif;
	text-align:center;
	background:#adafb2;
	}
p 	{
	margin: 0; 
	padding: 15px; 
	text-align: justify;
	}
a	{color: #ffffff;}
.a_lineup	{
	text-decoration: underline;
	color: #ffffff;
	}
div#header 	{
	background: url('/head.gif') no-repeat top; 
	height:150px; 
	line-height:290px;
	margin:0;
	padding-left:10px; 
	color: #ffffff; 
	text-align:center;
	}
div#container {
	text-align:left
	}
div#content p {
	line-height:1.4; 
	background:#504f53;
	}
div#navigation {
	background:#adafb2;
	}
div#extra	{
	background:#adafb2;
	}
div#footer	{
	background: #adafb2;
	color: #ffffff;
	}
div#footer p	{
	margin:0;
	padding:5px 10px;
	}
div#container {
	width:700px;
	margin:0 auto;
	}
div#wrapper	{
	float:left;
	width:100%;
	}
div#content	{
	margin: 0 131px;
	color: #cccccc;
	}
div#navigation {
	float:left;
	width:131px;
	margin-left:-700px;
	}
div#extra	{
	float:left;
	width:131px;
	margin-left:-131px;
	}
div#footer	{
	clear:left;
	width:100%;
	}
img 	{
	border:none;
	}
table	{
	border: none;
	background: #504f53;
	width: 438px;
	}
tr	{
	border: none;
	background: #504f53;
	}
td	{
	border: none;
	background: #504f53;
	padding-bottom: 10px;
	}
form	{
	border: none;
	text-align: center;
	background: #504f53;
	}