body,html {
  padding: 0px;
  margin: 0px;
  height: 100%;
  text-align: center;
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
  background: #727b60 url(../images/background.jpg) no-repeat fixed center
    ;
}

img {
  border: 0px solid #fff;
}

div {
  margin: 0px;
  padding: 0px;
}

a,a:link,a:visited {
  color: #764;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a.gallery {
  color: #764;
  display: block;
  float: left;
  clear: none;
  margin-right: 10px;
  margin-top: 10px;
}

a.gallery img {
  border: 1px solid #764;
}

h1 {
  color: #764;
  clear: both;
  padding-top: 40px;
}

table {
  border: 1px solid #764;
  width: 100%;
}

tr {
  background: #f3e8d4;
}

th {
  color: #764;
  padding-left: 5px;
}

td {
  padding-left: 5px;
}

#div_page {
  border: 2px solid #764;
  text-align: left;
  margin-top: 30px;
  width: 900px;
  background: #fff;
}

#div_head {
  text-align: center;
  font-size: 24px;
  font-style: italic;
  color: #764;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}

/******************************************************************************/
  /* MENU */
#div_menu {
  margin: 0px 0px 0px 0px;
}

#div_menu a,#div_menu a:link,#div_menu a:visited,#div_menu a.menu_link_selected,#div_menu a.menu_link_selected:link,#div_menu a.menu_link_selected:visited
  {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
  float: left;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 144px;
}

#div_menu a,#div_menu a:link,#div_menu a:visited {
  color: #000;
  background-color: #fff;
}

#div_menu a:hover {
  color: #fff;
  background: #764;
}

#div_menu a:active {
  color: #fff;
  background: #000;
}

#div_menu a.selected,#div_menu a.selected:link,#div_menu a.selected:visited,#div_menu a.selected:hover
  {
  font-weight: bold;
  color: #fff;
  background-color: #764;
}

/******************************************************************************/
  /* SUB MENU */
#div_menu {
  marging: 0px 0px 0px 0px;
}

#div_submenu a,#div_submenu a:link,#div_submenu a:visited,#div_submenu a.menu_link_selected,#div_submenu a.menu_link_selected:link,#div_submenu a.menu_link_selected:visited
  {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
  float: left;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 144px;
}

#div_submenu a,#div_submenu a:link,#div_submenu a:visited {
  color: #000;
  background-color: #fff;
}

#div_submenu a:hover {
  color: #fff;
  background: #764;
}

#div_submenu a:active {
  color: #fff;
  background: #000;
}

#div_submenu a.selected,#div_submenu a.selected:link,#div_submenu a.selected:visited,#div_submenu a.selected:hover
  {
  font-weight: bold;
  color: #fff;
  background-color: #764;
}

/******************************************************************************/
  /* FOOTER MENU */
#div_footer_menu {
  clear: left;
  padding-top: 20px;
  text-align: center;
}

#div_footer_menu a {
  font-weight: normal;
  margin: 0px 10px 0px 10px;
  text-transform: lowercase;
}

#div_footer_menu a:hover {
  text-decoration: underline;
}

#div_footer_menu a.selected {
  font-weight: bold;
}

#div_footer_submenu {
  text-align: center;
}

#div_footer_submenu a {
  font-weight: normal;
  margin: 0px 10px 0px 10px;
  text-transform: lowercase;
}

#div_footer_submenu a:hover {
  text-decoration: underline;
}

#div_footer_submenu a.selected {
  text-decoration: underline;
}

#div_friends {
  border-top: 1px solid #777;
  color: #777;
  margin: 20px 20px 10px 20px;
  padding: 10px 0 0 0;
  font-size: 10px;
}

#div_friends a {
  color: #777;
  font-weight: normal;
}

/******************************************************************************/
#div_body {
  margin: 30px 50px;
  text-align: left;
}

#content {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 50px;
}

#content p {
  text-indent: 20px;
}

div.transparent_box {
  margin: 30px 50px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter: alpha(opacity =   60);
  /* CSS3 standard */
  opacity: 0.6;
  /* for Mozilla */
  -moz-opacity: 0.8;
}