﻿/* CSS layout */
body {
	background-position: center;
	margin: 0;
	padding: 0;
	background-image: url('background.jpg');
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	overflow-x: hidden;
}
#container {
	border-width: thin;
	min-width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: static;
	width: 750px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	color: #FFFFFF;
	height: 2000px;
	background-image: url('books1.jpg');
	font-size: small;
	border-right-style: solid;
	border-left-style: solid;
}

.infobox {
	border-style:solid;
	border-color:silver;
	border-width:1px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width:175px;
}

#verybottom {
	border-top: 1px;
	border-top-color: white;
	padding: 5px 5px 0px 5px;
	height: 20px;
	width: 100%;
	font-size: x-small;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	clip: rect(auto, auto, auto, auto);
	color: #000000;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: static;
	border-top-style: solid;
}

#quote {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	position: relative;
}

#title {
	padding: 0px 15px 15px 15px;
	width: 505px;
	float: right;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.left_col {
	padding: 0px 0px 0px 5px;
	width: 200px;
	float: left;
	text-align:center;

}
.page_content {
	padding: 0px 15px 0px 15px;
	width: 505px;
	float: right;
}
.box {
	width: 100%;
	position: static;
	margin-top: 25px;
}
#menu {
	width: 746px;
	height: 30px;
	position: relative;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 2px;
	font-family: Tahoma, Verdana;
	font-size: small;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	clip: rect(auto, auto, auto, auto);
	right: auto;
	left: auto;
	background-color: #000028;
}
#menuInner {
	position: static;
	right: auto;
	left: auto;
	width: 580px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
.menuitem {
	background-color: #D7D7D7;
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin: 4px 5px 4px 5px;
	position: inherit;
	text-align: center;
	text-decoration:none;
	color: #000000;
	top: auto;
	right: auto;
	z-index: auto;
	float: left;
	clip: rect(auto, auto, auto, auto);
	letter-spacing: 1pt;
	width: 100px;
	left: auto;
}
a.menuitem{
	text-decoration:none;
}
a:hover.menuitem {
	background-color:#A9A800;
}

#map div {
     max-width: 150px; /* Change to the width of your map */
}
#map div span {
     white-space: normal;
}
