a img
{
 border: none;
}

body
{
 background-color: #cab594;
 background-image: url('back.jpg');
 
 font-size: medium;
 font-family: 'Palatino Linotype', 'Tahoma', 'Geneva', 'Book Antiqua', Palatino, serif, sans-serif;
 text-align: justify;
 line-height: 1.2em;
}

.bg
{
 position: absolute;
 top: 0px;
 left: 0px;
 padding: 0px;
 max-width: 100%;
 height: auto;
 width: 100%;
}

.bg2
{
 position: absolute;
 top: 5%;
 left: 5%;
 max-width: 90%;
 max-height: 90%;
 height: 100%;
 width: auto;
 padding: 0px;
}

.center
{
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

.container
{
 position: absolute;
 top: 5%;
 left: 5%;
 width: 90%;
 min-width: 860px;
}

.header
{
 float: right;
 margin-right: 3%;
 height: 45px;
 width: 796px;
}

.button
{
  float: left;
  position: relative;
  top: 20px;

  background-color: rgb(105, 50, 50);
  color: rgb(255, 255, 255);
  
  width: 60px;
  height: 25px;
  
  margin-left: 10px;
  text-align: center;
  
 -moz-border-radius-topleft: 4px;
 -webkit-border-top-left-radius: 4px;
 -moz-border-radius-topright: 4px;
 -webkit-border-top-right-radius: 4px;
}

.button a:link, .button a:visited, .button a:active
{
 text-decoration: none;
 color: white;
}

.button a:hover
{
 text-decoration: underline;
 color: white;
}

.innerContainer
{
 clear: right;
 position: relative;
 width: 94%;
 padding-top: 2%;
 padding-bottom: 2%;
 margin-left: 3%;
 background-color: rgb(128, 64, 64);

 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
}

.content
{
 position: relative;
 left: 2%;
 width: 94%;
 padding: 10px;
 background-color: #fcf7f1;
 background-image: url('marb.jpg');

 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 -moz-border-radius-topright: 50px;
 -webkit-border-top-right-radius: 50px;
}

.contentTop
{
 position: relative;
 top: 0px;
 left: 0px;
 text-align: center;
}

.sep
{
 text-align: center;
 margin: 2px;
}

.logo
{
 float: left;
 position: relative;
 top: -5px;
}

.selected
{
 background-color: rgb(128, 64, 64);

 top: 10px;
 height: 35px;
}

.heading
{
 font-weight: bold;
 font-size: large;
 padding-bottom: 10px;
}

.column
{
 float: left;
 width: 47%;
 margin: 0px;
}

hr
{
 color: #666;
 background-color: #666;
 border-style: none;
 height: 1px;
 margin: 2px;
 padding; 0px;
}

.bigger
{
 text-align: center;
 font-size: xx-large;
}

.imgBlock
{
 float: left;
 min-width: 175px;
 min-height: 175px;
 margin: 10px;
}

.imgBlock img
{
 display: block;
 border-style: solid;
 border-width: 1px;
 border-color: rgb(0, 0, 0);
}

.imf2
{
 float: left;
 clear: left;
 border-style: solid;
 border-width: 2px;
 border-color: white;
}

.bubble
{
 width: 90%;
 text-align: left;
 border-style: solid;
 border-width: 1px;
 border-color; black;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: white;
 padding: 3px;
}

@media print
{
 .bg, .header, #footer
 {
  display: none !important;
 }
}