html {
	min-width: 742px;
	 }
body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
    background: url(../images/zig.png) top center;
	font: small "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    min-width: 742px;
}
#top{
  text-align: left;
  height: 100px;
  background-color: #FFDE00;
  /*background-image: url(../images/logosmall.gif);*/
  background-repeat: no-repeat;
  width: 100%;
}
#top h1{
  padding: 0px;
  margin: 0px;
}
h2{
}

#menubar{
  background-color: #FFDE00;
  /*border-top: 1px solid #333333;*/
  background-image: url(../images/trap.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  line-height: 1;
}
#menubar ol, #menubar ul{
	  margin: 0;
	  padding: 0;
  list-style-type: none;
}
#menubar li{
/*  display: inline;*/
}
#menubar a{
  text-decoration: none;
  color: #000;
/*  height:30px;*/
/*  padding: 5px;*/
}
#menubar a:hover{
  text-decoration: underline;
  background-color: #E1C600;
/*  padding: 5px;*/
}


#centrebit{
  width: 100%;
  background-image: url(../images/lightgreypinstripe.gif);
  background-repeat: repeat-y;
  background-position: center;
  min-height: 800px;
  margin: 0 0 0px 0;
}

#content{
  width: 682px;
  clear: none;
}
#wrapper	{
	color: #000;
	width: 686px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#maincontent 	{
	float: right;
	width: 430px;
	padding: 5px;
	border: 0;  
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */
	margin-left: 6px;
	}
html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-right: 12px;
	min-height: 800px;
	}
#sidebar	{
	margin: 0 0 0 0px;
	padding: 5px;
	width: 200px;
	border: 0;
	/*background-color: #999999;*/
}
/*#sidebar h4 a{
	background-color:#666666;
	color:#FFFF00;
	display:block;
}*/
#sidebar img{
	margin-top:1px;
}
#footer{
	width: 100%;
	clear:both;
	}
.newspaper{
width:161px;
padding:5px;
font-family:"Times New Roman", Times, serif;

color: #323232;
text-align:justify;
background-image:url(../images/newspaper.jpg);
}
.newspaper h3{
  padding-top: 0px;
  margin-top: 0px;
  font-size: 200%;
}
.section{
  background-image: url(../images/1pxbg.png);
  padding: 2px;
  /*font-family: Bookman Old Style;*/
  border-bottom: 1px solid;
  border-top: 1px solid ;
  border-collapse: collapse;

}

.rightfloat{
	float: right;
}
.leftfloat{
	float:left;
}
a {
	color:#000066;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	}
img{
	border: 0px;
	}
/*forms*/
textarea{
	border:1px solid #999999;
	width:100%;
	}
.input{
width:100%;
}