body {
	background-color: #CC6666;
	background-image: url(../images/bck.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}

.container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.header{
	height: 300px;
}
#left {
	float: left;
	
}
#right {
	float: right;
}
.navbar{
	height: 48px;
	
}
.container .navbar img {
	float: left;
}
.offers{
	border: thin solid #D0A244;
	min-height: 250px
}
.bodytext{
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 300;
	
}
.foottext{
	padding-top: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #575B78;
	width: 980px;
	
}
a {
	color: #D2A041;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #555A7A;
	font-weight: bold;
}
ul {
	color: #555A7A;
	font-size: 16px;
	font-weight: bold;
}.container .bodytext #flashcontent2 {
	text-align: center;
}
.container .bodytext hr {
	color: #D0A244;
	width: 980px;
}
hr {
	background-color: #D0A244;
	margin-top: 5px;
	margin-bottom: 5px;
}
