@import url(nav.css);

body {
  margin: 0;
  padding: 0;
  background: #c6db94 url(images/gau.png) no-repeat fixed top left;
  color: #4a5238;
  font-family: arial, tahoma, verdana, sans-serif;
}

#wrapper {
  margin: 0;
}

#header {
  background-color: blue;
}

h1 {
  margin: 0;
  padding: 0;
}

#menu2 h3, #menu3 h3, #menu4 h3, #menu5 h3 {
  padding: 1px;
  margin: 0;
  font-weight: bold;
  font-size: large;
  color: #656f4b;
}

#menu2, #menu3, #menu4, #menu5 {
  font-variant: small-caps;
  text-transform: lowercase;
  border: 3px solid white;
  margin-bottom: 15px;
  background-color: #a6b77c;
  width: 170px;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: smaller;
}

#menu1 {
  margin-bottom: 11px;
  width: 175px;
}

#menu1 img {
  border: 3px solid white;
  width: 175px;
}

#left {
  width: 220px;
  padding: 10px;
  float: left;
}

#right {
  float: left;
  /*width: 180px;*/
  /*border: 3px solid white;*/
  margin-top: 10px;
}

#content {
  /*width: 45%;*/
  width: 700px;
  float: left;
  padding-top: 0;
  margin-right: 10px;
  margin-left: 102px;
  margin-top: 10px;
  /*
  background-image: url(images/edge5.png);
  background-position: left;
  background-repeat: repeat-y;
  */
  background-color: #a6b77c;
  border: 3px solid white;
}

#db {
  padding: 10px;
  overflow: auto;
  height: 546px;
}

#footer {
  clear: both;
  text-align: center;
  font-size: smaller;
  font-style: italic;
  margin-left: 102px;
  width: 700px;
  padding-top: 5px;
}

#mycontent {
  background-image: url(images/header2.png);
  height: 100px;
}

#bottom {
  clear: both;
  margin-left: 102px;
  width: 700px;
  padding: 10px 0;
}

#right a:link, #right a:visited, #right a:active {
  text-decoration : none;
  background: transparent;
  color: #656f4b;
}

#right a:hover {
  text-decoration : none;
  color: #8f1856;
  background: transparent;
}

#db a:active, #db a:link, #db a:visited {
  font-style: italic;
  color: #656f4b;
}

#db a:hover {
  font-style: italic;
  color: #8f1856;
}

#footer a:active, #footer a:link, #footer a:visited {
  font-style: italic;
  color: #656f4b;
}

#footer a:hover {
  font-style: italic;
  color: #8f1856;
}

.comment {
  font-size: smaller;
  text-align: left;
}

.helpbox {
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	border: 0px none red;
	background-color: transparent;
}


.newsitem {
  margin-left: 20px;
}

.newstitle {
  font-size: larger;
  font-weight: bold;
  margin: 10px 0;
  background: url(images/bullet2.gif) no-repeat center left;
  padding-left: 15px;
}

.newscontent {
}

.newsfooter {
  font-style: italic;
  font-size: smaller;
  text-align: right;
}

.nextprev{
  /*background: url(images/bullet2.gif) no-repeat center left;*/
  /*background-color: #c6db94;*/
  /*font-size: smaller;*/
  color: #8f1856;
  /*text-align: center;*/
  margin-top: 15px;
  /*font-style: italic;*/
  /*text-decoration: underline;*/
}

.forumheader{
	color:#000;
	padding: 4px;
	background-image : url('../e107_images/forum/fcap2.png');
	border: 1px solid #ececf2;
}

.forumheader2{
	background-color: #EFEFEF;
	color:#000;
	padding: 4px;
	border: #C3BDBD 1px solid;
}

.forumheader3{
	color:#000;
	padding: 4px;
	border: #ececf2 1px solid;
}

.forumborder{
	border: #000080 1px solid;
}

.fborder {
	border: #c1c1c1 1px solid;
}

.tbox{
  text-align: left;
  background-color: #F4F7FA;
  border: #5e5d63 1px solid;
  color: #000000;
}

.tbox.chatbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	color: #000000;
	/*width: 90%;*/
}

.fcaption {
	border: #f0f2f4 1px solid;
	padding: 2px 0 2px 0;
	background-color: #f9fafb;
	color:#616060;
}

#dataform {
  text-align: left;
}
