body {
	background: #fff;
	color: #000;
	font: 18px/24px Georgia, "Times New Roman", Times;
	margin: 0;
	padding: 0;
	text-align: center;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

#container
{
	margin: 150px auto 0 auto;
	padding: 0;
	width: 780px;
}

#innerWrapper
{
	width: 683px;
	text-align: left;	
}

#logo
{
	background: url('logo.gif') no-repeat;
	width: 93px;
	height: 171px;
	float: left;	
}

#contenttext
{
	text-align: left;
	float: right;
	margin-left: 20px;
	width: 570px;
		
}

#contenttext img
{
	margin-top: 10px;		
}

#description
{
	width: 780px;
	font: 11px/18px Georgia, "Times New Roman", Times;
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #000;
	text-align: center;
}

.clear { clear:both; }