/* Style sheet by coffeeslash, November 2005 */
/* Written for Bone by Kylie Lee*/
/* CSS style sheet */

body {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 90%;
   background-color: #ffffff;
	color: #ffffff;
}

/* Heads */

h1, h2, h3 {
   font-family: georgia, garamond, palatino, serif;
   text-align: right;
}

h2 {
   font-style: italic;
   letter-spacing: .2em;
}

.fic h2 {
   font-style: italic;
   letter-spacing: .2em;
   padding: .3em;
   text-align: center;
}

h3 {
   letter-spacing: .2em;
}

h4 {
   font-family: georgia, garamond, palatino, serif;
   text-align: center;
}

/* Links */

a:link {
	background-color: #1b3f73;
   color: #c0c0c0;
   text-decoration: none;
}

a:visited {
	background-color: #1b3f73;
   color: #c0c0c0;
   text-decoration: none;
}

a:active {
	background-color: #1b3f73;
	color: #ff0000;
}

a:hover {
	background-color: #1b3f73;
   color: #c0c0c0;
   text-decoration: underline;
}

/* Div IDs */

#table1 {
	width: 100%;
}

#body-art {
   background-color: #1b3f73;
	color: #ffffff;
   padding: .3em;
   font-size: 90%;
   text-align: center;
}

#body-menu {
   background-color: #1b3f73;
	color: #ffffff;
	margin: 0 1em;
   padding: 1em;
   text-align: right;
}

#body-fic {
   background-color: #1b3f73;
	color: #ffffff;
	margin: 0 1em;
   padding: 1em;
}

/* Classes */

.bottom {
   font-size: 90%;
   font-style: italic;
   margin-top: 3em;
   margin-bottom: 1.5em;
   text-align: right;
}

.description {
   font-size: 110%;
   margin-top: 1.3em;
   line-height: 1.5em;
}

.display {
	line-height: 1.5em;
	text-align: right;
}

.display li {
	list-style-type: none;
}

.fic {
   background-color: #ffffff;
   color: #000000;
	font-family: "times new roman", times, serif;
	font-size: 110%;
   line-height: 1.3em;
   margin: 1em;
   padding: 1em;
}

.header {
	font-size: 90%;
   text-align: right;
}

.nav {
   font-size: 90%;
   padding: .3em;
   text-align: center;
}

.middle {
	border-left: 1px solid #ffffff;
}

.left {
	padding-right: 1em;
	width: 100%;
}

.right {
}

.art-graphic {
	text-align: right;
}

