body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
.rfar {
	width: 1075px;
	text-align: left;
	margin: 0 auto;
	padding-top: 25px;
	background-attachment: fixed;
	vertical-align: top;

}
.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: right;
	width: 130px;
	height: 300px;
	font-weight: bold;
	margin-top: 90px;
}


.content {
	width: 665px;
	margin: 0 auto;
	float: left;
	vertical-align: top;
}
#text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 605px;
	padding-left: 16px;
	padding-right: 27px;
	padding-top: 0px;
	text-align: left;
	color: #333;
	height: 650px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}


#maincontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg_shadow.png);
	background-position: left;
	text-align: left;
	width: 666px;
	background-repeat: repeat-y;
	color: #777;
	float: left;
}





#menu {
	height: 450px;
	width: 240px;
	float: left;
	text-align: left;
}

.heading1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F93;
	font-weight: bold;
}
.heading1_dark {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.heading2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F93;
	font-weight: bold;
}
.heading2_dark {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}


.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403A31;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
	padding-right: 0px;
}
.bodytext_orange {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F93;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
}

.bodytext_table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403A31;
	font-weight: normal;
	line-height: 16px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: justify;
	padding-right: 5px;
}
.bodytext_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F93;
	font-weight: normal;
	line-height: 12px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: justify;
}

.library_books {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
#library_bg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/library_books.jpg);
	background-position: left;
	text-align: left;
	width: 500px;
	background-repeat: no-repeat;
	float: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#imagewrap_right {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#imagewrap_left {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#table_borders {
	height: 15px;
	width: 500px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F93;
	border-bottom-color: #F93;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-top: 10px;
	padding-bottom: 10px;
}




.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	width: 665px;
	height: 75px;
	font-weight: bold;
	vertical-align: middle;
}

