/* Elements */

A:Link {
	color: #CC5C46;
	text-decoration: none;
}

A:Visited {
	color: #CC5C46;
	text-decoration: none;
}

A:Link:Hover {
	color: #5B8699;
	text-decoration: underline;
}

A:Visited:Hover {
	color: #5B8699;
	text-decoration: underline;
}

A:Link:Active {
	color: #5B8699;
	text-decoration: underline;
}

A:Visited:Active {
	color: #5B8699;
	text-decoration: underline;
}

ACRONYM { 
	border-style: dashed; 
	border-width: 0 0 1px 0; 
	cursor: help; 
}

BODY {
	background: #F5ECDC url(Graphics/bg_sand.gif) repeat fixed;
	color: #000000;
	font: normal normal normal 14px "Times New Roman", Times, serif;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
}

DIV {
	margin: 0px 0px 0px 0px;
}

FIELDSET {
	border: thin solid #000000;
	margin: 10px 10px 10px 10px;
}

H1 {
	font: normal normal bold 26px "Ancient  Normal", "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
}

H2 {
	font: normal normal bold 24px "Ancient  Normal", "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

H3 {
	font: normal normal bold 22px "Ancient  Normal", "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

H4 {
	font: normal normal bold 20px "Ancient  Normal", "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

H5 {
	font: normal normal bold 18px "Ancient  Normal", "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

H6 {
	font: normal normal bold 16px "Ancient  Normal", "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

LEGEND {
	font-weight : bold;
}

OPTION {
	background-color: #F5ECDC;
	border: thin ridge #000000;
	color: #CC5C46;
}

p {
margin:20px 0px 20px 0px;
text-indent:25px;
}

SELECT {
	background-color: #F5ECDC;
	border: thin ridge #000000;
	color: #CC5C46;
	height: 20px;
}

TEXTAREA {
	background-color: #F5ECDC;
	border: thin groove #000000;
	color: #CC5C46;
}

UL {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-top: 20px;
}

UL UL {
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 0px;
}

UL UL UL {
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 0px;
}

UL UL UL UL {
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* Classes */

.Bold {
	font-style: normal;
	font-weight: bold;
}

.BoldItalic {
	font-style: italic;
	font-weight: bold;
}

.Center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ClearBoth {
	clear: both;
}

.ClearLeft {
	clear: left;
}

.ClearRight {
	clear: right;
}

.EntryBody P {
	margin: 10px 0px 10px 0px;
	text-indent: 25px;
}

.CommentBody P {
	margin: 10px 0px 10px 0px;
	text-indent: 25px;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.Huge {
	font-size: 18px;
}

.Indent {
	text-indent: 25px;
}

.Italic {
	font-style: italic;	
	font-weight: normal;
}

.Large {
	font-size: 16px;
}

.Left {
	text-align: left;
}

.Marked {
	font-weight: bold;
	text-decoration: underline;
}

.Normal {
	font-style: normal;	
	font-weight: normal;
}

.Oldfashioned P {
	text-indent: 0px;
}

.Regular {
	font-size: 14px;
}

.Right {
	text-align: right;
}

.Small {
	font-size: 12px;
}

.Tiny {
	font-size: 10px;
}

/* Element Classes */

A.Contents:Link {
	color: #CC5C46;
	font-weight: bold;
}

A.Contents:Visited {
	color: #CC5C46;
	font-weight: bold;
}

A.Contents:Link:Hover {
	color: #5B8699;
	font-weight: bold;
}

A.Contents:Visited:Hover {
	color: #5B8699;
	font-weight: bold;
}

A.Contents:Link:Active {
	color: #5B8699;
	font-weight: bold;
}

A.Contents:Visited:Active {
	color: #5B8699;
	font-weight: bold;
}

DIV.Ad {
	text-align: center;
}

DIV.AdWrap {
}

DIV.Banner {
	margin: 20px auto 20px auto;
	text-align: center;
}

DIV.Book {
	float: right;
	margin: 15px 5px 5px 5px;
}

DIV.Divider {
	margin: 20px auto 20px auto;
	text-align: center;
}

DIV.AllCategory {
	float: left;
	text-align: center;
}

DIV.AllMonthly {
	float: left;
	text-align: center;
	width: 50%;
}

DIV.ArchiveLink { 
	font: normal normal bold 10px Tahoma, Geneva, sans-serif;
	margin: 0px 2px 2px 2px;
	text-align: center;
}

DIV.CommentBody	{ 
	margin: 5px 0px 5px 0px;
	text-indent: 25px;
}

DIV.CommentInfo {
	font-size: 12px;
	text-align: right;
}

DIV.CommentTitle {
	font-size: 14px;
	font-weight: bold;
	text-indent: 25px;
}

DIV.EntryBody	{ 
	margin-bottom: 5px;
}

DIV.EntryDate	{
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 20px;
}

DIV.EntryExtended {
	margin-bottom: 5px;
	margin-top: -5px;
	text-align: right;
}

DIV.EntryInfo {
	font-size: 12px;
	text-align: right;
}

DIV.EntryTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 20px;
	text-indent: 25px;
}

DIV.GalleryCaption {
	text-align: center;
}

DIV.GalleryCategory {
	margin-bottom: 10px;
	margin-left: 25px;
}

DIV.GalleryImage { 
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}

DIV.GalleryStats {
	text-align: center;
}

DIV.GallerySubCategory {
	margin-bottom: 10px;
	margin-left: 50px;
}

DIV.GalleryTitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

DIV.GalleryThumbnail {
	float: left;
	height: 100px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	width: 100px;
}

DIV.Pagination {
	margin: 20px 0px 20px 0px;
	text-align: center;
}

DIV.Syndicate {
	font: normal normal normal 10px Tahoma, Geneva, sans-serif;
	margin: 0px 2px 2px 2px;
	text-align: center;
}

DIV.TrackbackBody	{ 
	margin: 5px 0px 5px 0px;
	text-indent: 25px;
}

DIV.TrackbackInfo {
	font-size: 12px;
	text-align: right;
}

DIV.TrackbackTitle {
	font-size: 14px;
	font-weight: bold;
	text-indent: 25px;
}

DIV.Footer {
	font-size: 12px;
	margin: 20px auto 5px auto;
	max-width: 600px;
	text-align: center;
}

DIV.FooterDivider {
	margin-bottom: 20px;
	margin-top: 20px;
}

DIV.FooterInfo {
	margin: 5px 0px 5px 0px;
}

DIV.LogHeader	{
	margin-bottom: 10px;
	margin-top: 20px;
}

DIV.LogFooter	{
	font-style: italic;
	margin-top: 20px;
	text-align: center;
}

DIV.LogInsert	{
	font-weight: bold;
	text-align: center;
}

DIV.LogTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -5px;
	text-align: center;
}

DIV.Oldfashioned {
	margin-bottom: 20px;
	margin-top: 20px;
}

DIV.OldfashionedEntry {
	margin-bottom: 20px;
	margin-top: 20px;
}

DIV.OldfashionedImageLeft {
	float: left;
	margin-left: 25px;
	margin-right: 10px;
	text-align: center;
}

DIV.OldfashionedTextLeft {
	margin-left: 25px;
}

DIV.OldfashionedImageCenter {
	text-align: center;
}

DIV.OldfashionedTextCenter {
	margin-left: 25px;
	margin-right: 25px;
}

DIV.SearchForm {
	margin: 20px auto 20px auto;
	text-align: center;
}

DIV.SidebarBook {
	float: left;
	margin-right: 5px;
}

DIV.SidebarImage {
	margin: 2px 2px 2px 2px;
	text-align: center;
}

DIV.SidebarItem { 
	font: normal normal normal 10px Tahoma, Geneva, sans-serif;
}

DIV.SidebarSection { 
	border: thin dashed #5B8699;
	font: normal normal bold 12px "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 7px auto 7px auto;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

DIV.ThumbnailLeft {
	float: left;
	height: 100px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	width: 100px;
}


DIV.ThumbnailRight {
	float: right;
	height: 100px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	width: 100px;
}

IMG.ArrowBack {
	float: left;
	margin-top: 10px;
}

IMG.ArrowForward {
	float: right;
	margin-top: 10px;
}

IMG.CurrentMainMenuItem {
	cursor: default;
	display: block;
}

IMG.MainMenuItem {
	cursor: pointer;
	display: block;
}

IMG.SubMenuItem {
	display: block;
}

INPUT.Button {
	background-color: #F5ECDC;
	border: thin outset #000000;
	color: #CC5C46;
}

INPUT.Checkbox {
	background-color: #F5ECDC;
	border: thin outset #000000;
	color: #CC5C46;
}

INPUT.Textbox {
	background-color: #F5ECDC;
	border: thin inset #000000;
	color: #CC5C46;
}

LI.FooterItem {
	color: #CC5C46;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	list-style-type: none;
	padding-right: 20px;
}

LI.FooterItem:Hover {
   color: #5B8699;
	cursor: pointer;
	text-decoration: underline;
}

P.Alert {
}

P.Contents {
	margin-left: 50px;
	margin-right: 50px;
	text-indent: 25px;
}

P.Error {
	font: normal normal bold 20px "Ancient  Normal", "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	text-align: center;
}

P.Info {
	font-style: italic;
	font-weight: normal;
	text-indent: 25px;
}

P.Note {
	font-style: normal;
	font-weight: bold;
	text-indent: 25px;
}

SELECT.ArchiveDropdown {
	font: normal normal normal 10px Tahoma, Geneva, sans-serif;
	height: 15px;
	width: 120px;
}

SELECT.SearchMultiSelect {
	background-color: #F5ECDC;
	border: thin ridge #000000;
	color: #CC5C46;
	height: 100px;
}

UL.FooterList {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

UL.NestedDisc {
	font-style: normal;
 	font-weight: bold;
	list-style-type: disc;
}

UL.NestedDisc UL {
	font-style: italic;
 	font-weight: bold;
	list-style-type: disc;
}

UL.NestedDisc UL UL {
	font-style: normal;
 	font-weight: normal;
	list-style-type: disc;
}

UL.NestedDisc UL UL UL {
	font-style: italic;
 	font-weight: normal;
	list-style-type: disc;
}

UL.NestedNone {
	font-style: normal;
 	font-weight: bold;
	list-style-type: none;
}

UL.NestedNone UL {
	font-style: italic;
 	font-weight: bold;
	list-style-type: none;
}

UL.NestedNone UL UL {
	font-style: normal;
 	font-weight: normal;
	list-style-type: none;
}

UL.NestedNone UL UL UL {
	font-style: italic;
 	font-weight: normal;
	list-style-type: none;
}

/* IDs */

#Bottom {
	background: #F5ECDC url(Graphics/bg_border-x.gif) repeat;
	bottom: 0px;
	height: 40px;
	left: 0px;
	position: fixed;
	right: 0px;
}

#CornerBottomLeft {
	background: transparent url(Graphics/im_corner-left.gif) no-repeat;
	bottom: 40px; 
	height: 95px;
	left: 0px;
	position: fixed;
	width: 110px;
	z-index: 1;
}

#CornerBottomRight {
	background: transparent url(Graphics/im_corner-right.gif) no-repeat;
	bottom: 40px; 
	height: 95px;
	position: fixed;
	right: 0px;
	width: 110px;
	z-index: 1;
}

#CornerTopLeft {
	background: transparent url(Graphics/im_corner-left.gif) no-repeat;
	height: 95px;
	left: 0px;
	position: fixed;
	top: 40px; 
	width: 110px;
	z-index: 1;
}

#CornerTopRight {
	background: transparent url(Graphics/im_corner-right.gif) no-repeat;
	height: 95px;
	position: fixed;
	right: 0px;
	top: 40px; 
	width: 110px;
	z-index: 1;
}

#Header {
	height: 40px;
	left: 50%;
	margin-left: -145px;
	position: fixed;
	top: 0px; 
	width: 290px;
}

#Left {
	background: transparent;
	bottom: 40px;
	left: 0px;
	position: fixed;
	top: 40px;
	width: 120px;
}

#LeftBorder {
	background: transparent url(Graphics/bg_border-y.gif) repeat-y;
	bottom: 40px;
	left: 110px;
	position: fixed;
	top: 40px; 
	width: 10px;
}

#Main {
	background: transparent url(Graphics/bg_divider.gif) repeat-y fixed right; 
	padding: 40px 125px 40px 125px;
}

#MainLeft {
	margin-right: 130px;	
}

#MainRight {
	float: right;
	margin-bottom: -100px;
	width: 120px;
}

#MenuAboutUs {
	display: none;
	height: 80px;
	margin-top: -40px;
	right: 0px;
	top: 50%;
	position: fixed;
	width: 110px;
}

#MenuBooksEtc {
	display: none;
	height: 80px;
	margin-top: -40px;
	right: 0px;
	top: 50%;
	position: fixed;
	width: 110px;
}

#MenuGalleries {
	display: none;
	height: 40px;
	margin-top: -20px;
	right: 0px;
	top: 50%;
	position: fixed;
	width: 110px;
}

#MenuCritters {
	display: none;
	height: 60px;
	margin-top: -30px;
	right: 0px;
	top: 50%;
	position: fixed;
	width: 110px;
}

#MenuMain {
	height: 140px;
	left: 0px;
	margin-top: -70px;
	top: 50%;
	position: fixed;
	width: 110px;
}

#MenuMUing {
	display: none;
	height: 60px;
	margin-top: -30px;
	right: 0px;
	top: 50%;
	position: fixed;
	width: 110px;
}

#MenuSecondLife {
	display: none;
	height: 20px;
	margin-top: -10px;
	right: 0px;
	top: 50%;
	position: fixed;
	width: 110px;
}

#MenuSiteInfo {
	display: none;
	height: 120px;
	margin-top: -60px;
	right: 0px;
	top: 50%;
	position: fixed;
	width: 110px;
}

#Right {
	background: transparent;
	bottom: 40px;
	position: fixed;
	right: 0px;
	top: 40px;
	width: 120px;
}

#RightBorder {
	background: transparent url(Graphics/bg_border-y.gif) repeat-y;
	bottom: 40px;
	position: fixed;
	right: 110px;
	top: 40px; 
	width: 10px;
}

#Top {
	background: #F5ECDC url(Graphics/bg_border-x.gif) repeat;
	height: 40px;
	left: 0px;
	position: fixed;
	top: 0px;
	right: 0px;
}

#Popup {
	margin: 5px 5px 5px 5px;
}

.hov table {
	display: none;
	border: 0; 
	border-collapse: collapse;
}

.hov p {
	position: absolute; 
	left: -999em;
	width: 400px
}

.hov a {
	font-weight: bold;
	text-align: center;
}

.hov:hover {
	position: relative; 
	z-index: 100;
}

.hov a:hover table {
	display: block;
}

.hov a:hover,
.hov:hover a {
	border: 0; 
	text-decoration: none;
	position: relative;
}

.hov:hover p, 
.hov a:hover p {
	display: block; 
	visibility: visible; 
	position: absolute; 
	left: 10px; 
	top: 5px; 
	background: #F5ECDC; 
	cursor: pointer; 
	border: 1px solid #000000; 
	padding: 5px 10px;
}

.hov p a { 
	color: #CC5C46; 
	text-align: left;
}

.hov p a:hover {
	text-decoration: underline;
}