@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-color: #200005;
}
.clr {
	clear: both;
}
	
.wrapper {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-color: #FFF;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #900011;
	border-bottom-color: #900011;
	border-left-color: #900011;
}
.wrapper .leftCol {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 50px;
}
.wrapper .miniMenu {
	float: right;
	margin-top: 10px;
	list-style-type: none;
	list-style-image: none;
	margin-right: 10px;
	width: 500px;
}
.wrapper .miniMenu ul {
	list-style-type: none;
}
.wrapper .miniMenu ul li {
	float: left;
}
.wrapper .miniMenu ul li a {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	color: #C09B6F;
	font-weight: bold;
	font-size: 14px;
}
.wrapper .rightCol    {
	float: right;
	width: 550px;
	margin-left: 5px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.wrapper .rightCol ul {
	list-style-type: none;
}
.wrapper .rightCol ul li {
	float: left;
	width: 170px;
}
.wrapper .rightCol ul li a {
	margin-bottom: 5px;
	display: block;
	background-color: #F5F5F5;
	border: 1px solid #FBD7D8;
	text-decoration: none;
	color: #B1120F;
	font-size: 17px;
	margin-right: 6px;
	padding: 3px;
	text-align: center;
}
.wrapper .rightCol ul li a:hover {
	color: #FFF;
	background-color: #B1120F;
}
.wrapperFooter {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #AA001A;
	font-size: 13px;
	padding-top: 10px;
	text-align: center;
}
marquee {
	font-size: 15px;
	color: #666;
	padding: 10px;
	clear: both;
}
