body {
	margin:50px 0px; 
	padding:0px; 
/*	text-align:center; */

	background-image:url('/images/barnwoodbackground.jpg');
	font-size: 11px;
	color: green;
	min-width:500px;
}

	#main {
		float:left;
		width:350px;
		height:250px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
		float:right;
		width:350px;
		height:250px;
		background-image:(/images/stand open soon chalkboard.jpg);
		background-repeat: no-repeat;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:#000000;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }

#wrap {
	margin:0 auto;
	width:860px;
	border:3px solid #fff;
	padding: 2px 2px 2px 2px;
	background:url("/images/maroon gingham.jpg");
}

div#all_centered
{
	width:700px; 
	margin:0px auto; 
	text-align:left; 
	padding:15px; 
/*	border:1px dashed #333;  */
}

.chalkboard
{
	float:right;
	padding: 2px 2px 2px 2px;
	clear:right;
	border: 1px solid gray;
}

.myBox
{
	border:3px solid #fff;
	padding: 2px 2px 2px 2px;
	background:#000000;
	margin-top:0px;
	margin-left:14px;
	margin-right:14px;
	margin-bottom:0px;
}

.boldStyle
{
	font-weight:bold;
}



.header_nav
{
	margin-top:0px;
	margin-bottom: 0px;
	height:22px;
	margin:0 auto;width:750px;
}




/* MENU */
.header {
  float:right;
  width:100%;
/*  background:#000000; */
  font-size:98%;
  line-height:normal;
  padding-right:0px;
  }
.header ul {
  margin:0;
  padding:1px 8px 0 0;
  list-style:none;
  margin-right:5px; /* move in 5px from the right to sit on top of the border */
  }
.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 22px 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");
  }
.header #current a {
  background-image:url("/images/right_on.gif");
  color:#333;
  padding-bottom:5px; }
}

