@import url(./style.css);
body {
	background-image: none;
	background-color: white;
	width: 100%;
	}
#header h1 {
	background-image: none;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	text-align: left;
	height: auto;
	text-indent: 0px;
	font-weight: bold;
	color: #708491;
	}
#sidebar {
	padding-top: 0px;
	min-height: inherit;
	background-color: white;
	background-position: right top;
	background-image: url();
	background-repeat: no-repeat;
	margin-top: 10px;
	float: none;
	width: auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	}
#sidebar #reviews {
	border-left-width: 0px;
	border-bottom-width: medium;
	border-right-width: 0px;
	border-top-width: medium;
	border-color: #ccffcc;
	border-style: solid;
	height: 9.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
	}
#sidebar p {
	text-align: left;
	}
#content {
	padding-left: 15px;
	padding-bottom: 100px;
	padding-right: 15px;
	padding-top: 15px;
	background-image: url(../../content_bg.png);
	background-position: left bottom;
	background-color: white;
	background-repeat: no-repeat;
	margin-right: inherit;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	}
