html, body {
  background-color:#fbf8e7;
	background-image:url(bg.jpg);
	background-repeat: repeat-y;
  margin:0;
	text-align: left;
  padding: 0;
	font: 12px arial, sans-serif;
	color: #051e26;
}

a:link {
	color:#0a495d;
	font-weight:none;
	text-decoration:underline;
}

a:active, a:hover, a:visited:hover, a:visited:active {
	color:#ec7499;
	font-weight:none;
	text-decoration:underline;
}

a:visited {
	color:#051e26;
	font-weight:none;
	text-decoration:underline;
}

.gal {
	border:1px solid #0a495d;
}

a:link .gal {
	border:1px solid #0a495d;
}

a:hover .gal, a:active .gal, a:visited:hover .gal, a:visited:active .gal {
	border:1px solid #ec7499;
}

a:visited .gal {
	border:1px solid #051e26;
}

#container {
  width: 100%;
	margin:0;
	text-align: left;
}

#header1 {
	margin: 0;
	width: 631px;
	height: 520px;
	background-image:url(graphic.jpg);
	background-repeat:no-repeat;
	position: absolute;
	z-index: 0;
}

.inner {
	margin: 200px 0 0 75px;
	font: 12px Arial, sans-serif;
	color: #051e26;
  position: absolute;
	width: 70%;
	padding-bottom: 20px;
}

.front {
	margin: 200px 0 0 66px;
	font: 43px Arial Black, Gadget, sans-serif;
	color: #051e26;
  position: absolute;
  z-index: 1;
	font-weight: 900;
}

.front a:hover, .front a:active, .front a:hover, .front a:visited:hover, .front a:visited:active {
  background-color: #f22678;
  margin-left: -8px;
  padding: 0 5px 0 8px;
	.display: inline-block;
	color:#fbf8e7;
	text-decoration:none;
} 

.front a:link {
	text-decoration:none;
}

.front a:visited {
	text-decoration:none;
}

.sub {
	margin: 130px 0 0 61px;
	font: 12px Arial, sans-serif;
	color: #840a3b;
  position: absolute;
  z-index: 1;
	font-weight: 900;
	background-color: #f12678;
	padding: 7px 30px 7px 20px;
}

.sub a:hover, .sub a:active, .sub a:hover, .sub a:visited:hover, .sub a:visited:active {
  margin-left: 0;
	color:#840a3b;
	text-decoration:none;
	font-weight: 900;
} 


.sub a:link {
	text-decoration:none;
	font-weight: 900;
	color:#fbf8e7;
}

.sub a:visited {
	text-decoration:none;
	font-weight: 900;
	color:#fbf8e7;
}
  
.hdr {
  border-bottom: 1px solid #0a495d;
  font-size: 18px;
	color: #f22678;
	padding-bottom: 0;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

a {
  outline: none;
}

a:focus {
  outline: none;
}

ul {
list-style:square inside url("bullet.png");
}

.freebies table {
  width: 500px;
	}
	
.freebies td {
  width: 250px;
  padding: 10px 50px;
	margin: 15px;
	vertical-align: top;
	background-color: #f8f3d8;
}

.freebies b, .freebies strong {
  font-size: 14px;
	}
	
.center {
  text-align: center;
	}
