@charset "utf-8";

body {
	text-align: center;
	font-size: 1em;
	margin:0;
	padding:0;
	background-color: #a8e0f2;
}
img {
	margin: 0px;
	padding: 0px;
}


h1 {
	font-family: "Monotype Corsiva";
	font-size: 3em;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	padding-left: 5px;
	padding-top: 100px;
}
#container #navsize #navbar li {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	list-style-type: none;
}
#container #navsize #navbar ul {
	list-style-image: none;
	list-style-type: none;
}
#cart {
	text-align: left;
	display: block;
	overflow: auto;
	position: relative;
	top: 25px;
} 

#cart  p {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
}
#cart  ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
}
#cart li {
	text-align: left;
	padding: 0px 0px 0px 4px;
}

textarea {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.error {
	display:block; /* show paragraph when error class is in it */
	color:red;
	font-size:.8em; /* smaller font size */
}

.invisible {
	visibility: hidden;
	display: none;
}

#container {
	text-align: left;
	height: 700px;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#headsize {
	height: 5em;
	width: 100%;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}

#leftlink {
	text-align: left;
	display: inline;
	width: 50px;
}
#rightlink {
	text-align: right;
	display: inline;
	position: absolute;
	right: 0px;
}
#header a {
	margin-right: 10px;
	margin-left: 10px;
}



#navsize {
	position: relative;
	width: 15%;
	left: 0px;
	top: 0px;
	height: 6em;
	float: left;
}
#navbar {
	display: block;
}
#contentsize {
	float: left;
	background-image: url(images/book.gif);
	background-repeat: no-repeat;
	height: 32em;
	width: 85%;
	position: relative;
}
#content {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

#content textarea {
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	left: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
}


#buttonBar {
	position: relative;
	top: 0px;
	right: 10px;
	margin-right: 20px;
	margin-left: 20px;
	width: 80%;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
}

#buttonBar button {
	padding-left: 50px;
	margin-left: 50px;
}

#leftpage {
	position: absolute;
	top: 72px;
	left: 140px;
	width: 235px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#rightpage {
	position: absolute;
	width: 250px;
	margin: 0px;
	padding: 0px;
	left: 400px;
	top: 72px;
	display: inline;
	clear: both;
}
#content textarea {
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}


#footsize {
	clear: both;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-style: italic;
	text-align: center;
	display: block;
}
.savvy-tail {
	font-family:"Lucida Calligraphy", Arial, Helvetica;
	font-size:10px;
	color: rgb(130, 104, 0);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div#column {
	margin:5px; /* TEMP-remove - to push the form out of the corner in this example */
	border:1px solid #AAA; /* the border on the containing element */
	font-family:Arial, sans-serif; 
	float:left;
	}
#buttonBar {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#query {
	text-align: center;
	position: relative;
	width: 100%;
}
#query table {
	text-align: center;
	margin-right: 20px;
	margin-left: 80px;
}
