body { 
	text-align: center;
	background-color: #547261;
	margin:auto;
	
}
#wrapper {
	position: relative;
	margin: auto;
	width:980px;
}
#header {
	position: relative;
	width: 980px;
	height: 167px;
	background-image: url(../images/layout/DPS-header.png);
	background-repeat: no-repeat;
 }
#header #header_text {
	font-family: Americana, Optima, Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	margin: 0pt;
	left: 565px;
	top: 0;
	text-align: right;
	padding-right: 15px;
	padding-top: 50px;
}
#header_text a {
	text-decoration:none;
	color:#003315 ;
	
}
#nav {
	position:relative;
	margin:auto;
	width:980px;
	height:24px;
	background-image: url(../images/layout/page_background.gif);
	background-repeat: repeat-y;
}
#nav a {
	font-family: Americana, Optima, Arial, Helvetica, san-serif;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background-color: #264a36;
	display: inline-block;
	width:159px; height:25px;
	margin-left:2px;
	margin-right:2px;
	text-decoration: none;
}
#nav a:hover {
	background-color: #ab874d;
}

#content {
	position: relative;
	margin:auto;
	width:980px;
	background-image: url(../images/layout/page_background.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top:20px;
	padding-bottom:20px;
}
.editable {
	position: relative;
	margin:auto;
	width:980px;
	background-image: url(../images/layout/page_background.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top:20px;
	padding-bottom:20px;
}
.photos {
	float: right;
	border: solid 2px #264a36;
	margin: 15px;
}
/* SIDEBAR */
#sidebar {
	position: relative;
	top: 0; left:0;
	background:#ab874d;
	width:190px;
}

/* for Sidebar styles see editor.css */
#nota-mid {
	width:auto;
	display:block;
	min-height:50px;
	padding:10px;
	padding-top:20px;
	
}

#sidetext {
	font-size: 11px;
	text-align: left;
	color: #fff;
	width: 170px;
	margin-top: 0px;
}
.sidebar a {
	text-decoration: underline;
}
.sidebar a:hover {
	text-decoration: none;
}

#wrapper #footer {
	display:block;
	margin:auto;
	width:980px;
	height:26px;
	font-size: 14px; line-height:18px;
	color: #fff;
	padding: 2pt;
	background-image: url(../images/layout/DPS-footer.png);
	background-repeat:no-repeat;
}
#footer a {
	color: #fff;
	text-align: center;	
	text-decoration: underline;
	font-family: Americana, Optima, Arial, Helvetica, san-serif;
}
#footer a:hover {
	text-decoration: none;
}
#footer #credits {
	float:left;
	font-size:10px;
	text-indent:30px;
}

