/* Page layout */

#logo {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 55;
}
#main {
	position: absolute;
	right: 100px;
	left: 125px;
	width: auto;
	top: 80px;
	min-width: 600px;
    width: expression(document.body.clientWidth < 810 ? "600px" : "75%" );	/* IE min-width hack */
	height: 450px;
	min-height: 450px;
	z-index: 10;
	
/*	top: 5em;
	padding: 1em;*/
}
body>#main {
	height: auto;
}

#quick_search {
	position: absolute;
	right: 100px;
	width: auto;
/*	margin-left: 600px;*/
	left: 595px;			/* amount of space required between the left side of the window & the left side of the div */
	min-width: 175px;
	white-space: nowrap;
	
	top: 30px;
	text-align: right;
}
#user {
	position: absolute;
	right: 100px;
	width: auto;
	margin-left: 200px;
	
	top: 5px;
/*	min-width: 620px;*/
}
#username_password {
/*	position: absolute;
	right: 0px;
	width: 300px;*/
	font-size: x-small;
	text-align: right;
}
#username_password input {
	color: #666666;
	border: 1px #999999 solid;
	font-size: x-small;
}
#menu {
	position: absolute;
	top: 30px;
	left: 200px;
	z-index: 50;
	
/*	top: 2em;*/
}
#side_navigation {
	position:absolute;
	left: 24px;
	top:  100px;
	width: 120px;
	z-index: 15;
	
/*	left: 2.05em;
	top:  100px;
	width: 8em;*/
}
#footer {
	position: absolute;
	bottom: 0;
	left: 1px;
}
/* Not recognized in IE6 & earlier */
body>#footer {
	position: fixed;
}