html, body {
	width: 750px;
	background-color:#d7e3f9;
	margin-left: auto ;
    margin-right: auto ;
}


#header {
	height: 259px;
	background-image: url('imgs/header.jpg');
	background-repeat:no-repeat;
}

#name {
	font-weight:bold;
	font-size: 20px;
	color: #006699;
	float: left;
	margin: 17px;
}

#address {
	color: #006699;
	float: right;
	margin: 19px;
	text-align: right;
}

#nav {
	height: 76px;
	background: url('imgs/bg_nav.jpg');

}

#navlinks {
}

#navlinks td {
	text-align: center;
	width: 20%;
}

#navlinks a:hover {
	background:#A0B4D7;
}

#navlinks a {
	color:#FFFFFF;
	display:block;
}

#content {
	height: 500px;
	background: url('imgs/bg.jpg');

}

#line1 {
margin-top:0px;
margin-left:17px;
margin-bottom:15px;
width: 300px;
}

#line2 {
margin-top:0px;
margin-left:17px;
margin-bottom:15px;
width: 700px;
clear:both;
}

#text {
	float:right;
	width:500px;
	padding-right:20px;
	font-size:13px;
}



.img1 {
	margin-left:17px;
	margin-bottom: 100px;
	float:left;
}

.img4 {
	margin-left:17px;
	margin-bottom: 100px;
	margin-right:30px;
	float:right;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color:#cc0000;
}

#coupon1 {
	margin-left:35px;
	margin-bottom:10px;
	width:450px;
	float:left;
	border-width:thick;
	border:dashed;
}
#coupon2 {
	margin-left:35px;
	margin-bottom:10px;
	width:450px;
	float:left;
	border-width:thick;
	border:dashed;
}
#coupon3 {
	margin-left:35px;
	margin-bottom:10px;
	width:450px;
	float:left;
	border-width:thick;
	border:dashed;
}
#coupon4 {
	margin-left:35px;
	margin-bottom:10px;
	width:450px;
	float:left;
	border-width:thick;
	border:dashed;
}