/* Layout Styles */
body {
 	margin-top: 0;
	font-family: Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-size:11px;
	text-align: left;
	background: #a88767 url(img/home.jpg) no-repeat center 280px;
}


/* Link Styles */
A {
	color: #ffffcc;
	font-weight: bold;
	text-decoration: underlined;
}

A:hover {
	color: #cccc66;
}


/* Text Styles */
.header {
	font-size: 12px;
	font-weight: bold;
}

.body {
	font-size: 11px;
}

.item {
	font-size: 9px;
}