a:hover {
	text-decoration: underline;
}

a:active, a:link, a:visited {
	text-decoration: none;
}

body, td, th {
	font: smaller Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0;
	padding: 0 0;
}

h1 {
	margin: 0 0;
	padding: 5px 0px;
	text-align: center;
}

h2 {
	color: #333333;
	font-size: medium;
	font-weight: bold;
	margin: 5px 0px;
	padding: 5px 0px;
}

h3 {
	font-size: small;
	margin: 5px 0px;
	padding: 5px 0px;
}

h4 {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0px;
	padding: 5px 0px;
}

hr {
	background: #666666;
	color: #666666;
	height: 1px;
	width: 100%;
}

table {
	border: 1px solid #000000;
	margin-left: 5px;
}

th, td, caption {
	padding: 5px 5px;
	text-align: left;
}

.address {
	background: #FFFFFF;
	border: 1px dotted #000000;
	color: #000000;
	padding: 3px 3px;
	text-align: center;
}

.imgborder {
	border: 1px solid #000000;
}

/* following css courtesy of Tom Gilder:
  http://blog.tom.me.uk/2003/09/13/skipadeedoodah.php */
  
.skiplinks{
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.skiplinks:active, .skiplinks:focus {
	background: #FFFF00;
	border: 2px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
	height: auto; /* The rest are purely presentational
     properties to make the link stand out */
	left: 5px;
	overflow: visible;
	padding: 5px;
	position: absolute;
	top: 5px;
	width: auto;
}

#footer {
	background: #9999CC;
	border: 1px solid #000000;
	clear: both;
	padding: 5px 5px;
	text-align: center;
}

#footer img {
	border: 0px none;
}

#header {
	background: #6666CC url('books.gif') no-repeat 30px 0px;
	border-bottom: 1px solid #000000;
	color: #333333
}

#leftcontent {
	float: right;
	margin-right: 20px;
	width: 35%;
}

#maincontent {
	float: right;
	margin-right: 20px;
width: 70%;
}

#maincontent h2 {
	padding: 10px 0px 10px 10px;
}

#menu 
	{
	background: #CCCCCC;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	width: 23%;
}

#menu li {
	border-bottom: 1px dashed #FFFFFF;
	margin: 0 0;
	padding: 5px 5px;
}

#menu ul {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

#rightcontent {
	float: right;
	margin-right: 20px;
	width: 35%;
}

#slogan
	{
	background: #9999CC;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px;
	padding: 5px 0px 5px 10px;
	text-align: center;
}
