body {
	background-color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:white;
	text-align:center;
}

.outerDiv {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:100%;
	text-align:center;
}

.menu {
	height:44px;
	width:100%;
	text-align:center;
	background-color:#edeae3;
	color: #510b15;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 70%;
	font-weight:900;
	line-height:44px;
}
	
.menu a {
	color: #510b15;
	text-decoration:none;
}
.menu a:hover {
	color: #510b15;
	text-decoration:none;
	border-bottom: 1px dotted #510b15;
}

.contentDiv{
	width:100%;
	background-color:#510b15;
	border-top:6px solid #c8c1af;
	border-bottom:6px solid #c8c1af;
	text-align:right;
}

.contentLeft {
	background-image: url(/gfx/chocolatelady.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 325px;
	height:100%;
	text-align:left;
	vertical-align:top;
}

.contentRight {
	width: 650px;
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	color:white;
	vertical-align:top;
	padding-left: 15px;
		padding-bottom:15px;

}

.contentRight a {
	color: white;
	
}

.contentRight a:hover {
	color: #c8c1af;
}

.footer {
	text-align:right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 60%;
	color:black;
}

.footer a {
	color:black;
}
.footer a:hover {
	color:#510b15;
}

.newsHeadline {
	font-size: 110%;
	font-weight:900;
}
.quicklinks {
	float:right;
	width:25%;
	border: 1px solid black;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #74111f;
}