@charset "UTF-8";
/* CSS Document */

body {
	font:Verdana, Geneva, sans-serif;
	font-size:small;
	background-color:#51743E;
	margin:0px;
	padding:0px;
	padding-top:10px;
}
p {
	padding:0px;
	margin: 0px;
}

a:link, a:visited {
	color: #201a24;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #494b74;
	text-decoration: underline;
}
h3 {
	color: #87322d;
}
h4 {
	margin: 0px;
	padding:0px;
}

images{
	border:none;
}

.italics {
	font-size:x-small;
	font-style:italic;
}

.italics_photo {
	font-size:.8em;
	font-style:italic;
}

.italics_photoWhite {
	font-size:1em;
	font-style:italic;
	color:#ffffff;
}

#wrapper {
	width:750px;
	margin: 0 auto 0 auto;
	border: 4px solid #000;
}


#banner {
	background-color:#51743E;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
/*	border-bottom-color: #FFFFFF;
*/	
background-position:top;
	background-image:url(images/headerIJ6.jpg);
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
}
#bannerBottom {
	background-color:#2C4D1E;
	height:12px;
	border-bottom-width: 2px;
	border-bottom-color: #000;
	border-bottom-style: solid;	
}


#nav  {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #51743E; /* padding keeps the content of the div away from the edges */
	/*padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 10px;
}*/
}

#content {
	background-color:#FFF;
	font-size:medium;
	padding-left:10px;
}

#content_ima{
	background-color:#000;
	font-size:medium;
	padding-left:10px;
	text-align:center;
}

#content_fire {
	background-color:#FFF;
	font-size:medium;
	padding-left:10px;
	padding-right:10px;
}
#content_photo {
	background-color:#51743E;
	font-size:medium;
	padding-left:10px;
	padding-right:10px;
	
}

.content_info {
	text-align:right;
	font-size:medium;
	padding-right:10px;
}

#contentBottom {
	font-size:x-small;
	color:#FFF;
	background-color:#2C4D1E;
	text-align:center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#footer {
	text-align:center;
	font-size:x-small;
}
	
	
	

