/********************************************************/
/* TTQStyles.css                                        */
/* ******************************************************/

/********************************************************/
/* Font Specifications                                  */
/* ******************************************************/
span.BookTitleLg { font-family: Verdana; font-size: 16pt; color: #000000; font-weight: bold; text-align:center }
span.SectionHeader { font-family: Times New Roman; font-size: 16pt; color: #808000; font-weight: bold }
span.SectionHeaderLg { font-family: Verdana; font-size: 18pt; color: #808000; font-weight: bold }
span.BookTitleMd { font-family: Verdana; font-size: 14pt; color: #000000; font-weight: bold }
span.BookTitleSm { font-family: Verdana; font-size: 12pt; color: #000000; font-weight: bold }
span.BookSubTitle { font-family: Verdana; font-size: 10pt; color: #000000; font-weight: bold }
span.PageBodyLg { color: #000000; font-family: Verdana; font-size: 12pt }
span.PageBodyMd { color: #000000; font-family: Verdana; font-size: 10pt }
span.PageBodyQuote { color: #000000; font-family: Verdana; font-size: 10pt; font-style:italic }
span.PageBodySm { color: #000000; font-family: Verdana; font-size: 8pt }
span.PageFooter1 { font-family: Verdana; font-size: 8pt; color: #000000; font-weight: bold }
span.BuyItNow { font-family: Verdana; font-size: 8pt; color: #808000; font-weight: bold }
span.BookTitleGold { font-family: Book Antiqua; font-size: 12pt; color: #808000; font-weight: bold }
span.BookReview { color: #000000; font-family: Verdana; font-size: 12pt; font-style:italic }
span.BookReviewByline { color: #000000; font-family: Verdana; font-size: 10pt; font-weight:bold }

/********************************************************/
/* html Specifications                                  */
/* ******************************************************/
html
{
	margin: 0;
	padding: 0;
}

/********************************************************/
/* body Specifications                                  */
/* ******************************************************/
body
{
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 5px;
	background-image: url(creamrose.jpg);
}

/********************************************************/
/* Layout Specifications                                */
/* ******************************************************/

#Header
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 145px;
	background-image: url(images/namebanner1.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#NavBar
{
position: absolute;
left: 10px;
top: 145px;
width: 190px;
}

#AdBar
{
position: absolute;
right: 10px;
top: 145px;
width: 190px;
}
	
#Content 
{
margin-top: 145px;
margin-left: 214px;
margin-right:219px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 214px;
margin-right: 219px;
}

html>body #centercontent
{
	margin-left: 215px;
	margin-right: 220px;
}
	
#Footer
{
	position: relative;
	margin-top: 40px;
	width: 100%;
	clear: both;
	height: 50px;
	text-align: center;
}
