div#wrapper {
/* background-image: url(http://www.pensacola.com/images/ns-bg2.jpg);
   background-position: center;
   background-repeat: repeat-y; 
*/
    background: #fff url(http://www.pensacola.com/images/color-bg.jpg) 50% 0 no-repeat; background-attachment: fixed;
	text-align: center;
	overflow:hidden; 
}
div#wrapper2 {
	width:910px;
/*	overflow:hidden;  */
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 0px;
	text-align: left;
}

div#menu {
	width:910px;
	height: 30px;
	background-image: url(http://www.pensacola.com/images/nav-bg.jpg);
	background-repeat: repeat;
	position:relative;
	margin-top: 16px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}

div#mainContent {
	/* hack to fix width of existing pages */
	position:relative;
	left:-20px;
	top:-10px;
	width:950px;
}
div#mainContent h1 {
	display: none;
	visibility: hidden;
}
div#header {
	height: 122px;
	background-image: url(http://www.pensacola.com/images/header-bg.jpg);
	background-repeat: repeat;
	margin-top: 8px;
	margin-bottom: 22px;
	color: #ffffff;
	padding: 0px 0px;
}
div#header h1 {
	display: none;
	visibility: hidden;
}


div#sectionBanner{
	height:28px;
	padding-left:0px;
	padding-top:2px;
	line-height:28px;
}
div#register {
	width: 215px;
	padding: 10px;
	margin-bottom:15px;
	background-color: #DCE7F5;
}
div#registerContent {
	background-color: #fff;
	padding: 5px 10px;
}
div.loginBlock {
	text-align:center;
	color: #224B87;
	background-color: #DCE7F5;
}
div.loginBlock a {
	font-weight:bold;
	color:#003366;
	background-color:#87b2e9;
	padding:2px 10px;
	text-decoration:none;
	letter-spacing:1px;
	border: 1px solid;
	border-top-color:#eaeff5;
	border-left-color:#eaeff5;
	border-bottom-color:#6090cd;
	border-right-color:#6090cd;
}
div.loginBlock a:hover{
	color:#003366;
	background-color:#b0c9e9;

}

div.rightSideItem{
	width:215px;
	padding:10px;
	margin-bottom:10px;
	background-color:#dce7f5;
}
div.rightSideItem h2{
	font-size:14px;
}
div.rightSideItem h3{
	font-size:12px;
}
div.rightSideItem p{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
}
div#lowerSectionMenu {
	background-color: none;
	color: #224B87;
	text-align: center;
	line-height: 15px;
	clear: both;
}
div#lowerSectionMenu li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#lowerSectionMenu a {
	margin: 0px 8px;
}

div#footer {
	clear: both;
	padding-top: 5px;
/*	background-image: url(/images/template/int-bg-footer.gif);  */
	height: 55px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display: block;
	margin-top: 5px;
	background-color: #224B87;
}
div#footer h4 {
	padding-top: 5px;
	color: #FCC005;
}

div#footer a {
	color: #224B87;
}
div#footer a:hover {
	color: #3399CC;
}

div#footerMenu {
	width: 600px;
	float: right;
}
div#footerMenu h4 {
	margin-left: 15px;
}
div#footerMenu ul {
	color: #FDF4D5;
}

div#footerMenu li {
	margin-bottom: 5px;
}


div#footerMenu .column {
	padding: 0px;
}
div#copyright {
	clear: both;
	text-align: center;
	padding: 5px 0px 10px;
	display: block;
	background-position: top;
	background-repeat: repeat-x;
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}

