	body {
	margin:0;
	padding:0;
	background-color:#9F957A;
	width:800px;
	margin:0 auto;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	  
	  } html>body {font-size:small;}
	
	#header {
	  float:left;
	  width:150%;
	  background-color:#9F957A;
	  /*background:#9F957A url("../images/bg.gif") repeat-x bottom;*/
	  font-size:110%;
	  line-height:normal;

	 
	  }
	#header ul {
	  margin:0;
	  padding:10px 10px 0;
	  list-style:none;
	  
	  }
	#header li {
	  float:left;
	  background:url("../images/left.gif") no-repeat left top;
	  margin:0;
	  padding:0 0 0 9px;
	  }
	#header a {
	  float:left;
	  display:block;
	  background:url("../images/right.gif") no-repeat right top;
	  padding:5px 15px 4px 6px;
	  text-decoration:none;
	  font-weight:bold;
	  color:#765;
	  }
	/* Commented Backslash Hack
	   hides rule from IE5-Mac \*/
	#header a {float:none;}
	/* End IE5-Mac hack */
	#header a:hover {
	  color:#333;
	  }
	#header #current {
	  background-image:url("../images/left_on.gif");
	  border-width:0;
	  }
	#header #current a {
	  background-image:url("../images/right_on.gif");
	  color:#333;
	  padding-bottom:5px;
	  }
	  
.content
{
	border::solid 1px black;
	padding:1ems 1ems 1ems 1ems;
}

a {color:white; text-decoration:none; }


.north { background: url(north.png) repeat-x top; }
.east { background: url(east.png) repeat-y right; }
.south { background: url(/south.png) repeat-x bottom; }
.west { background: url(west.png) repeat-y left; }
.ne { background: url(ne.png) no-repeat top right; }
.se { background: url(se.png) no-repeat bottom right; }
.sw { background: urlsw.png) no-repeat bottom left; }
.nw { background: url(nw.png) no-repeat top left; }
.squid .faux { background: url(i1/faux.png) repeat-y center; }
.squid .north { background: url(i1/north.png) repeat-x top; }
.squid .south { background: url(i1/south.png) repeat-x bottom; }
.east { background: url(i2/east.png) repeat-y right; }
.south { background: url(i2/south.png) repeat-x bottom; }
.ne { background: url(i2/ne.png) no-repeat top right; }
.se { background: url(i2/se.png) no-repeat bottom right; }
.sw { background: url(i2/sw.png) no-repeat bottom left; padding: 0px;} /* Adjust this value to move the border */
.border{ border: 1px solid #acacac; padding: 15px;}
