#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 500px;
	border: 3px solid #C4C4C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 197px;
}
#body {
	float: left;
	width: 650px;
	min-height: 300px;
}
#sidebar {
	float: right;
	width: 155px;
	margin-right: 5px;
	min-height: 200px;
	background-image: url(images/form.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 20px;
	padding-left: 135px;
	padding-right: 50px;
}
h1 {
	color: #981F14;
}
body {
	background-image: url(images/tile.jpg);
}
