@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	height: 100%;
	background-color: #000;
	background-image: url('../images/wallpaper.gif');
}
.oneColFixCtr #container {
	width: 770px;
	margin: 0 0 0 -461px;
	left: 50%;
	position: absolute;
	padding: 0;
}
.oneColFixCtr #mainContent {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #fff;
	width: 770px;
	text-align: left;
	height: 100%;
	background-image: url('../images/content-back.png');
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0; padding-left:76px; padding-right:76px; padding-top:0; padding-bottom:10px
}
#topBar {
	background-color: #0054a6;
	height: 5px;
	width: 770px;
	padding: 0;
	margin: 0;
}
#topNav {
	height: 19px;
	padding: 0;
	margin: 0 0 0 15px;
	width: 740px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;	
}
#logo {
	height: 115px;
	width: 740px;
	padding: 0;
	margin: 0 0 0 15px;
}
#flash {
	height: 302px;
	width: 740px;
	padding: 0;
	margin: 0 0 0 15px;
}
#mainNav {
	height: 60px;
	background-image: url('../images/nav-back.png');
	background-repeat: repeat-x;
	margin: 0;
	padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0
}
#content {
	margin: 0 140px 0 20px;
	padding-left: 110px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	font-weight: bold;
	text-align: justify;
}
#bottom {
	width: 922px;
	height: 84px;
	padding: 0;
	margin: 0;
}
.advertisedPic {
	border: 1px solid #272727;
	padding: 0;
	margin: 0 0 8px 0;
}
a {
	color: #0054A6;
	text-decoration: none;
}
a:hover {
	color: #0054A6;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
}
#testimonialBreak {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #272727;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
}
.galleryPic {
	border: 3px solid #FFF;
	margin: 7px;
}
.bbb {
	margin: 0 0 0 15px;
}
.bluetext {
	color: #0054a6;
	font-size: 13px;
}