/* CSS Document */
table, tr, td, div, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a{
	border-width: 0;
	margin: 0;
	padding: 0;
}

html{ 
    height: 100%;
}

body { 
   	background: #c0867c url(../images/page_bg.gif) left top repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2e0000;
	height: 100%;
	text-align:center;
	margin: 0;
	padding: 0;
}

a{
color: #724021;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

div#page_container{
    width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}


#container{
width:780px;
float:left;
}

.cover{
float:left;
width:367px;
}

.copy{
float:left;
width:323px;
background:url(../images/rightside_bookbg.jpg) left top no-repeat;
height:407px;
padding-top:70px;
padding-left:34px;
}

.copy h1 span, .copy h2 span{
display:none;
}

.copy h1{
margin-left:35px;
margin-bottom:50px;
}

.copy h2{
margin-left:9px;
margin-bottom:94px;

}

.middletext{
font-size: 13px;
margin-top:40px;
margin-bottom:5px;
margin-left:70px;
font-weight:bold;
text-transform:uppercase;
}

.copyright{
clear:both;
font-size:11px;
padding:10px 0 0 250px;
}

.copyright a{
color:#7C2413;
text-decoration: none;
}

.copyright a:hover{
text-decoration: underline;
}

.footer{
/*font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
margin: 117px 35px 0px 0px;
text-align:right;
font-weight:bold;
line-height:12px;
}

img.print{
display:none;
}