body {
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #8B0715;
	text-align: left;
	color: #666666;
}
#mainContainer {
	width: 700px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
	width: 680px;
}
#menu {
	text-align: center;
	margin-top: 10px;
}

#menu a {
	color: #8B0715;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#menu a:hover {
	color: #C82550;
	text-decoration: none;
}
#leftBar {
	width: 210px;
	float: left;
	margin-top: 20px;
	text-align: left;
	margin-left: 60px;
}
#leftBar h1 {
	color: #C3131D;
	font-size: 30px;
	font-weight: lighter;
}
#mainText {
	width: 390px;
	margin-top: 20px;
	text-align: left;
	margin-right: 20px;
	line-height: 16px;
}
#mainText h2 {
	font-size: 12px;
	color: #7B2121;
}
.picBorder {
	border: 10px solid #CCCCCC;
}
#mainText a {
	color: #8B0715;
	text-decoration: none;
}
#mainText a:hover {

	color: #C3131D;
	text-decoration: none;
}
