body
{
	position: relative;
	margin: 0 0 10px 0;
}

div#wrapper
{
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	border: 1px solid white;
}

div#content
{
	width: 565px;
	margin: 47px 110px 0 225px;
	border: 1px solid white;
	position: relative;
	min-height: 600px;
}

div#navbar
{
	width: 180px;
    position:absolute;
    top:275px;
    right:0px
}
.printonly{display:none;}
.preload{display:none;}



p.copyright
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

h2 {
	font-size: 21px;
	font-weight: bold;
}



.quotation
{
	font-size: 14px;
	color: #999999;
}
.quotation strong
{
	color: #666666;
}


.context
{
	font-size: 14px;
}


.referral
{
	font-size: 18px;
	font-weight: bold;
}


a.navboxR
{
	display: block;
	margin: 2px 20px;
	border: 1px solid black;
	width: 143px;
	height: 29px;
	background-repeat: no-repeat;
}
img
{
	border: none;
}

a.authorGIF { background-image: url(img/author.gif); }
a.authorGIF.selected { background-image: url(img/author_on.gif); }

a.bookGIF { background-image: url(img/book.gif); }
a.bookGIF.selected { background-image: url(img/book_on.gif); }

a.bookIntroGIF { background-image: url(img/bookintro.gif); }
a.bookIntroGIF.selected { background-image: url(img/bookintro_on.gif); }

a.sayingGIF { background-image: url(img/saying.gif); }
a.sayingGIF.selected { background-image: url(img/saying_on.gif); }

a.peopleGIF { background-image: url(img/people.gif); }
a.peopleGIF.selected { background-image: url(img/people_on.gif); }

a.eventsGIF { background-image: url(img/events.gif); }
a.eventsGIF.selected { background-image: url(img/events_on.gif); }

a.blogGIF { background-image: url(img/blog.gif); }
a.blogGIF.selected { background-image: url(img/blog_on.gif); }

a.commentGIF { background-image: url(img/comment.gif); }
a.commentGIF.selected { background-image: url(img/comment_on.gif); }

a.contactGIF { background-image: url(img/contact.gif); }
a.contactGIF.selected { background-image: url(img/contact_on.gif); }

a.rulesGIF { background-image: url(img/addrule.gif); }
a.rulesGIF.selected { background-image: url(img/addrule_on.gif); }

a.buybookGIF { background-image: url(img/bookbuy.gif); }
a.buybookGIF.selected { background-image: url(img/bookbuy_on.gif); }

/*
a.authorGIF.selected, a.authorGIF:hover { background-image: url(img/author_on.gif); }
a.bookGIF.selected, a.bookGIF:hover { background-image: url(img/book_on.gif); }
a.bookIntroGIF.selected, a.bookIntroGIF:hover { background-image: url(img/bookintro_on.gif); }
a.sayingGIF.selected, a.sayingGIF:hover { background-image: url(img/saying_on.gif); }
a.peopleGIF.selected, a.peopleGIF:hover { background-image: url(img/people_on.gif); }
a.eventsGIF.selected, a.eventsGIF:hover { background-image: url(img/events_on.gif); }
a.blogGIF.selected, a.blogGIF:hover { background-image: url(img/blog_on.gif); }
a.commentGIF.selected, a.commentGIF:hover { background-image: url(img/comment_on.gif); }
a.contactGIF.selected, a.contactGIF:hover { background-image: url(img/contact_on.gif); }
a.rulesGIF.selected, a.rulesGIF:hover { background-image: url(img/addrule_on.gif); }
a.buybookGIF.selected, a.buybookGIF:hover { background-image: url(img/bookbuy_on.gif); }
*/

div#addthisbutton{

	display: block;
	margin: 2px 20px;
	border: 1px solid #EEE;
	padding:8px;
	width: 127px;

}
