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

body {
	background-image:url(img/bg-gradient.gif);
	background-repeat:repeat-x;
	background-color: #e7ecec;
	font-family: 'Philosopher', sans-serif;
	color: #133a51;
	}
	
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(img/header-bg1.jpg);
	background-repeat:no-repeat;
	border: 1px solid #0076a3;
	}

h1 {
	text-align: center;
	}
	
h2 {
	text-align: center;
	}

h3 {
	text-align: center;
	}
	
h4 {
	text-align: center;
	}

h5 {
	text-align: center;
	}
	
p {
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	line-height: 20px;
	}
	
a {
	color: #133a51;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
ul {
	list-style-type: square;
	font-size:18px;
	}
	
li {
	padding-bottom: 10px;
	}
	
#coupon1 {
	width: 380px;
	height: 200px;
	float: left;
	margin-left: 10px;
	border: dashed 3px #133a51;
	text-align: center;
	background-image:url(img/coupon1.jpg);
	}
	
#coupon2 {
	width: 380px;
	height: 200px;
	float: right;
	margin-right: 10px;
	border: dashed 3px #133a51;
	text-align: center;
	background-image:url(img/coupon2.jpg);
	}
	
#footer {
	text-align: center;
	}
	
.image-cube {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
.image-cube a { 
	text-decoration: none;
	color: #000;
}

.image-cube a:hover { 
	text-decoration: underline;
}