body {
	margin: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.5em;
	background-color: #eee;
}
a {
	color: #227cc4;
	text-decoration:none;
}
#content {
	width: 900px;
	background-color: #FFF;
	margin: auto;
}
#left {
	width: 180px;
	float: left;
	background-image: url(images/left-bg.gif);
	background-repeat:repeat-y;
	height: 810px;
}
#center {
	width: 394px;
	float: left;
	height: 100%;
}
#center h2 {
	font-size: 16px;
	margin: 0px;
	color: #887966;
	padding: 0em 1em 0em 1em;
}
#center p {
	padding: 0em 1em 0em 1em;
}
#right {
	width: 326px;
	float: left;
	background-image:url(images/right-bg.gif);
	background-repeat:repeat-y;
	height: 810px;
}
#right p {
	padding-left:20px;
	margin-bottom:5px;
	margin-top:5px;
	font-weight: bold;
	color: #000;
}
#right input {
	margin-left: 20px;
}
#right select {
	margin-left: 20px;
}
#footer {
	clear:left;
	background-image:url(images/footer.gif);
	background-color: #006;
	height: 70px;
	text-align: center;
}
#footer p {
	color: #FFF;
	padding-top: 25px;
}
