body
{
	margin: 0;
}

h2
{
	font-family: “Century Gothic”, “Apple Gothic”, sans-serif
	font-variant: small-caps;
}

#banner
{
	background: url(banner.png) left no-repeat;
	height: 205px;
}

.banner_bar
{
	height: 10px;
	background-color: green;
	clear: both;
}

#sidebar
{
	width: 280px;
	float: left;
}

#sidebar li
{
	list-style: none;/*url(wreath.png);*/
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: sans-serif;
}

#sidebar a
{
	color: black;
}

#content_box
{

}

#content_area
{
	margin: 1em;
	margin-left: 300px;
}

.content_pic
{
	float: left;
}

