#wrapper
{
	width: 800px;
	margin: 50px auto 20px auto;
}

#logo
{
	float: left;
	padding-right: 15px;
}

#theinfo
{
	padding-top: 25px;
}

p {
	font-family: Helvetica, Verdana, Arial;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	padding-top: 5px;
}

.big
{
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

a:link
{
	color: #b55414;
	text-decoration: none;
}
a:active
{
	color: #edb74e;
	text-decoration: none;
}
a:visited
{
	color: #939862;
	text-decoration: none;
}
a:hover
{
	color: #edb74e;
	text-decoration: none;
}