/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    color: #592B06;
	font-size: 14px;
	line-height: 22px;
}

img {
	border: 0;
}

div {
	padding: 0;
	margin: 0;
}

#centerContainer {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 758px;
	text-align: left;
}

#mainlevel-nav {
	list-style: none;
	width: 385px;
	height: 15px;
	padding: 0;
	margin: 0 auto;
}

#mainlevel-nav li {
	display: block;
	float: right;
	white-space: nowrap;
	padding: 0 5px 0 5px;
	border-right: 1px solid #000;
}

#mainlevel-nav li a {
	display: block;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

ul#mainlevel-nav li a:link {
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

ul#mainlevel-nav li a:visited {
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

ul#mainlevel-nav li a:hover {
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#top {

	width: 798px;
	
	display: block;
	margin-top: 10px;
}

#randomImg {
 	width: 758px;
	height: 76px;
	display: block;
	margin-top: 10px;
	border-top: 1px solid #789997;
	border-bottom: 1px solid #789997;
}

#intro {
	margin-top: 10px;
	height: 363px;
	z-index: 0;
	background: none;
	position: relative;
}

#mainContent {
	width: 758px;
	margin: 0;
	padding: 0;
	top: 0;
	background: url(http://www.booknetcanada.com/events/images/bg.gif) repeat-y;
	display: block;
	height: 100%;
}

html>body #mainContent {
	height: auto;
	min-height: 100%;
}


#sideBar {
	width: 309px;
	background: #FAF9C2;
	color: #592B06;
	float: left;
	padding: 0 10px 10px 10px;
	margin-top: -57px;
	line-height: 20px;
	z-index: 5;
	position: relative;
}

* html #sideBar {
	margin-top: -60px;
	m\argin-top: 57px;
}

#mainText {
	width: 409px;
	padding: 10px;
	float: right;
}

.special {
	font-family: Georgia, Garamond, serif;
	font-size: 15px;
	text-align: center;
	font-style: italic;
}

.intro {
	color: #70721D;
	text-align: left;
	padding: 15px 10px 0 10px;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 10px 0 10px;
}

p {
	padding: 10px 10px 0 10px;
}

#sideBar p {
	padding: 5px 10px 10px 10px;
}

.name {
	font-weight: bold;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	padding: 15px 10px 0 10px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 10px 0 10px;
}

.title {
	font-family: Georgia, Garamond, serif;
	font-style: italic;
}

a {
	font-size: 13px; 
	color: #5A3D1C;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-size: 13px; 
	color: #5A3D1C;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-size: 13px; 
	color: #93A225;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	font-size: 13px; 
	color: #93A225;
	font-weight: bold;
	text-decoration: underline;
}

#sideBar ul {
	list-style-image:url("http://www.booknetcanada.com/mambo/images/events/bullet.gif");
	margin: 10px 0 10px 0;
	padding: 0;
}

#sideBar ul li {
	margin: 0 0 0 30px;
	line-height: 18px;
	padding: 0 0 6px 0;

}

.subtitle {
	font-family: Georgia, Garamond, serif;
	font-style: italic;
	font-size: 13px;
}

.hr {
  	width: 100%;
	height: 1px;
	display: block;
	padding: 10px 0 10px 0;
}