﻿#container {
	width: 80%;
	height: 100%;
}
#nav_top {
	position: relative;
}
#nav_left {
}
#logo {
	width: 143px;
	float: left;
	position: absolute;
	margin-right: 25px;
	height: 100%;
}
#page_content {
	position: relative;
}
#banner {
	float: right;
	width: 300px;
	height: 135px;
	position: relative;
	border-style: outset;
}
