@charset "utf-8";




body {
	background-color: #000;
}
#outerShell {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}


.menuText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.mainStuff {
	position: relative;
	background-color: #FFFFCC;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	top: inherit;
	height: auto;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
}
#topBar {
	background-color: #FFFFCC;
	width: 650px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	right: auto;
	font-size: 10px;
}

#bottomBar {
	width: 650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
	top: 0px;
	background-color: #FFC;
}
#headMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	position: relative;
	line-height: 20px;
	text-decoration: none;
	width: 600px;
	margin-left: 20px;
	top: -20px;
}
#headMenu a:hover {
	text-decoration: underline;
}


#barLeft {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -1px;
	left: 0px;
}
#barRight {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -41px;
	float: right;
	right: 0px;
}
#barLeft2 {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}
#barRight2 {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -20px;
	float: right;
	right: 0px;
}
.writTitle {
	font-family: "IM Fell DW Pica", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bolder;
	color: #600;
	text-align: center;
	line-height: normal;
}
.writSubTitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 18px;
}
.writPub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 20px;
}
.dropCap {
	font-size: 28px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.writIndent {
	padding-right: 25px;
}
