body {
	background:	#fff;
}

#wrapper {
	margin:0 auto;
	width:780px;
	background:	url(imgs/back.jpg) bottom left no-repeat;
	border: 1px solid #ccc;	
	height:400px;
}

.navlist {
	padding: 5px 0px 0px 0px;
	margin: 0;
	color: #666;
	font : 10px "Georgia", serif;
	line-height:14px;
	letter-spacing:1px;
}
.navlist ul {
	padding: 0px;
}
.navlist li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navlist li a {
	color: #666;
	display: block;
	text-decoration: none;
}
.navlist li a:hover {
	color: #D40051;
}
.navlist li#active {
	display: block;
	color: #D40051;
	font-weight:bold;
}

#footer {
	margin:0 auto;
	width:780px;
	height:20px;
	font: 10px arial, sans-serif;
	color: #999;
}
#footer a {
	font: 10px arial, sans-serif;
	color: #999;
}

p{
	margin: 0px;
	padding:0px 0px 8px 0px;
	font: 12px arial, sans-serif;
	color:#333;
	line-height:16px;
}

.quest  {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color:#D40051;
}

.smallrose {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color:#D40051;
}

.small {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

.small a {
	color: #999;
	text-decoration: none;
}

strong {
	font-size: 14px;
	font-weight: bold;
	color: #c00;
}

em {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.date {
	font-size: 11px;
	text-transform: uppercase;
	color: #c00;
}


.content h1 {
	font: 12px arial, sans-serif;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
}

.content a {
	color:#333;
	text-decoration: underline;
}

.small {
	font-size: 10px;
}


.spacer {
	clear: both;
	font-height:0px;
	background:#fff;
}