html, body {
    height: 100%;
}

body {
	text-align: center;
	min-width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#bbb;
	color: #000;
	font-size:12px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	text-align: left;
	height:auto !important;
	min-height: 100%;
	height: 100%;
	background-color:#002644;
}

#content_wrapper {
	height:100%;
}

#content {
	width:760px;
	float:left;
	background-color:#fff;
	min-height:100%;
	height:100%;
}

#header {
	height: 120px;
	background-color: #003145;
	background-image:url(images/header_background.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#left_nav {
	width:200px;
	float:left;
	background:#003145;
	height:100%;
	min-height:100%;
}

#pagetitle {
	font-size: 26px;
	font-weight: bold;
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	margin:20px;
	text-transform:capitalize;
}

p {
	margin:0 20px 20px 20px;
}

a {
	color: #0098DB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	margin:10px 0 20px 20px;
	padding:0;
}

#login {
	text-align: right;
	margin:75px;
	width: 300px;
}
#login input {
	width: 200px;
	border: none;
	background-color: #ccc;
	color: #333;
	margin-left: 5px;
	padding: 3px 3px 3px 3px;
}

.imageborder {
	margin:0 20px 20px 20px;
	float:right;
}

.imageborder_left {
	margin:0 20px 20px 20px;
}

.librarycontent {
	margin-left:20px;
}

.libraryitem {
	float: left;
	margin: 0 10px 10px 0;
	width: 200px;
}