@charset "utf-8";
body {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/storygradient2.jpg);
	background-repeat: repeat-x;
	background-color: #2F2F2F;
	background-attachment: fixed;
}
#content #title {
	padding-top: 30px;
	padding-bottom: 10px;
}
#flowertri {
	width: 66px;
	position: fixed;
	top: 20px;
	right: 20px;
}
#content {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

a:link {
	color: #6CF818;
	text-decoration: none;
}
a:visited {
	color: #6CF818;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF3EAD;
}
#content #navigation li {
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
	font-family: "Trajan Pro", "High Tower Text", "Times New Roman", serif;
}

a:active {
	color: #FF3EAD;
	text-decoration: none;
}
#content #navigation{
	font-variant: small-caps;
	font-family: "Trajan Pro", "High Tower Text", "Times New Roman", serif;
	padding-top: 15px;
}
#content #navigation ul {
	margin: 0px;
	padding: 0px;
}
#content #navigation a {
	color: #FFFFFF;
}
#content #navigation a:visited {
	color: #FFFFFF;
}
#content #navigation a:hover {
	color: #FFFFFF;
}
#admintools {
	width: 300px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#admintools p {
	margin-bottom: 10px;
	margin-top: 0px;
}

