.menucell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #333333;
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	width: 195px;
	height: 910px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
	vertical-align: top;
}
.contentcell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	background-color: #333333;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	width: 721px;
	height: 910px;
	text-align: left;
	padding-top: 60px;
	padding-left: 55px;
	vertical-align: top;
}
body {
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color : #FFFFFF;
	text-decoration : none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
