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

body
{
	background:url(images/bk.jpg) top left repeat-x #2d2d2d;
	padding:0;
	margin:0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
#content
{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width:900px;
	color:#CCCCCC;
}
#logo
{
}
#menu
{
	color:#2d2d2d;
	font-size:18px;
	padding-top:20px;
	float:right;
}
#menu a
{
	text-decoration:none;
	color:#2d2d2d;
	}
#footer a, a:visited
{
	color:#666666;
	clear:both;
}