@charset "UTF-8";

body {
	font-family: "Gill Sans", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff;
	background-image: url(decor/wavyline.png);
	background-repeat: repeat-y;
	margin: 0;
}

a {
	text-decoration:none;
}

a:link {
	color: #004598;
}

a:hover {
	color:#60C;
}

a:visited {
	color: #004598;
}

a img {
	border: 0;
}
	
#header {
	position: absolute;
	top: 0;
	left: 0;
}
	
#sidebar {
	width: 220px;
	position: absolute;
	top: 293px;
	left: 0;
	text-align: right;
}

#content {
	width: 580px;
	position: absolute;
	top: 293px;
	left: 287px;
}

.thumbnail {
	text-align: center;
}

.thumbnail img {
	margin: 0 8px 0 8px;
	border: 2px #000 solid;
}
	
.hiddenlinks {
	display: none;
}

.addborder img{
	border: 2px #000 solid;
}

/* STYLES FOR SIDEBAR */

#sidebar img{
	border: 0;
}

/* STYLES FOR THE ABOUT MENU */

#about_menu {
	color: #000;
}

#about_menu a {
	color: #004598;
}

ul#about_menu {
	list-style-image: none;
	list-style-type: none;
}

ul#about_menu li {
	display: inline;
	padding-right: 100px;
	padding-left: 100px;
}

/* TWO COLUMNS */

.col_left {
	float: left;
	width: 290px;
	text-align: center;
}

.col_right {
	float: left;
	width: 290px;
	text-align: center;
}

/* SPLITSVILLE TITLES */

.chapter {
	position: relative; left: 80px;
	display: inline;
}
