@charset "UTF-8";
/* CSS Document */

body {
	margin: 50px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666633;
	text-align: center;
	line-height: 20px;
	background: url(../img/background.jpg);	
}

.linebreak {
	margin:20px 0;
	border-top:8px solid #B7BAA3;
	width:900px;
}

.rightimage {
	float:right;
	margin:0 40px 20px 40px;
	padding:0;
	border:4px solid  #B7BAA3;
}

h1 {
	margin:10px 0 40px 0;	
	text-align:left;
}

h2, h3 {
	margin:0 25px 15px 0;
	line-height:1.35em;
}
h4 {
	margin: 40px 0 20px 0;	
	text-align: center;
}
p {
	margin:0 55px 20px 0;
	line-height:1.45em;
}
a {
	color: #CC6633;
	text-decoration:none;
}
a:hover {
	color: #717365;
}
ul {
	margin-left: 0;
	padding: 0;
	list-style: none;	
}
img {
	border: 0;	
}
address {
	font-style: normal;
	text-align: center;
}
#container {
	width: 960px;
	margin: 50px auto 0 auto;
	text-align: left;
	overflow: hidden;
}

#content {
	border-left:8px solid #B7BAA3;
	border-right:8px solid #B7BAA3;
	padding:0 20px 20px 20px;
	color: #5B5836;
	text-align: left;
	background-color:#FAFEE3;
}
#frame {
	width: 100%;
	height: 15px;
	margin: 0 auto;
	background:url(../images/newtop.png) no-repeat center top;
}
#content #chalkboard {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}
#frameEnd {
	clear: both;
	width: 960px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	background:url(../images/newbvottom.png) no-repeat center top;
}
.bold {
	font-weight: bold;	
}
.time {
	font-variant: small-caps;	
}

#footerContainers {
	float:left;
	width:260px;
	margin-right:30px;
	text-align:left;
}

.clearIt {
	clear:both;
}