#body {
  padding : 0;
  margin : 0;
  font : 100.1%
  font-family : 'trebuchet ms', helvetica, arial, sans-serif;
  }

#wrapper {
  width : 1000px;
  background : url(images/back.jpg) no-repeat;
  border : 0px solid #000033;
  margin : 10px auto;
}

#header {
  width : 960px;
  height : 50px;
  border-top : 0px solid #0f0f0f
}

#header h1 {
  padding : 0;
  margin : 0px;
  color: #ffffff;
  font-family : 'trebuchet ms', helvetica, arial, sans-serif;
  float : left;
}

table#navbar {
width : 190px;
  background : #808080;
  border : 4px solid #c0c0c0;
  margin : 0px auto;
}

a#navbar {
  font-family : 'trebuchet ms', helvetica, arial, sans-serif; 
  font-size : 14px;
  text-decoration : none;
}

table#textbox {
  width : 710px;
  background : #808080;
  border : 4px solid #c0c0c0;
 font-family : 'trebuchet ms', helvetica, arial, sans-serif;
  font-size : 16px;
  color : #ffffff
}

table#quotebox {
  width : 400px;
  background : #c0c0c0;
  border : 4px solid #808080;
 font-family : 'trebuchet ms', helvetica, arial, sans-serif;
  font-size : 12px;
}

table#photobox {
  width : 180px;
  height : 150px;
  background : #c0c0c0;
  border : 0px solid #808080;
  margin : 20px auto;
  font-family : 'trebuchet ms', helvetica, arial, sans-serif; 
  font-size : 12px;
}

ul { 
  margin : 0;
  padding : 0;
  list-style-type : none;
}

#sidebar {
  float : left;
  display : inline;
  width : 190px;
  background-color : #808080;
  margin : 10px 0px 10px 0px;
  padding : 0px;
  color : #fff;
}

#sidebar h3 {
  color : #eecc11;
}

#sidebar a {
  color : #ffffff;
}

#sidebar a:hover, #sidebar a:focus {
  color : #eecc11;
}

#sidebar a:active, #sidebar a:selected {
  color : #000000;
}

#sidebar a:focus {
  background-color : #c0c0c0;
}

#sidebar a:active {
  background-color : #808080;
}

#footer {
  height : 30px;
  width : 960px;
  margin-top : 10px;
  float : center;
}

#footer td {
  height : 20px;
  width : 380px;
  color: #ffffff;
  font-family : 'trebuchet ms', helvetica, arial, sans-serif;
  font-size : 8px;
  text-align: center;
  vertical-align: middle
}

#footer a {
  color : #63a1f9;
}

#subfooter {
  width : 960px;
  float : center;
}

.thumb {
  width : 130px;
  height : 108px
}

.title {
  font-size: medium;
  font-weight: bold
}

.title i {
  font-size: x-small;
  font-weight: normal
}

.handcursor{
cursor:hand;
cursor:pointer;
}


