a {
	color: #8b0107;
}
a:hover {
	color: Black;
}
.content {
	position: relative;
	top: 20px;
	left: 25px;
	width: 650px;
}
body {
	background-color: #efe5db;
	font-family: 	"MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: Black;
}

.cont {
position: relative;
	font-family: 	"MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	left: 10px;
}
.cont h1 {
position: relative;
	font-family: 	"MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	color: #8b0107;
	font-weight: bold;
	left: -10px;
}

.main {
	position: absolute;
	background-color: White;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	width: 700px;
	top: 0px;
	left: 50%;
	margin-left: -350px;
}

.title {
	color: #8b0107;
	font-family: Trebuchet MS, ;
	font-weight: bold;
	font-size: 18px;
	clear: left;
}
.subtitle {
	color: #8b0107;
	font-family: Trebuchet MS, ;
	font-weight: bold;
	font-size: 14px;
	clear: left;
}
.subtitle2 {
	color: #b3955f;
	font-family: Trebuchet MS, ;
	font-weight: bold;
	font-size: 16px;
	clear: left;
}
.bottom {
	position: relative;
	background-color: #8b0107;
	width: 700px;
	height: 5px;
	margin-top: 40px;
	line-height:6px;
}

.head {
	position: relative;
	left: 5px;
	height: 128px;
}

.menu {
	position: relative;
	top: 2px;
	background-color: #8b0107;
	left: 5px;
	width: 690px;
	z-index: 1;
}
.pic {
	position: relative;
	float: left;
	margin-right: 20px;
}
.pic-right {
	position: relative;
	margin-left: 20px;
	float: right;
}
.pic-right img {
	border: 1px solid ActiveBorder;
}



