/*  Element Styles  */

body {
	background:#300;
 	margin:0;
 	padding:40px 20px;
 	text-align:center;
 	color:#fc0;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
}

a:link {
  color:#f60;
  text-decoration:none;
  }
a:visited {
  color:#c90;
  text-decoration: underline;
  }
a:hover {
  color:#f60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
  
h6 {
	margin: 5px;
	color: #fff;
	font-size: x-small;
}

h5 {
	margin: 0px;
	font-size: 12px;
	}
h3 {
	font-size: 14px;
}


/*  ID Tags */

#content {
  width:660px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }

#header {
	background-color: #300;
	border: solid f60 thin;
	float: none;
	padding: 5px;
	text-align: center;
	line-height: 1.5em;
}

#header2 {
	background-color: #300;
	border: solid f60 thin;
	float: none;
	padding: 10px;
	text-align: center;
	line-height: 1.5em;
}

#header H1 {
	font-size: large;
	margin: 0px;
	margin-left: 8px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#header .PhotoCredit {
	height: auto;
	position: relative;
}

#header .DateCreate {
	height: auto;
	position: relative;
}

#Nav {
}

#Nav a:link, #Nav a:visited {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}

#Nav a:hover, #Nav a:active {
	text-decoration:underline;
}

#Nav ul {
text-align: center;
margin: 0px;
padding: 5px;
}

#Nav li {
list-style-type: none;
padding: 0.25em 1em;
border-left: 1px solid white;
display: inline;
  font-size: 9px;
 letter-spacing: 3px;
  text-transform: uppercase;
  color: White;
}

#Nav li:first-child {
border: none;
}

#Nav li.CurrentLocation {
 letter-spacing: 0px;
}

.ThumbTable {
	width: 80%;
	border: 1px dotted #f60;
	margin: 20px auto auto;
	}
	
.ThumbTable td {
background-color: inherit;
text-align: center;
 padding: 10px;
 border: 3px solid #300;
}

#footer {
	margin: 20px auto auto auto;
	border-top: 1px dotted #FF6600;
	padding-top: 8px;
	text-align: center;
	font-size: small;
}



