body {
	background-color: #cccccc;
	font-family: helvetica, arial, sans-serif;
	color: #444444;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0;
}

div#container {
	background-color: white;
	border: 1px solid #888888;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

div#ads {
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#headlines h3 {
	margin-top: 15px;
	font-size: 10pt;
}

div#headlines {
	font-size: 7pt;
	line-height: 10pt;
}

img {
	border: 0;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	line-height: 24pt;
	margin: 0;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
	margin: 0;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}

p {
	margin: 0;
	padding-bottom: 14pt;
}

div#menu {
	float: left;
	padding: 30px;
	padding-right: 0;
	width: 210px;
}

div#main {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 15px;
	margin-bottom: 30px;
}

div#content {
	float: right;
	width: 500px;
	padding: 30px;
}

div#header {
	color: gray;
	padding: 30px;
}

div#header h1 {
	font-family: trebuchet ms, sans-serif;
	font-weight: normal;
	font-size: 24pt;
	color: #C85250;
	margin-bottom: 7pt;
}

div#footer {
	clear: both;
	padding: 30px;
	font-size: 8pt;
	border-top: 1px solid #cccccc;
	text-align: center;
}

a {
	color: #C85250;
}

a:hover {
	text-decoration: none;
}

img.floatLeft {
	border: 4px solid #cccccc;
	float: left;
	margin-right: 8pt;
}

img.floatRight {
	border: 4px solid #cccccc;
	float: left;
	margin-right: 8pt;
}