
body {
	margin: 0;
	background-color:#FF0000;
}

#header {
	height: 130px;
	border-bottom: 3px double #000000;
	background-color:#FF0000;
}

span.title {
	font-size: 3em;
	font-weight: 700;
	color: #2a58dc;
	padding-left: 30px;
}

.side {

  border-bottom: 3px double #000000;
	border-right: 3px double #000000;
  width: 170px;
	padding-right: 10px;
	float: left;
  clear: left;
}

.side ul {
	list-style: none;
	padding-top: 8px;
}

.side li {
	margin-bottom: 10px;
	margin-left: -18px;
}

.side li a {
	color : #000000;
	background-image: url(images/wood038_light.jpg);
	border : 3px double #000000;
	padding: 2px 15px 2px 15px;

	text-decoration : none;
	display: block;
	font-size: 18px;
	width: 100px;
	font-weight: bold;
	text-align:center;
}

.side li a:hover {
	background-color : #4662b3;
	color : #000000;
	border : 3px double #eaedf3;
	text-decoration : none;
}

.side li a#current {
	background-color : #333300;
	color : #FFFFFF;
	border : 3px double #eaedf3;
	text-decoration : none;
}


#content {
	/* margin: top, right, bottom, left */
  margin: 20px 20px 0 210px;
}

.box {
	border: 1px solid #000000;
	margin-bottom: 15px;
}

.boxcontent {
	padding: 5px 20px 5px 20px;
	background-image:url(images/wood038_light.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.boxtop {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px solid #000000;
}

#footer {
  padding-top: 7px;
  padding-bottom: 7px;
	border-top: 3px solid #000000;
	background-color: #FF0000;
	text-align: center;
	font-size: 90%;
	margin-top:500px;
}

h1,h2,h3,h4,h5,h6 {
	color: #4662b3;
}


a:hover {
	text-decoration: underline;
}

acronym,abbr {
	border-bottom: 1px dotted #000000;
	cursor: help;
}

p {

}

#content p {
	padding-left: 8px;
}

li {
	font-size: 85%;
}

.mainbanner {
	margin-left: 45px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
}

.buddah {
	padding-left:35px;
}
