@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #620635;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#container {
	padding: 0px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#top_margin {
	height: 50px;
	width: 960px;

}
#top_text {
	float: left;
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 10px 0px 0px 10px;
}
/*search box*/
#search_home {
	float: right;
	width: 312px;
	padding: 2px;
	color: #fc6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#header {
	height: 165px;
}
#slides {
	float: left;
	width: 960px;
	height: 240px;
}
#slides img {
	border: none;
}
#leftslide {
	float: left;
	width: 480px;
	height: 240px;
}
#centerslide {
	float: left;
	width: 240px;
	height: 240px;
}
#rightslide {
	float: right;
	width: 240px;
	height: 240px;
}
#content {
	float: left;
	width: 960px;
	background: #fff;
	border-top: #fc6 1px solid;
}
#content img {
	border: none;
}
#left {
	float: left;
	margin: 0;
	width: 450px;
	padding: 15px 15px 5px 15px;
	text-align: left;
}
#center {
	float: left;
	width: 210px;
	padding: 5px 15px 5px 15px;
	text-align: left;

}
#right {
	float: right;
	width: 210px;
	padding: 5px 15px 5px 15px;
	text-align: left;
}
.small_text {
	font-size: 11px;
}
#content ul {
	margin: 0px;
	list-style-type: square;
	padding: 20px 0 20px 15px;
}

#content ul li a, a:visited {
	color: #55052E;
	font-size: small;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
#content ul li a:hover {
	font-size: small;
	color: #A3A673;
	text-decoration: underline;
}
#badges {
	clear: left;
	width: 960px;
	height: 100px;
	text-align: center;
	background: #fff;
}
#badges p {
	margin: 0;
	padding: 0;
}	
	
#footer {
	clear: both;
	width: 960px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: center;
	font-size: x-small;
	color: #fff;
	background: #620635;
	border-top: 2px solid #fc6;
}
#footer a, a:visited{
	color: #fff;
	font-size: x-small;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
	font-size: x-small;
}
#search {
	float: left;
	width: 960px;
	background: #fff;
	border-top: #fc6 1px solid;
	text-align: left;
}
#search a, a:visited {
	color: #550520e;
}
	
