/* changes and additions for external window */

#page_wrapper {
	width: auto;
	background-color: #fff;
	margin: 0;
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	background-color: #252621;
	z-index: 3;
}

#left {
	position: fixed;
	left: 0;
	top: 100px;
	width: 136px;
	height: 100%;
	background-color: #252621;
	background-repeat: repeat-y;
	z-index: 3;
}

#content {
	margin: 160px 0 24px 158px;
	width: 412px;
}

#search_form_wrapper {
	top: 100px;
	left: 146px;
	padding-top: 10px;
	margin: 0;
}

#ad_wrapper {
	top: 110px;
	left: 594px;
	margin: 0;
}

#fader_top {
	top: 155px;
	left: 146px;
	background-image: url('../images/fader_top.png');
	background-repeat: repeat-x;
	z-index: 1;
}
