body {
  text-align: center;
  font-family: verdana, tahoma, sans-serif; 
  font-size: 100%;
  background-color: #fff;
  background-image: url('../img/bg/bg_body.gif');
  background-repeat: repeat;
}

body, div, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// WRAPPERY
//////////// 
*/

#wrapper-main {
  width: 800px;
  text-align: left;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

#wrapper-head {
  height: 215px;
  background-image: url('../img/bg/bg_wrapper-head.jpg');
  background-repeat: no-repeat;
}

#wrapper-menu {
  background-color: #434343;
  border-bottom: 1px solid #fff;
}

#wrapper-content {

}

#wrapper-footer {
  clear: both;
  padding-top: 10px;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// MAIN
////////
*/

#main {
  width: 786px;
  _width: 800px;
  border-left: 7px solid #eee;
  border-right: 7px solid #eee;
  border-bottom: 7px solid #eee;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// HEAD
////////
*/

#head {
  text-align: right;
  padding-right: 30px;
  padding-top: 12px;
  font-size: 70%;
}

#head h1
{
  display: none;
}

#head a {
  color: #7c7c7b;
  text-decoration: none;
}

#head a:hover {
  color: #ffa800;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// MENU
////////
*/

#menu {
  padding: 4px 0 5px 0;
  text-align: center;
}

#menu ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
}

#menu ul li
{
  display: inline;
  margin: 0;
  padding: 0 20px 0 20px;
}

#menu a {
  color: #fff;
  text-decoration: none;
  font-size: 70%;
}

#menu a:hover {
  color: #fdb814;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// CONTENT
///////////
*/

#content {
  margin: 20px 20px 0 20px;
  color: #555;
  font-size: 80%;
  font-family: trebuchet MS, verdana, tahoma, sans-serif;
}

#content #left {
  float: left;
  width: 400px;
  text-align: justify;
}

#content #left ul li {
  margin-bottom: 5px;
}

#content #left ol li {
  margin-bottom: 5px;
}

#content #left h2 {
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 10px; 
}

#content #left h3 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px; 
  margin-top: 20px;
}

#content #right-wrapper {
  float: right;
  width: 300px;
  _padding-bottom: 10px;
  font-family: verdana, tahoma, sans-serif;
  font-size: 85%;
}

#content #right {
  text-align: justify;
  margin-bottom: 10px;
  background-color: #eee;
  padding: 5px 0 5px 0;
}

#content #right h2 {
  font-size: 150%;
  padding: 0 0 0 15px;
  margin: 5px 0 2px 0;
  font-weight: bold; 
  border-left: 5px solid #ccc;
  border-right: 10px solid #ccc;
}

#content #right p {
  padding: 0 20px 0 20px;
}

#content #right #thumbs {
	padding: 0 0 0 20px;
}

#content #right #thumbs img {
	border: 1px solid #b7dd78;
  padding: 5px;
  margin-right: 5px;
  background-color: #fff;
}

#content a {
  color: #ffa800;
}

#content table {
  
}

#content table td.caption {
  background-color: #eee;
  padding: 0 20px 0 10px;
  font-weight: bold;
  border-right: 10px solid #fff;
}

.img {
  float: left;
  border: 1px solid #b7dd78;
  padding: 5px;
  margin: 0 10px 5px 0; 
}

#content h4 {
  font-family: trebuchet ms;
  font-size: 110%;
  font-weight: normal;
  color: #83b71b;
  margin-top: 7px;
  margin-bottom: 2px;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// FOOTER
//////////
*/

#footer {
  background-color: #434343;
  text-align: center;
  font-size: 70%;
  color: #fff;
  padding: 5px 0 5px 0;
}

#footer a {
  color: #ffa800;
}

#footer a:hover {
  
}
