@charset "utf-8";
/* CSS Document */
<style type="text/css" media="all">

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

#outerWrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 905px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 160px;
	margin-top: 10px;
	background-repeat: no-repeat;
}
#outerWrapper #footer {
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#navigation {
	height: 50px;
	margin-top: 95px;
	margin-left: 124px;
}

#content {
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
#content2 {

	background-image:url(../images/photo-gallery-background.png);
	background-repeat:no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;	
	}

#content3 {
	background-image:url(../images/email-us-background.png);
	background-repeat:no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 400px;
	}

#content4 {
	background-image:url(../images/generic-background.png);
	background-repeat:no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 400px;
	}
	
	#content5 {
	background-image:url(../images/thank-you.png);
	background-repeat:no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 400px;
	}
	
		#content6 {
	background-image:url(../images/vip.png);
	background-repeat:no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 400px;
	}


#music-player {
	width: 283px;
	height: 87px;
	background-image:url(../images/music-player.png);
	background-repeat:no-repeat;
	float: left;
	padding-top: 40px;
	padding-left: 4px;
	}	
	
#vip {
	width: 283px;
	background-image:url(../images/become-a-vip.png);
	background-repeat:no-repeat;
	float: left;
	margin-right: 22px;
	padding-top: 40px;
	padding-left: 4px;
	height: 77px;

	}	
	
#photos {
	width: 283px;
	background-image:url(../images/photo-galleries.png);
	background-repeat:no-repeat;
	float: left;
	margin-right: 22px;
	padding-top: 47px;
	padding-left: 4px;
	height: 70px;
	padding-bottom: 5px;

	}	
	
	.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	margin-right: 6px;
	padding-bottom: 2px;
}

	.button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: #FFFFFF;
	margin-right: 6px;
	padding-bottom: 2px;
}


</style>
<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  color: #000;
}

</style>
