body {
	color: #003300;
	margin: 20px 0px;
	padding: 0px;
	text-align: center;/*Centers the page in Internet Explorer*/
	background: #F0F0EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
}
#wrapper {
	width: 722px;
	margin: 20px auto;
	text-align: left;/*Reverses the above rule for the rest of the content*/
	background-image: url(../ims/Burton%20&%20Burton%20Banner%20v3_Layout%201.pdf);
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	background: url(../ims/toppy.jpg) no-repeat;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	height: 292px;
}
#container {
	width: 500px;
	float: left;
}
#content {
	margin-right: 100px;
	margin-left: 30px;
	}
#content p {
	text-align: center;

}

content a:visited {
		text-decoration: none;
}

#sidebar {
	width: 200px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-color: #FFFFFF;
	color: #000000;

}
#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #3C3C3C;
	font-weight: bold;
background: none;
	
}

#sidebar li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	background: none;
	color: #3C3C3C;
	font-weight: bold;

}

#sidebar a, a:visited {
	border-left: 10px solid #95927F;
	padding: 4px 4px 4px 10px;
	color: #333333;
	display: block;
	background: none;
	width: auto;
	text-decoration: none;
}

#sidebar a:hover {
	border-left: 10px groove #FBFBFA;
	color: #336666;
	background: none;
}

#currpage a {
	color: #336666;
	background: none;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #000000;
}/*To highlight the current page - apply as necessary*/

#footer {
	background: url(../ims/botty.jpg) no-repeat;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	height: 92px;
	text-indent: 40px;
	text-align: left;
	color: #666B64;
}
h1 {
	border-left: 18px solid #DBD4C7;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
	text-align: left;
}
h2 {
	border-left: 15px solid #6A6A68;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

h3 {
	border-left: 15px solid #DBD4C7;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
color:  #95927F;
font-weight: bold;
	text-decoration: underline;


}

h4 {
	border-left: 6px solid #6A6A68;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

ul li {
	padding: 0 0 0 17px;
	margin: 0 140px 5px 0;
	line-height: 1.3em;
	text-align: justify;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}/*Used here to clear the floated elements above*/

