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