/* ----------------------------------------------------
   body basics
   ---------------------------------------------------- */


body, html {

	background-color: #EDE9E1;
	width: 100%;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}

#outer-container {

	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#inner-container {

	width: 960px; 
	min-height: 760px;	
	height: 760px;
	margin: 0px auto; 
	position: relative;
	text-align: left;
}

#content {

	position: absolute;
	left: 400px;
	top: 150px;
	width: 495px;
	min-height: 500px;
	height: 500px;
	text-align: left;
}

#scroll {

	position: relative;
	height: 450px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: auto;
	z-index: 200;
}

/* ----------------------------------------------------
   logo
   ---------------------------------------------------- */

#logo {

	position: absolute;
	left: 80px;
	top: 48px;
}

/* ----------------------------------------------------
   top navigation
   ---------------------------------------------------- */

	#topNavigation, #navContainer {
	
		position: absolute;
		left: 400px;
		top: 100px;
		width: 495px;
		padding: 0;
		text-align: left;
		z-index: 1000;
		height: 30px;
	
		font-size: 14px;
		font-weight: bold;
		color: #D00;
	}

	.navItem {
	
		float: left;
		background: url(/images/nav-bg-gray.gif);
		height: 30px;
		padding-bottom: 5px;
		text-align: center;
	}
	
	.navItemSelected {
	
		background: url(/images/nav-bg-black.gif);
	}
	
	.navSpacer {
	
		width: 2px;
		color: #BBB;
	}

/* ----------------------------------------------------
   login note
   ---------------------------------------------------- */

#loginNote {

	position: absolute;
	right: 60px;
	top: 20px;
	width: 800px;
	height: 24px;
	text-align: right;
	z-index: 1000;

	font-size: 12px;
	font-style: italic;
	color: #888;
}

/* ----------------------------------------------------
   footer
   ---------------------------------------------------- */

#footer {

	position: absolute;
	left: 0px;
	top: 700px;
	width: 960px;
	background-color: #76674A; 
	min-height: 25px;
	height: 25px;
	color: #FFF; 
	padding-top: 8px;
	text-align: center;
	font-size: 12px;
}

#copyright {

	position: absolute;
	right: 3px;
	bottom: 68px;
	color: #FFF; 
	text-align: right;
	font-size: 9px;
	z-index: 4000;
}

