/******************************
* Gallery CSS by Kelli Shaver *
* http://www.kellishaver.com  *
******************************/
* {
  font-family:arial, helvetica, sans-serif;
}
body {
 background:#000;
 margin:20px;
}

#container {
 clear:both;
 width:900px;
 height:auto !important;
 height:480px;
 min-height:480px;
 border:1px solid #fff;
 margin:0 auto 0 auto;
 background-color: #4A4A4A;
}

#header {
 width:900px;
 margin:0 auto 0 auto;
}

#header h1 {
 margin:0;
 padding:20px 0 0 0;
 font-size:24pt;
 color:#fff;
 font-weight:normal;
 width:500px;
 float:left;
}

#nav {
 float:right;
 display:inline;
 padding-top:30px;
}

#nav a {
 margin:0 10px 0 10px;
 padding:0 2px 0 2px;
 border-top:2px solid #555;
 color:#fff;
 text-decoration:none;
 font-size:10pt;
 text-transform:lowercase;
}

#nav a:hover {
  border-top:2px solid #66CCCC;
}

#content {
 height:auto !important;
 height:480px;
 min-height:480px;
 color:white;
}

#inner_content {
 margin: 15px;
}

#secondary_menu {
 height:auto !important;
 background-color: #BCBCBC;
 text-align: center;
 margin: 0px 15px 15px 15px;
 padding: 5px;
}

#left {
 width:480px;
 height:auto !important;
 height:480px;
 min-height:480px;
 background:#fff;
 float:left;
 text-align: center;
}

#left img {
 margin:15px;
}

#thumbs {
 overflow: auto;
 height: 350px;
}

#right {
 float:right;
 width:420px;
}

#right h1 {
 background:#fff;
 font-size:.9em;
 font-weight:normal;
 margin:60px 0 0 0;
 height:60px;
 line-height:60px;
 text-transform:lowercase;
 color:#66CCCC;
}

#right h1 .info {
  text-align:right;
  font-size:8pt;
  color:#999;
  text-transform:uppercase;
  padding-left:90px;
}

#right .thumb {
  display:inline;
  width:110px;
  height:85px;
  padding:10px;
  float:left;
  
}

#right .thumb img:hover{
  background:#CCFFFF;
}

#right .thumb img:focus{
  background:#CCFFFF;
}

#right .thumb img:active {
  background:#77BBAA;
}

#right .thumb img {
 padding:5px;
 background:#fff;
 border:0;
}

#title {
 text-align: center;
 margin: 15px 15px 0px 15px;
}

#title h1 {
 background:#fff;
 font-size:16pt;
 font-weight:normal;
 height:60px;
 line-height:60px;
 color:#66CCCC;
}

#title h1 .info {
  text-align:right;
  font-size:8pt;
 color:#999;
  text-transform:uppercase;
  padding-left:90px;
}

#copyright {
 clear:both;
 height:1em;
 border-top:1px solid #fff;
 background:#66CCCC;
 color:#000000;
 font-size:8pt;
 text-align:right;
 padding:1px 10px 1px 0;
}

a {
 color:#;
 text-decoration:none;
}

a:hover {
 color:#333;
}
