/* CSS Document */

body 
{
margin:0px;
padding:0px;
}

#header 
{
position:relative;
margin-left:auto;
margin-right:auto;
width:100%;
background:#F2F2F2;

}

#content
{
position:relative;
margin-left:auto;
margin-right:auto;
width:100%;
}

#footer
{
position:relative;
margin-left:auto;
margin-right:auto;
width:100%;
background:#F2F2F2;
}

#centered_800
{
width:760px;
margin-left:auto;
margin-right:auto;

}
.footercopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.story-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #666666;
	font-weight: bold;
}
.story-hdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AC0481;
	font-weight: bold;
}
.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.hdrcopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #AC0481;
}
.btmline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #AC0481;
}
.maintitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #AC0481;
	font-weight: bold;
}
.booktitle {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #666666;
	font-weight: bold;
}
.gutter {
	width: 30px;
}
.topline {
	border-bottom-style: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
}
