
body
{
	font-family: Trebuchet MS;
	font-size: 13px;
	padding-top: 50px;
	color: #193D0D;
}

#container
{
	width: 320px;
	padding: 0 0 0 230px;
	margin: 0 auto;
	position: relative;
}

#logo
{
	position: absolute;
	top: 25px;
	left: 0;
	width: 200px;
	height: 154px;
	background: url(logo.png);
}

h1
{
	color: #111;
}

ul
{
	padding-left: 17px;
	list-style: square;
}

ul li
{
	padding-bottom: 3px;
}

a
{
	color: #91AE00;
}

a:hover
{
	color: #193D0D;
}