
/* Layout Stylesheet 
   Designed by Shawn Von Ins */ 

body {
 background: #a7b895;
 text-align:center;
 }

#container {
 text-align:left;
 width:800px;
 margin: auto;
 color: #000000;
 font: 16px Tahoma, Arial, Helvetica, sans-serif; 
 }

a { 
 color: #636363; 
 text-decoration: none;
 border-bottom: thin dotted #636363;
 }

a:hover { 
 color: #eef1ea; 
 }

#menu {
 background: #c1ccb2;
 float: left;
 width: 218px;
 padding-left: 10px;
 line-height: 2.5em;
 }

#menu li a { 
 font: 16px Georgia, "Times New Roman", Times, serif; 
 font-weight: bold;
 padding: 0 2px;
 text-decoration: none;
 color: #636363; 
 border: none;
 }

#menu li a:hover { 
 color: #eef1ea; 
 }

#menu ul {
 list-style-type: none;
 }

#content {
 width: 550px;
 float: right;
 padding: 0 10px;
 margin: 0;
 }

#footer {
 clear: both;
 border-top: 1px solid #eef1ea;
 height: 25px;
 text-align: center; 
 margin-top: 10px;
 }

#footer p {
 font: 10px Tahoma, Arial, Helvetica, sans-serif; 
 margin: 5px;
}

h1 {
 font: italic 200% "Comic Sans", "Trebuchet MS", Geneva, sans-serif;
 text-align: right;
 padding: 10px;
}

.center {
  text-align: center;
 }

.box {
  border: 1px solid #eef1ea;
  margin: 25px;
  padding: 10px;
 }

.announce {
  margin: 20px 14px;
  padding: 5px 10px;
  width: 160px;
  color: #636363;
  background-color: #eef1ea;
  font-size: 0.8em;
  line-height: 1.3em;
}

.announce a { 
 color: #636363; 
 text-decoration: none;
 border-bottom: thin dotted #636363;
 }

.announce a:hover { 
 color: #000000; 
 }

.textright{
  text-align: right;
}

.block {
background: #f4f4f4;
padding: 15px;
}

.hide {
  display: none;
}