/* Layout Stylesheet 
   Designed by Shawn Von Ins */ 

a { color: #0011e3; text-decoration: none; }

a:hover { text-decoration: underline; }
a img { border-style: none; border-width: 0; }
body { background: #9c6 url(background.gif) repeat-y center top; border-color: #9c6; }
#container { text-align:left; width: 870px; margin: 0 auto; padding: 0; color: #4c3319; font: 16px Tahoma, Arial, Helvetica, sans-serif; }

#header { text-align: center; font: bold 16px Tahoma, Arial, Helvetica, sans-serif; border-bottom: 1px solid #9c6; }

#menu {
 float: left;
 width: 180px;
 padding: 10px;
}

#menu ul {
 line-height: 2em;
 padding: 0 10px;
 width: 150px;
 margin: 10px;
 list-style-type: none;
}

#menu li a { 
 padding-left: 10px;
 text-decoration: none;
 font-weight: bold;
 color: #4c3319;
}

#menu li a:hover { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; display: block; border-left: 2px solid #9c6; border-right: 2px solid #9c6; outline-color: #9c6; }

#content {
 background: #ffffff;
 color: #4c3319;
 padding: 10px;
 margin: 0 0 0 200px;
 border-left: 1px solid #9c6;
}

#content img { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 10px; padding: 1px; display:inline; border: solid 4px #99CC66; }

#footer { clear: both; margin: 0 auto; padding: 5px 0; text-align: center; font-size: 0.8em; border-top: 1px solid #9c6; }

.announce { padding: 5px 10px; width: 160px; color: #4c3319; background-color: #9c6; font-size: 0.8em; line-height: 1.3em; text-decoration: none; margin: 10px 0 0 -10px; border: solid 2px; }

.center {
  text-align: center;
}

.textright{
  text-align: right;
}

.textleft{
  text-align: left;
}

.left {
 margin: 10px 10px 5px 0;
 float: left;
}

.right {
 margin: 10px 0 5px 10px;
 float: right;
}

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

.block {
background: #9c6;
padding: 15px;
}

.hide {
  display: none;
}