/* TWO COLUMN LAYOUT */
* {margin:0; padding:0;
}
body {
	text-align:center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F87522;
	}
#main_wrapper {
	width:840px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color: #FBE055;
}
#header {
	width:840px;
	text-align:left;
}

#photo {
	width:315px; /* this width + content width must total 100% */
	float:left;
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:525px; /* this width + nav width must total 100% */
	top:0px;	
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background-color: #1F2B68;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#nav_inner {
	background-color: #E54125;
	height: 23px;
}
#nav_inner p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 48px;
	letter-spacing: 0.12em;
}
#nav_inner a.active, #nav_inner a:hover {
	color: #FFFFFF;
	}
#photo_inner {
	}
#content_inner { 
	padding:0 5em 1em 1.5em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}
#footer_inner p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
p {
	font-size: 0.7em;
	line-height: 1.4em;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #233C7A;
}
h2 {
	text-align: right;
	font-size: 12px;
	line-height: 0px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
}
a:link {
	color:#FFFFFF
	}
a:hover {
	color: #F4DA53;
	}
h3 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #E54125;
}
#content_inner a {
	color: #233C7A;
}
#content_inner img {
	margin: 0px;
	padding: 0px;
}
.orangeBox {
	width: 450px;
	background-color: #F87522;
	padding: 10px;
	}