body{
  font-family: georgia,verdana, arial;
  font-size: 12px;
  background-color: #5093CE;
  margin: 0;
  margin-top: 30px;
  width:100%;
  color: #333;
}
 a:link{
  text-decoration: underline;
}
 a:visited{
  text-decoration: underline;
}
 a:hover{
  text-decoration: none;
}
#footer{
  background-color: #E6E4A7;
  height: 35px;
  padding:8px;
  padding-right: 30px;
  border-top: 2px solid #C5A7E6;
  text-align: right;
  position: relative;
  bottom:0;
  font-size: 10px;
  color: #666;
}
#menu{
  position: relative;
  padding-top: 20px;
  padding-bottom:20px;
  left: 0;
  top: 0;
  width:180px;
  height: 100%;
  border: 0;
  border-top: 2px solid #fff;
  margin-top: 20px;
  text-align: right;
}
.content_tbl{
  border: 5px solid #fff;
  height: 600px;
  background-color: #80B1DC;
  border: solid 4px #fff;
}/*
.bottom{
  background-image: url(http://cdn2.itsezpz.com/27_bg_lower_5b92c9_org.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 242px;
}*/
#main{
  border: 2px solid #fff;
  padding: 10px;
  position: relative;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  text-align: left;
  
}
#imgs{
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  
}
#logo{
  position: relative;
  padding-top: 30px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
}
.photo{
  position: relative;
  margin: 5px;
  top:20px;
  border: solid #fff 3px;
  cursor: pointer;
}
h1{
  font-weight: bold;
  font-size: 20px;
}
h2{
  font-weight: bold;
  font-size: 16px;
}
#cboxContent{
  margin-top:0;
}
#colorbox{
  z-index:20;
  position:relative;
}


/* NAV */

.nav, .nav ul { 
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
font-family: georgia, verdana, arial;
width:100%;
text-align:right;
}
.nav {
  z-index: 95;
}
.nav li {
  margin: 0;
  padding: 0;
position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited  {
  color: #00f;
  display: block;
  padding: 2px 5px;

  text-decoration: underline;
}
.nav li a:hover {
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  text-decoration: none;
}

