@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#container {
	width: 881px;
	text-align: center;
	height: 668px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
}
#header {
	position: absolute;
	left: 160px;
	height: 80px;
	width: 555px;
	display: block;
}
#header a span {
	height: 80px;
	width: 555px;
	display: block;
	cursor: pointer;
}
#mainContent {
	top: 63px;
	position: absolute;
	left: 27px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B7B7B7;
	position: absolute;
	left: 160px;
	top: 510px;
	text-align: center;
	width: 502px;
}
ul#navbar {
	margin: 0;
	padding: 0;
	position: absolute;
	display: block;
	width: 658px;
	left: 87px;
	top: 475px;
	list-style: none;
}
ul#navbar a span, ul#navbar div span {
	display: none;
}
#navAuthor {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 157px;
	background: url(../images/btn_author.jpg) 0 0 no-repeat;
}
a#navAuthorLink {
	display: block;
	width: 157px;
	height: 22px;
	background: url(../images/btn_author.jpg) 0 -22px no-repeat;
}
a#navAuthorLink:hover {
	background-image: none;
}
div#navAuthorLink {
	display: block;
	width: 157px;
	height: 22px;
}
#navBook {
	display: block;
	position: absolute;
	top: 0;
	left: 157px;
	width: 144px;
	background: url(../images/btn_book.jpg) 0 0 no-repeat;
}
a#navBookLink {
	display: block;
	width: 144px;
	height: 22px;
	background: url(../images/btn_book.jpg) 0 -22px no-repeat;
}
a#navBookLink:hover {
	background-image: none;
}
div#navBookLink {
	display: block;
	width: 144px;
	height: 22px;
}
#navContact {
	display: block;
	position: absolute;
	top: 0;
	left: 301px;
	width: 177px;
	background: url(../images/btn_contact.jpg) 0 0 no-repeat;
}
a#navContactLink {
	display: block;
	width: 177px;
	height: 22px;
	background: url(../images/btn_contact.jpg) 0 -22px no-repeat;
}
a#navContactLink:hover {
	background-image: none;
}
div#navContactLink {
	display: block;
	width: 177px;
	height: 22px;
}
#navEvents {
	display: block;
	position: absolute;
	top: 0;
	left: 478px;
	width: 86px;
	background: url(../images/btn_events.jpg) 0 0 no-repeat;
}
a#navEventsLink {
	display: block;
	width: 86px;
	height: 22px;
	background: url(../images/btn_events.jpg) 0 -22px no-repeat;
}
a#navEventsLink:hover {
	background-image: none;
}
div#navEventsLink {
	display: block;
	width: 86px;
	height: 22px;
}
#navBuy {
	display: block;
	position: absolute;
	top: 0;
	left: 564px;
	width: 94px;
	background: url(../images/btn_buy.jpg) 0 0 no-repeat;
}
a#navBuyLink {
	display: block;
	width: 94px;
	height: 22px;
	background: url(../images/btn_buy.jpg) 0 -22px no-repeat;
}
a#navBuyLink:hover {
	background-image: none;
}
div#navBuyLink {
	display: block;
	width: 94px;
	height: 22px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #555555;
}
table#contactInfo {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: 25em;
	text-align: left;
}
table#contactInfo td.spacer {
	padding: 2px 7px;
}
table#contactInfo td.infoType {
	color: #9E0B0F;
	padding: 2px;
	font-weight: bold;
}
table#contactInfo td.info {
	color: #555555;
	padding: 2px;
	font-weight: bold;
}
table#contactInfo td.info a{
	color: #555555;
	text-decoration: none;
}
table#contactInfo td.info a:hover{
	color: #9E0B0F;
	text-decoration: none;
}

