#navigation {
	padding: 0;
	list-style: none;
	border-top: 1px solid #b5b5b5; 
}

#navigation li {
	padding: 6px 0;
	font: 110% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #b5b5b5; 
}

#navigation a {
	text-decoration: none; /* remove underline */
	display: block;
	padding: 3px 10px;
	
}

#navigation a:hover {
	display: block;
	background: #dcdcdc;
}

#current {
	background: #e0e0e0;
	font-weight: bold;
}


#sidebar {
	width: 200px;
	}

body {
	width: 90%;
	margin-left: auto;
	margin-right: auto; 
	}


#titlebar {
	background: #7f7fff;
	position: relative;
	height: 100px;
	margin-bottom: 15px; 
}

#titlename {
	font: 250% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top:0px;
	left:180px;
}


#order {
	border-style:outset;
	border-width:2px;
	text-align:center;
	padding:10px;
}

.cover { 
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
	}


.banner h1 { font-size: 250%; }
.banner table { width: 800px; height: 100px; background-color: #6ccbfd; }
.banner td.title { vertical-align:center; }
.banner td.login { width: 200px; text-align:left; vertical-align:text-top; }
   
