body {
	background: url("images/bg_main.jpg"/*tpa=http://www.cactusclassics.com/images/bg_main.jpg*/) repeat-x #1d100a;
}
#container {
	background: url("images/bg_container.jpg"/*tpa=http://www.cactusclassics.com/images/bg_container.jpg*/) repeat-y #ffffff;
	margin: 0px auto;
	width: 750px;
}
#content {
	background: url("images/bg_content.jpg"/*tpa=http://www.cactusclassics.com/images/bg_content.jpg*/) no-repeat bottom;
	float: left;
	padding: 15px 30px 278px 30px;
	width: 542px;
}
#copyright {
	color: #ffffff;
	font-size: 11px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: right;
	width: 750px;
}
#footer {
	background: url("images/bg_footer.jpg"/*tpa=http://www.cactusclassics.com/images/bg_footer.jpg*/) no-repeat;
	clear: both;
	height: 20px;
}
#header {
	background: url("images/bg_header.jpg"/*tpa=http://www.cactusclassics.com/images/bg_header.jpg*/) no-repeat;
	height: 140px;
	width: 750px;
}
#menu {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style-type: none;
}
#menu li a {
	background-color: #ea7437;
	border-left: 9px solid #b05830;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #b36f5a;
	border-left: 9px solid #916455;
}
#navbar {
	float: left;
	width: 148px;
}
h2 {
	color: #d47e4c;
	font-size: 20px;
	margin: 0px;
}
p {
	color: #3b3b3b;
	font-size: 12px;
	margin-top: 5px;
}
a {
	color: #d47e4c;
	text-decoration: none;
}
