/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(Images/Backgrounds/background_elf.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #481760;
	background-color: #991299;
}
#content {
	background-image: url(Images/Backgrounds/content_background.png);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-top-color: #660099;
	border-right-color: #660099;
	border-bottom-color: #660099;
	text-align: justify;
	padding-right: 20px;
	width: 620px;
	height: auto;
}
#contentcontainer {
	width: 700px;
}

#copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #471647;
	text-align: right;
	padding-right: 20px;
	background-image: url(Images/Backgrounds/copyright_background.png);
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-top-color: #660099;
	border-right-color: #660099;
	border-bottom-color: #660099;
	width: 440px;
	background-position: right;
	background-repeat: repeat-y;
}
#copyrightborder {

}
#designs {
	text-align: right;
	vertical-align: middle;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #481760;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #660099;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #481760;
	font-variant: small-caps;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #660099;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660099;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #660099;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}

#topnav {
	height: auto;
	width: auto;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-position: center bottom;
	margin-left: 80px;
}
#topnav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background-position: center;
}

#topnav ul li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	background-position: center;
}

#topnav ul li a {
	width: auto;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #A834A8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: nowrap;
	background-position: center bottom;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

#topnav ul li a:hover {
	color: #471647;
}
body#home a#homenav,
body#contact a#contactnav,
body#books a#booksnav,
body#blog a#blognav,
body#links a#linksnav,
body#forwriters a#forwritersnav{
	color: #FFFFFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: groove;
	border-left-width: 2px;
	border-left-color: #660099;
	border-top-width: 2px;
	border-top-color: #660099;
	border-right-width: 2px;
	border-right-color: #660099;
	background-image: url(Images/Buttons/urhere.png);
