﻿body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url('books-in-shelf-2946979.jpg'); 
background-repeat:no-repeat; background-size: cover; background-attachment:fixed; 
}
.h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 100px;
	position: relative;
	top: 150px;
}
	
#pageTitle {
	position: absolute;
}

#main {
	padding: 25px;
	background-repeat: repeat-y;
	position: relative;
	background-image: url('../Images/sidebarBG.gif');
}


#main2 {
	padding: 25px;
	background-repeat: repeat-y;
	position: relative;
	background-color: #FFFFFF;
}

#content {
	width: 645px;
	float: left;
}

#sidebar {
	width: 307px;
	float: right;
	font-weight: bold;
	background-repeat: repeat;
	top: 0px;
	position: absolute;
	right: 0px;
	color: #FFFFFF;
}

#footer {
clear:both;
	text-align:right;
	margin-top: 10px;
}

.title1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 45px;
	display: block;
	}
	
.title2 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	}
	
#centeredbackground {
	background-repeat: inherit;
	background-position: center;
	min-width: 100px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}
img.alignleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignright {
	float:right;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
	/* Begin Menu */
#menu {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	display: inline;
	float: left;
	width: 150px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	height: 35px;
	background-image: url('../Images/possible background image2.jpg');
	font-weight: bold;
}
#menu ul li a {
	color: #000000;
	text-decoration: none;
	line-height: 30px;
	width: 142px;
	display: block;
	padding-left: 8px;
}
#menu ul li a:hover {
	background-color: #006699;
	color: #FFFFFF;
}
#menu ul li ul li a {
	background-color: #006699;
}
#menu ul li ul li a:hover {
	background-color: #333333;
}
#menu ul li ul {
	visibility: hidden;
}
#menu ul li:hover ul {
	visibility: visible;
}
/* End Menu */

/* Begin Sidebar*/
#sidebarTitle {
	font-weight: bold;
	text-decoration: underline overline;
	text-align: center;
}

#sidebar h3 {
	background-color: #1875FF;
	color: #FBFBFB;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 15px 20px 15px 20px;
	margin-bottom: 10px;
}

#sidebar ul ul {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#sidebar ul ul li {
	color: #C0C0C0;
}

#sidebar ul ul li a {
	display: block;
	padding: 7px;
}

#sidebar ul ul li a:hover,
#sidebar .added li:hover  {
	background: #484848;
	color: #80ccff:
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

#sidebar .added li {
	padding: 7px;
}

#sidebar .added a {
	padding: 0px;
	display: inline;
}

/* End Sidebar*/

#footer p {
	font-size: .8em;
	line-height: 1.2em;
	color: #3399FF;
}
#sidebar {
	text-align: justify;
}
