/* Get all the styles of the default template as this is really only a slight mod. */
@import url("/css/template_default.css");

/* Now do the tweaks */
#container .outer {
	width: auto;
}
#container .outer,
#banner {
 	background: none;
 }
#banner {
	border-bottom: none;
}
#banner .inner {
	min-height: 208px;
	_height: 208px;
	padding: 1px 0;
	padding-right: 370px;
	width: 590px;
	zoom:1;
}
#banner .bannerblock {
	padding-left: 170px;
}
#side {
	margin-top: -210px;
}
#content {
	margin-top: 20px;
}