@charset "UTF-8";
/* CSS Document */

body {
	background-image: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.indextable {
	margin: 0px;
	padding: 0px;
	height: 675px;
	width: 900px;
}
.abouttable {
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	height: 675px;
	width: 900px;
}
.leftcolumn {
	width: 170px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.bookstable {
	background-image: url(images/books.jpg);
	background-repeat: no-repeat;
	height: 675px;
	width: 900px;
}
.lecturestable {
	background-image: url(images/lectures.jpg);
	background-repeat: no-repeat;
	height: 675px;
	width: 900px;
}
.contacttable {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	height: 675px;
	width: 900px;
}
.newstable {
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	height: 675px;
	width: 900px;
}
