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

* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	margin: 0;
    padding:0;
    color: #fff;
    background: #111 /* url(img/BG_exteriorblue.jpg) center top fixed repeat-x */;
    font-family: "Franklin Gothic Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

a { text-decoration : none; padding: 10px;}
a:link { color : #f9b15d;}
a:visited { color : #f9b15d;}
a:hover { color : #777;}
a:active { color : #777;}

#wrap {
  margin: 0 auto;
  padding: 0;
  width: 850px;
  height: auto;
  color: #fff;
  background-color: #222;
  border-left: 10px solid #333;
  border-right: 10px solid #333;
}

#toppanel {
  height: 100px;
  padding: 10px;
  /* text-indent:-9999px; */
  /* border-bottom: 10px solid #000; */
}	

#albumflow {
  height: 550px;
  background-color: #555;
  margin: 0px;
  padding: 0px;
}

/* bottom navigation and footer
---------------------------------------------------------- */
#navbottom	{
   clear:both;
   margin-top: -10px;
   font-family: "Franklin Gothic Medium", Verdana, Arial, Helvetica, sans-serif;
   font-size : 16px;
   list-style:none;
   text-align: center;
   background-color: #444;
   padding: 10px;
   height: 35px;
}
	
#navbottom li {
   display: inline;
   margin-right: 15px;
   padding: 5px;
}

#navbottom p {
   padding-top: 0px;
}

#footer {
  height: 300px;
}

#copyright {
  color:#888;
  text-align: center;
  padding-top: 35px;
  padding-left: 15px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
