body { background:url(img/site_bg.jpg); background-repeat:repeat; margin:0; padding:0; font-family: "Cambria", Arial, Helvetica, sans-serif ; }

#wrapper {
	margin:0 auto;
	width:960px;
}

#container {
	display:block;
	width:960px;
	background:#f9f9f9;
}

#content {
	padding:20px;
	display:block;
}

#nav { width:960px; height:45px; margin-top:-5px; }

#box {
	width:300px;
	height:140px;
	margin:9px;
	float:left;
	display:block;
	border:1px solid #333;
}

.body_text {
	font-size: 14px;
	color: #000000;
}

.page_heading {
	clear:both;
	font-family: "Cambria", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #3369ba;
	margin-top:-15px;
	font-stretch:extra-expanded
}

/* - Email Campaign - */
.inputbg {
	background:url(img/join.png) no-repeat left;
	border:none;
}

/* - Footer Setup - */

#footer {
	display:block;
	width:960px; height:120px;
	background:#285cab;
}
.footer_text {
	font-size: 13px;
	color: #fff;
	padding:12px;
}

a.footer_link:link, a.footer_link:visited {
	font-size: 13px;
	color: #fff;
	text-decoration:none;
}
a.footer_link:hover {
	color: #e7b8ee;
	text-decoration:none;
}

/* - Link Styles - */
a.text_link:link, a.text_link:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.text_link:hover {
	font-size: 12px;
	font-weight: bold;
	color: #3369ba;
	text-decoration: underline;
}

/* - Shadow Under Main Banners - */

.shadow {
	background:url(img/shadow.png) top left repeat-x; 
	width:960px; 
	height:15px;
}

/* - Gallery - */
.imgGallery {
	border:2px solid #900;
	margin:1px;
	padding:1px;
	width:103px;
	height:80px;
}

/* - Contact Form Setup - */

.contact_text {
	color:#333;
	font-size:15px;
	padding:2px 0 5px 0;
}

.submit_button {
	padding:3px 15px; 
	color: #333; 
	font-weight: bold; 
	border: 1px solid #555; 
	background-color: #fff;
	margin:8px 0;
}

