body {
	font: 11px/1.25em normal helvetica, arial, sans-serif;
	background-color: rgb(255,170,30);
	min-width: 400px;
	text-align: center;
	background-image: url(../images/sunsetbar.png);
	background-repeat: repeat-x;

}
a {
	text-decoration:none;
	color: rgb(145,75,5);
}
a:hover {
	color: rgb(155,115,15);
}
.x {
	background-color: rgb(245,230,150);
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 600px;
	text-align:left;
	border: 0px solid rgb(200,200,200);
	padding: 5px;
}

h3 { color: rgb(155,125,15); }
img#logo {
	margin-left: 20px;
	margin-top: 20px;
	float:left;
	border: 0px;
}


