/* Backgrounds
----------------------------------------------------------------------------------------------------*/
	
#hld {
	background:#FFF;}
	
#wrapper {
	width:960px;
	margin:0 auto;
	}

#header{
	background:url(../images/header.jpg);
	height:201px;
	}
	
#logo {
	float:left;
	width:150px;
	padding:20px 0px 0px 50px;	
		}
		
#title{
	width:500px;
	float:left;
	padding-top:10px;
	}

#book{
	height:39px;
	width:290px;
	clear:both;
	background:url(../images/Book-Button.png) no-repeat;
	float:right;
	padding-right:30px;
	text-align:center;
	color:white;
	font-size:30px;
	}
	
#book p{line-height:100%;}

	
#content{
	clear:both;
	background:url(../images/bodybackground.jpg) repeat-y;
	}

#navbar{
	float:left;
	width:203px;
	height:235px;
	background:url(../images/navbar.jpg) no-repeat;
	}
	
#information{
	float:right;
	width:720px;
	padding-right:30px;
	padding-bottom:20px;
	}

#homeimage {
	float:left;
	width:400px;
	margin-top:10px;
	}
	
#info {
	float:right;
	width:320px;
	}
	
#welcome {
	clear:both;
	padding-top:20px;
	}
	
#map{
	width:512px;
	float:right;
	padding:25px 0px 20px 0px;
	}
	
#leftcolumn{
	float:left;
	width:200px;
	}
	
#facilities {
	clear:both;
	padding-bottom:15px;
	}
	
#facilities img{
	margin:0px 100px 20px 0px;
	}
	
#facilities h3{
	color:blue;
}

#footer{
	clear:both;
	width:900px;
	padding-left:30px;
	}

#footerline{background:#0404EB;
width:100%;
height:2px;
margin-top:20px;}

#footerleft {float:left;}
#footerright {float:right;}
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
img {border:#333 3px;}

body {
	font: 16px Georgia, "Times New Roman", Times, serif ;
	color: #333;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

#footer a{
	text-decoration:none;
	color:#333;
		 }

#footer a:hover{color:blue;}

#book a{
	color:white;
	text-decoration:none;
	}
	
#book a:hover{
	color:#06F;
	}
	
#gallery img {
	margin: 0px 10px 10px 0px;
	border: solid 2px #333;
	}
	




/* `Navbar
----------------------------------------------------------------------------------------------------*/

#navbar ul {
	list-style:none;
	padding:20px 0px 0px 25px;
	line-height:140%;
	}

#navbar li a {
	text-decoration:none;
	color:#222;
	font-size:17px;
	}
#navbar li a:hover {color:white;}

#navbar #active a{color:white;}


/* `Headings
----------------------------------------------------------------------------------------------------*/
#footer {
	font-size:12px;
	}
#content h1{
	color:blue;
	padding-bottom:20px;
	font-size:30px;
}

#title h1 {
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size:36px;
	}

#title h2 {
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size:20px;
	}
	
#info h1 {
	color:blue;
	font-size:24px;
	}

#info h2 {
	color:blue;
	font-size:20px;
	line-height:100%;
	}
	
#info ul {
	padding-top:10px;
	color:blue;
	list-style:disc;
	line-height:110%;
	}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 18px;
	padding: 10px 0px 10px 0px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ul {
	list-style: disc;
}


li {
	margin-left: 30px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
	line-height:130%;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.fright {float:right;}
.fleft {float:left;}