html {
	background-color: #464646;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #464646;
	color: #333333;
}
#preLoad {
	display: none;
}
#outerContainer {
	width: 990px;
	margin: 0px auto;
	background-image: url(../img/middle_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 150px;
	background-image: url(../img/kevin_previewheader_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#innerContainer {
	margin:0 auto;
	width:990px;
	text-align:left;
}
#innerContainer #content table.cart{
	width:850px;
	margin-top:30px;
}
#content {
	padding: 0px 30px;
	position:relative;
	z-index:1;
	margin:20px 0;
}
#footer {
	text-align: center;
	font-size: 12px;
}
a:link, a:active, a:visited {
	color: #0000CC;
}
a:hover {
	color: #CC0000;
}
.red {
	color: #CC0000;
}
.blue {
	color: #073477;
}
.black {
	color: #000000;
}
.hide {
	display: none;
}
.highlight {
	background-color: #FF0;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px;
}

/*Navbar Code*/
.navbar {
	height: 30px;
	clear: both;
	margin:0 -10px;
	padding:0;
	width:960px;
}
.navbar_left{
	width:25px;
	height:30px;
	float:left;
	background-image: url(../img/nav_left.jpg);
	background-repeat: no-repeat;
}
.navbar_right{
	width:25px;
	height:30px;
	float:left;
	background-image: url(../img/nav_right.jpg);
	background-repeat: no-repeat;
}
.navbar a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.navbar a.credit {
	width: 175px;
}
.navbar a.success {
	width: 145px;
}
.navbar a.bonus {
	width: 100px;
}
.navbar a.bonus:link, .navbar a.bonus:visited, .navbar a.bonus:active {
	background-image: url(../img/button-bonus.png);
}
.navbar a.success:link, .navbar a.success:visited, .navbar a.success:active {
	background-image: url(../img/button-success.png);
}
.navbar a.credit:link, .navbar a.credit:visited, .navbar a.credit:active {
	background-image: url(../img/button-credit.png);
}
.navbar a:link, .navbar a:visited, .navbar a:active {
	background-image: url(../img/button.jpg);
	background-repeat: repeat;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.navbar a:hover {
	background-image: url(../img/button-r.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.navbar a.bonus:hover {
	background-image: url(../img/button-r-bonus.png);
}
.navbar a.success:hover {
	background-image: url(../img/button-r-success.png);
}
.navbar a.credit:hover {
	background-image: url(../img/button-r-credit.png);
}
.navbar a.activelink {
	background-image: url(../img/button-r.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
/*End Navbar Code*/

img {
	border:0;
	padding:0;
	margin:0;
}
.testimoniIMG {
	width: 120px;
	/*height: 150px; */
	margin: 5px;
	border: 3px solid #1B82C5;
}
.blue{
	color:#073477;
}
.img_check {
	text-align: top;
	width: 40px;
}
.picture{
	width:300px;
	height:350px;
	background-image: url(../img/phil_with_reflection.png);
	background-repeat: no-repeat;
	float:right;
	/*margin:0 605px;*/
	margin-left:-300px;
	position:relative;
	z-index:-1;
}
.picture_jm{
	width:300px;
	height:350px;
	background-image: url(../img/James_Montgomery.png);
	background-repeat: no-repeat;
	float:right;
	/*margin:0 605px;*/
	margin:72px 0 0 -300px;
	position:relative;
	z-index:-1;
}
.ready{
	margin:0 0 0 30px;
}
.clear{
	float:none;
}

