body {
	/* Layout */
	background: #000000;
}

a img {
	/* Format */
	border: none;
}

#container {
  margin: 10px auto;
  width: 950px; 
}

#header {
	/* Layout */
	text-align: right;
	margin-top: 0px;
}

#header p {
	/* Format */
	margin: 0px;
}

#main {
	/* Layout */
	margin: 10px 0px 20px 0px;
	min-height: 500px;
}

#mainbar p {
	/* Format */
	color: #eeeeee;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px;	
}

/* Format */
#mainbar a:link {color: #eeeeee; text-decoration: underline;}
#mainbar a:visited {color: #eeeeee; text-decoration: underline;}
#mainbar a:hover {color: #eeeeee; text-decoration: underline;}
#mainbar a:active {color: #eeeeee; text-decoration: underline;}
#mainbar a {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


#sidebar {
	/* Layout */
	float: left;
	padding: 150px 0px 10px 0px;
	width: 157px;   /*  Left line must match, 1 of 3 */
}

#mainbar {
	margin: 0px 0px 0px 157px;   /*  Left line must match, 2 of 3 */
	border: 10px #ffffff;
}

#footer {
	/* Layout */
	clear: both;
	margin: 0px 0px 0px 157px;  /*  Left line must match, 3 of 3 */
}

#footer p {
	/* Format */
	margin: 0px;
	font-size: 70%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	color: #eeeeee;
}

/* Format */
#footer a:link {color: #fffffe; text-decoration: underline;}
#footer a:visited {color: #fffffe ; text-decoration: underline;}
#footer a:hover {color: #fffffe; text-decoration: underline;}
#footer a:active {color: #fffffe; text-decoration: underline;}
#footer a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

}