* {
	padding: 0px;
	margin: 0px;
}
div#container {
	width: 738px;
	height: 575px;
	position: relative;
	top: 100px;
	margin: 0 auto;
}
div#left,
div#right,
div#header,
div#contentBg,
div#content,
div#logo,
div#nav,
div#search,
div#footer,
div#bottom {
	position: absolute;
}
div#left {
	width: 34px;
	height: 575px;
	top: 0px; left: 0px;
}
div#header {
	width: 460px;
	height: 57px;
	top: 0px; left: 34px;
}
div#logo {
	width: 210px; 
	height: 114px;
	top: 5px; right: 34px; /* special case top + 5*/
}
div#contentBg,
div#content {
	width: 440px;
	height: 377px;
	top: 57px; left: 34px;
}
div#content {
	overflow: auto;
	padding: 10px;
	scrollbar-arrow-color:#fff; 
	scrollbar-base-color:#317fcb; 
	scrollbar-face-color:#317fcb; 
}
div#right {
	width: 34px;
	height: 575px;
	top: 0px; right: 0px;
}
div#nav {
	width: 210px;
	height: 167px;
	top: 119px; right: 34px; /* special case top + 5*/
}
div#search {
	width: 210px;
	height: 168px;
	top: 286px; right: 34px; /* special case top + 5*/
	background-image: url("../images/i_search.gif");
}
div#footer {
	width: 670px;
	height: 95px;
	bottom: 26px; left: 34px;
}
div#bottom {
	width: 670px;
	height: 26px;
	bottom: 0px; left: 34px;
}
div.filler {
	width: 100%;
	height: 100%;
}
div.filler p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	padding: 10px;
}
div.filler p.dark {
	color: #000;
}
div.filler p.bright {
	padding-top: 40px; 
	color: #fff;
}
