body {
	background: url(images/background_blue.jpg) repeat-x #4787D1;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form {
	background-image: url(images/form.jpg);
	
	height: 401px;
	width: 682px;
	margin: 0 auto;
}

#header {background: url("images/header.jpg"); width: 716px; height: 115px; margin: 0px auto 0; }

#dropshadow {
	background: url(images/drop_main_716.png);
	width: 716px;
	margin: 0 auto;
	}

#container {
	position: relative;
	background-color: #FFFFFF;
	background-position: bottom;
	width: 700px; 
	margin: 0 auto;
	margin-bottom: -1px;
}

.mainheading { text-align: center; }
.mainheading h1 { font-size: 50px; margin: 0; }
.mainheading h2 { font-size: 38px; margin: 0; }
h3,
.mainheading h3 { 
	font-size: 28px; 
	margin: 0; 
	text-align: center; 
	line-height: 28px; 
}

.mediaplayer { 
	margin: 0 auto; 
	margin-top: 30px; 
	width: 538px; 
	height: 325px; 
	background: url("images/media_player.jpg"); 
}

.content {
	padding: 2px 25px 10px 25px;
}

.content p {
	font-size: 15px;
}

.bottom_links_small p { text-align: center; padding: 0px; margin: 0px; }
.bottom_links_small a {
	color: #1653B6;
	font-size: 12px;
}

.bottom_text{
	background: #0136A3;
	width: 700px;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	}

.footer { 
	background: url(images/footer.jpg) no-repeat;
	width: 718px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.freebox {
	width: 538px;
	border: 3px dashed #CCCCCC;
	margin: 0 auto;
	padding: 15px 15px 15px 15px;
}

.freebox h4 { font-size: 23px; margin: 0px; font-weight: normal; text-align: center; padding-bottom: 15px; }
.freebox .list { width: 410px; margin: 0 auto; }

.salmonbox { 
	width: 600px; 
	margin: 0 auto; 
	border: 1px solid #000000;
	background: #FDE9D9;
	margin-top: 5px; 
	border: 2px solid #FF0000;
	}
	.salmonbox .box { padding-top: 5px; padding-bottom: 5px; width: 600px; margin: 0 auto; }

.testimonials { 
	width: 559px; 
	margin: 0 auto; 
	border: 1px solid #0044B0;
	background: #F0F5FB;
	margin-top: 40px; 
	}
.testimonials .box { border-top: 1px solid #999999; padding-top: 10px; padding-bottom: 10px; width: 528px; margin: 0 auto; }
.testimonials .photo_left { float: left; width: 86px; height: 86px; border: 1px solid #999999; }
.testimonials .text_right { float: right; width: 434px;  }

.testimonials .photo_right { float: right; width: 86px; height: 86px; border: 1px solid #999999; }
.testimonials .text_left { float: left; width: 434px; }

.testimonials p { margin: 0px; font-size: 13px; }
.testimonials h4 { color: #0044B0; font-size: 16px; text-align: center; margin-top: 8px; margin-bottom: 8px; } 

.yours_free { width: 570px; margin: 0 auto; }
.yours_free h1 { margin-bottom: 10px; }

ul { 
	margin:0;
	padding:0;
}
li {
	list-style:none;
	background:url(images/bullet.jpg) no-repeat;
	padding-left:25px;
	margin-bottom:15px;
	font-size: 15px;
}

.red { color: #B30000; }
.clickhere { text-align: center; }
.clickhere a { color: #1A457C; font-size: 22px; font-weight: bold; }
.highlight { background: #FFFF00; }
