html, body {
	margin:0px;
	padding:0px;
	font: 11px Verdana, Helvetica, Arial;
	}
body {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #666666;
	text-align: center;
	}

.hidden {
	display: none;
	}

#page-container {
	width: 865px;
	margin: auto;
	text-align: left;
	background: #ffffff;
	}

/*********************** Main Navigation stuff ******************************/

#navbar {
	background:#4b7790;
	height:50px;
	background-image: url(navbarback.png);
	background-repeat: no-repeat;
	}
#navbar dt {
	margin:0;
	padding:0;
	float: left;
	}

/* IE5 Mac Hack \*/ 
#navbar { padding-left: 0px; } 
/*/ 
#navbar { padding-left: 0px; overflow: hidden; } 
/* End Hack */


#navbar dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow:hidden;
	background-repeat: no-repeat;
	vertical-align: bottom;
	background-image: bottom;
	}

/* hover plus active tab code */

#navbar dt a:hover, 
body#home dt#home a,
body#about dt#about a,
body#books dt#books a,
body#events dt#events a,
body#russabout dt#russabout a
	{
	background-position: 0 -50px;
	background-repeat: no-repeat;
	}

#navbar dt#home, #navbar dt#home a {width: 173px; background-image: url(nav/home.png);}
#navbar dt#about, #navbar dt#about a {width: 173px; background-image: url(nav/about.png);}
#navbar dt#books, #navbar dt#books a {width: 173px; background-image: url(nav/books.png);}
#navbar dt#events, #navbar dt#events a {width: 173px; background-image: url(nav/events.png);}
#navbar dt#russabout, #navbar dt#russabout a {width: 173px; background-image: url(nav/russabout.png);}


/********************************************************* Everything Else */


#sidebar {
	float: left;
	width: 200px;
	}

#content {
	/*margin-left:200px;*/
	float: right;
	}

#sidebar p {padding: 0;}

#content h1, h2, p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}
#content h1 {
	font-size: 24px;
	border-bottom:0px solid #999;
	}
#content ul, li {
	margin: 0;
	}

#content ul {
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 0px;
	margin: 0px;
	}

img { 	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	}

#content table {
	border: 1px solid #cccccc;
	}

#content td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 50px;
	width: 70px;
	text-align: left;
	vertical-align: top;
	}


#content a, #footer a {
	color:#333399;
	text-decoration:underline;
	text-underline-style: dotted;
	/*border-bottom: 1px dotted;*/
	}

#content a:visited, a:active {
	color:#337799;
	}

#content a:hover, #footer a:hover {
	text-decoration:none;
	color:#cc3311;
	}


#footer {
	clear: both;
	background:#4b7790;
	font-size: 8pt;
	color: #CCCCCC;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:0px;
	text-align:center;
	}


/*** Slidejs stuff ***/
	#slides {
		/*display: none;*/
		background:#4b7790;
		}

	/* parchment: #ffce99;*/
	/* blue: #4b7790; */ 
	/* red: #C34C4E; */


	#slides .slidesjs-navigation { 
		margin-top:5px;
		}

	a.slidesjs-next,
	a.slidesjs-previous,
	a.slidesjs-play,
	a.slidesjs-stop {
		background-image: url(btns-next-prev.png);
		background-repeat: no-repeat;
		display:block;
		width:12px;
		height:18px;
		overflow: hidden;
		text-indent: -9999px;
		float:left;
		margin-right:5px;
		}

	a.slidesjs-next { margin-right:10px; background-position: -12px 0;}
	a:hover.slidesjs-next {	background-position: -12px -18px; }

	a.slidesjs-previous { background-position: 0 0; }
	a:hover.slidesjs-previous { background-position: 0 -18px; }

	a.slidesjs-play { width:15px; background-position: -25px 0; }

	a:hover.slidesjs-play { background-position: -25px -18px; }
	a.slidesjs-stop {
		width:18px;
		background-position: -41px 0;
		}

	a:hover.slidesjs-stop {	background-position: -41px -18px; }

	.slidesjs-pagination {
		margin: 7px 0 0;
		float: right;
		list-style: none;
		}

	.slidesjs-pagination li {
		float: left;
		margin: 0 1px;
		}

	.slidesjs-pagination li a {
		display: block;
		width: 13px;
		height: 0;
		padding-top: 13px;
		background-image: url(btns_pagination.png);
		background-position: 0 0;
		float: left;
		overflow: hidden;
		}

	.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {background-position: 0 -13px}

	.slidesjs-pagination li a:hover {background-position: 0 -26px}

	#slides a:link,	#slides a:visited {color: #333}
	#slides a:hover, #slides a:active {color: #9e2020}

	.navbar { overflow: hidden}
