#wrapper {
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
body {
	background-color: #104372;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#navig {
	background-color: #FFFFFF;
	height: 17px;
}
#frontleft {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 190px;
	float: left;
	background-color: #ebebeb;
	padding-left: 280px;
	text-align: left;
	padding-right: 5px;
}
#frontright {
	float: right;
	height: 600px;
	width: 275px;
}
#navig {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #003366;
}
#bookleft {
	float: left;
	width: 200px;
	background-color: #ebebeb;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	height: 800px;
}
#bookright {
	background-color: #ebebeb;
	float: right;
	width: 540px;
	height: 800px;
}
td {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
}
tr {
	border: 1px solid #ffffff;
	
}
input {
 background-color: #ebebeb;
  border: 1px solid #6699cc;
}
textarea {
 background-color: #ebebeb;
  border: 1px solid #6699cc;
}
table {
 border: 1px solid #ffffff;
}
a:link {
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

