/* CSS Document 
----------------------------------------------- */
	body {
	min-width:700px;
	background: #21140B;
	font:small Helvetica, Arial, sans-serif;
	color:#180D09;
	font-size: /**/small;
	}

	* {
	margin:0;
	padding:0;
	}

	.gallerycaption {
	font:small  "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#FFFFE4;

}

/* Page Structure
----------------------------------------------- */
	#header,#content,#footer,#globalnavigation {
	overflow:hidden;
	display:inline-block
	}
	
	/* safari and opera need this */

	#header {
	width:100%;
	height: 189px;
	background-image:url(/images/background-city.jpg);
	background-repeat:repeat-x;
	}

	#globalnavigation {
	height: 24px;
	margin:0px;
  	padding-left: 30px;
	font: 9px "Lucida Grande", Arial, Helvetica, sans-serif;
  }


	#content {
	width: 85%;
	max-width: 960px;
	overflow:hidden;
	margin: 0px 20px;
	padding: 20px;
	line-height: 175%;
	background-color:#FFFFE4;
	  -moz-border-radius: .75em .75em .75em .75em;
	border-radius-topright: .75em;
	border-radius-bottomright: .75em;
	}

	#content2 {
	width: 700px;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
	margin-top: -20px;
	padding: 20px;
	line-height: 175%;
	background-color:#0A0503;
	  -moz-border-radius: .75em .75em .75em .75em;
	border-radius-topright: .75em;
	border-radius-bottomright: .75em;
	}



	#footer {
	clear:left;
	width:100%;
	text-align: center;
	color: #FFFFFF;
	padding: 20px;
	}
	
	
	
/* Links
----------------------------------------------- */
	
		a:link {
			color:#258;
  			text-decoration: none;
		}
		
		a:visited {
 			color:#CC6600;
 			text-decoration: none;
		 }
		 
		a:hover {
			color:#cc0000;
 			text-decoration: none;
		}
		
		a img {
			border-width:0;
		}
		
		a.globalnav:link {
			color: #FFFFE4;
			text-decoration: none;
		}
		
		a.globalnav:visited {
			color: #FFFFE4;
			text-decoration: none;
		}	
		
		a.globalnav:hover {
			color:#f4e453;
			text-decoration: none;
		}

/* Header
----------------------------------------------- */
.globalnav {
   font-weight: bold;
   text-transform: uppercase;
}


/* Content Area
----------------------------------------------- */
.imageright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
#content ul {
  margin:.5em 0 1.25em;
  padding:0 10px;
  list-style:none;
  }
#content ul li {
  background:url("http://www.blogblog.com/rounders/icon_arrow_sm.gif") no-repeat 2px .25em;
  margin:0;
  padding:0 0 3px 16px;
  margin-bottom:3px;
  line-height:1.4em;
  }
#content p {
	margin: 10px 10px;
}

/* Titles
----------------------------------------------- */
h1 {
	margin: 0px -20px 15px -20px;
	padding: 5px 20px;
	font: bold 15px Arial, Helvetica, sans-serif;
  /*color:#180D09;*/
  color: #FFFFE4;
  background-color:#9E8256;
  text-transform: uppercase;
  border: 1px solid #504533;
  }

h2 {
 border-bottom:1px dotted #9b9; 
margin: 30px 0px 15px 0px;
  font-size:115%;
  line-height:150%;
  color:#258;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  }
  
  h3 {
  font-size:110%;
  line-height:150%;
  font-weight: bold;
  }

  
/* Footer
----------------------------------------------- */

#footer {
margin:10px;
font-size: 10px;
color: #FFFFE4;
}

#footer a {
color:#258;
} 

#footer a:hover {
color:#F4E453;
} 

