.menu_bullets {  list-style-image: url(../images/bullet.gif); list-style-type: square}
.arial_12 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

body {
	background-color: #FFCC99;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 753px;
	background-image: url(../images/bg-leftcol.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#leftcol {
	width: 217px;
	background-color: #000000;
	float: left;
}

#leftcol img {
	display: block;
}

#header {
	background-color: #000;
	width: 533px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	height: 110px;
	float: left;
}

#content_container {
	background-image: url(../images/backyard.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 4px;
}

#content {
	color: #660000;
	width: 375px;
	text-align: left;
	font-size: 90%;
	float: left;
	padding: 4px;
	margin-top: 8px;
}

h1 {
	font-size: 105%;
	color: #663300;
}
.spacer {
	clear: both;
}

#footer {
	clear: both;
	text-align: right;
	background-color: #000;
	color: #FFCC99;
	font-size: 75%;
}

#footer a {
	color: #FFCC99;
}

#rightcol
{
	float: right;
	width: 150px;
	font-size: 75%;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
}

#rightcol ul {
	margin: 0;
	padding: 0;
}

#rightcol li {
	list-style-type: square;
	margin-left: 20px;
	color: navy;
}

