body {
	background-image:url(../images/bg-main.jpg);
	background-repeat:repeat-x;
	background-color:#004d66;
	margin: 0px auto;
	font-family: Verdana, Arial;
	font-size: 12px;
}

a {
	color: #424242;
	text-decoration:none;
}

a:hover {
	color: #1c528d;
	text-decoration: none;
}

#wrapper {
	margin: 0px auto;
	background-image:url(../images/wrapper-bg.png);
	background-repeat:repeat-y;
	padding-left:4px;
	width: 985px;
}

.menu {
	float: left;
}

.content {
	float: left;
	width: 985px;
}

.content-text {
		float: left;
		font-size:14px;
		line-height:18px;
		width:470px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
}

.coupons {
		float: left;
		background-image:url(../images/coupon-bg.jpg);
		width:228px;
		height:411px;
		padding-left:67px;
		padding-top:50px;
}

.links {
		clear:both;
		text-align:center;
		background-image:url(../images/footer-menu-bg.gif);
		width:981px;
		height:30px;
		padding-top:12px;
}

.footer {
		color:#FFF;
		background-image:url(../images/footer-red.gif);
		width:981px;
		height:36px;
		padding-top:23px;
}

.footer a {
	color: #FFF;
	text-decoration:none;
}

.footer a:hover {
	color: #9CD2EE;
	text-decoration:none;
}

.img-border {
	border: solid 1px #9CD2EE;
}

