body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bg_x.png);
	background-repeat: repeat-x;
	background-color: #fff !important;
}
a:link {
	color: #AC7339;
	text-decoration: underline;
}
a:visited {
	color: #CC9966;
	text-decoration: underline;
}
a:hover {
	color: #CC9966;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.header {
	width:800px;
	height:129px;
	background-image:url(images/header.png);
}
.quotetitle {
	padding:1px;
	margin:1px;
	background:#FFFFCC;
}
.container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.left {
	float: left;
	width: 74%;
}
.right {
	float: right;
	width: 25%;
}
p { margin-top:0px; margin-left:5px; margin-left:5px; }
