body,td,th {
	color: #FFFFFF;
}

body {
	background-color: #181818;
/*	margin-left: 75px;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 100px; */
	
}

.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.LargeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

.PoemTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-left:14%;
}
.ContentText {
	font-size: 18px;
	font-family: "Trebuchet MS", 'Lucida Grande', Verdana, Sans-Serif;
	/*	font-family: FuturaStd-Book, "Lucida Sans Unicode", "Trebuchet MS", 'Lucida Grande', Verdana, Sans-Serif;*/
}

.PoemContentText {

	font-size: 18px;
	font-family: "Trebuchet MS", 'Lucida Grande', Verdana, Sans-Serif;
	/*	font-family: FuturaStd-Book, "Lucida Sans Unicode", "Trebuchet MS", 'Lucida Grande', Verdana, Sans-Serif;*/
}

a:link {
	color:#FFFFFF;
}

a:visited {
	color:#CCCCCC;
}

#NavBar {
	position:relative;
	width:100%;
	height: 115px;
	z-index:5;
	left: 0%;
	top: 0%;
}

.t {background: url(/img/vert-dot.gif) 0 0 repeat-x; }
.b {background: url(/img/vert-dot.gif) 0 100% repeat-x}
.l {background: url(/img/hr-dot.gif) 0 0 repeat-y}
.r {background: url(/img/hr-dot.gif) 100% 0 repeat-y}
.bl {background: url(/img/bl.gif) 0 100% no-repeat}
.br {background: url(/img/br.gif) 100% 100% no-repeat}
.tl {background: url(/img/tl.gif) 0 0 no-repeat}
.tr {background: url(/img/tr.gif) 100% 0 no-repeat; padding:4px}

#LeftBar {
	position :absolute;
	left:0;
	width:200px;
	text-align: left;
	z-index: 5;
	margin-left:5px;
}


#Content {
	margin-top: 55px;
	margin-bottom: 200px;
	margin-left:auto;
	margin-right:auto;
	min-width: 25em;
	max-width: 55em;
	text-align: left;
	z-index: 5;
}

#PoemContent {
	margin-top: 200px;
	margin-bottom: 200px;
	margin-left:200px;
	margin-right:auto;
	min-width: 25em;
	max-width: 55em;
	text-align: left;
	z-index: 5;
}


#Footer {
	width:100%;
	height:60px;
	z-index:5;
	bottom:0;
}
