.blackbar {
	background-color: #000000;
	padding: 3px;
}
.whitebar {
	background-color: #FFFFFF;
	height: 1px;
}
.mainnavbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #80323D;
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #622029;
	border-bottom: 1px none;
	border-left: 1px solid #A1535E;
	text-align: center;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #80323D;
}

.head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.mainnavbar:hover {
	background-color: #A1535E;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.text a:link {
	color: #80323D;
	text-decoration: none;
}
.text a:visited {
	color: #80323D;
	text-decoration: none;
}
.text a:hover {
	color: #80323D;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.footer a:link {
	color: #80323D;
	text-decoration: none;
}
.footer a:visited {
	color: #80323D;
	text-decoration: none;
}
.footer a:hover {
	color: #80323D;
	text-decoration: underline;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
