* {
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #6B6B6B;
font-size: 12px;
}

body {
  background-color: #424747;
}

input.text {
font-size: 12px;
background-color: #CDCDCE;
border: 1px solid #656965;
color: black;
}

input.button {
font-size: 12px;
border: none;
background-color:#2F3032;
color: #6B6B6B;
font-weight: bold;
padding: 0px;
}

input.button:hover {
color: #999999;
}

textarea {
font-size: 12px;
background-color: #CDCDCE;
border: 1px solid #656965;
color: black;
}

.miniframe {
border: 3px solid #3F4043;
}

.miniimage {
border: 2px solid #181819;
}


#layout {
  width: 650px;
  height: 470px;  
}

#header{
border-bottom: 1px solid #656965;
height: 55px;
padding-bottom: 3px;
}

#body {
border-top: 1px solid #232626;
border-bottom: 1px solid #656965;
height: 370px;
vertical-align: middle;
text-align:center;
}

#footer{
border-top: 1px solid #232626;
height: 150px;
text-align: center;
color: #848B84;
font-size: 10px;
}

#innertable {
  border: 1px solid #656965;
  background: #27282B;
  width: 620px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#content {
width: 500px;
height: 345px;
}

#contenttable {
  width: 475px;
  height: 320px;
  background-color: #2F3032;
  margin-left: auto;
  margin-right: auto;
}

#contentcolumn {
 width: 350px;
 height: 300px;
 padding: 5px;
 vertical-align: top;
}

#innercontent {
  font-size: 12px;
  color: #6B6B6B;
  
}

#contentwrapper {
  vertical-align: middle;
    margin-left: auto;
  margin-right: auto;
}

#navigation {
  width: 120px;
  height: 345px;
  text-align: center;
  
}

#navtable {
  width: 115px;
  height: 320px;
}

#navcelltop {
  border-bottom: 1px solid #50514F;
  text-align: center;
}


#navcellbottom {
  border-top: 1px solid #141516;
  text-align: center;
}

#navcell1 {
   border-bottom: 1px solid #50514F;
   border-top: 1px solid #141516;
  text-align: center;
}

#navcell2 {
   border-bottom: 1px solid #50514F;
   border-top: 1px solid #141516;
   text-align: center;
}

#photocolumn {
  padding-right: 5px;
  width: 130px;
  height: 300px;
}

#imgGalleryPhoto {
   border: 2px solid #181819;
}

#lnkFullImage {
         border: 2px solid #3F4043;
         display: block;
         width: 187px;    
}

