@import url(/library/stylesheets/index.css);

body {
	background-color: #BFB4AC;
	text-align: center;
	background-image: url(/library/images/home-bar.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}

.container {
	position: relative;
	width: 780px;
	height: 660px;
	bottom: 0px;
	overflow: auto;
	margin: 0px auto 0 auto;
	padding: 0px;
	text-align: left;
}

#banner {
	cursor: default;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #807873;
	background-image: url(/library/images/banner.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	height: 42px;
	font-family: helvetica, sans-serif;
	text-align: left;
	color: #fff;
}
#banner #title {
	position: absolute;
	top: 6px;
	bottom: 0px;
	left: 11px;
	right: 206px;
	font-size: 24px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	text-overflow: ellipsis;
}
#banner #title a:link, #banner #title a:visited {
	color: #fff; /* prevent titles from being colored */;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 3px 3px 8px #000;
}
#banner #title a:hover {
	color: #cf0; /* prevent titles from being colored */;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 3px 3px 8px #000;
}	
#banner #aim {
	position: absolute;
	top: 6px;
	bottom: 0px;
	left: 575px;
	right: 11px;
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}
#banner #aim img {
	position: relative;
	top: 5px;
}

#menu {
	cursor: default;
	position: absolute;
	top: 42px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #666666;
	background-image: url(/library/images/menu.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	height: 24px;
	font-family: helvetica, sans-serif;
	text-align: left;
	color: #666666;
}
#menu #menuitems {
	position: relative;
	top: 3px;
	width: 100%;
}
#menu #menuitems .menuitem, #menu #menuitems .menuitemselected {
	white-space: nowrap;
	margin-left: 11px;
	float: left;
	font-size: 14px;
	letter-spacing: 0.1em;
	cursor: pointer;
}
#menu #menuitems .menuitem a:link, #menu #menuitems .menuitem a:visited {
	color: #f03;
	text-shadow: 2px 2px 4px #fc6;
	text-decoration: none;
	cursor: pointer;
}
#menu #menuitems .menuitem a:hover, #menu #menuitems .menuitemselected a:link, #menu #menuitems .menuitemselected a:visited, #menu #menuitems .menuitemselected a:hover {
	color: #600;
	text-shadow: 2px 2px 4px #fc6;
	text-decoration: none;
	cursor: pointer;
}

#framehome {
	position: absolute;
	top: 66px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}



