/* CSS Document */

body{
text-align:center; /* for IE */
background-color:#e0e0e0;
background-image:url('http://www.peterferko.com/0-temp-watches/budchicago_bg_g.jpg');
background-position:center top; 
background-repeat:no-repeat;
background-attachment:fixed;
}

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:hover {text-decoration: none; color: #666666;}
A:active {text-decoration: none; color: #666666;}

#wrapper 
{
margin:0 auto;
width:1024px;
}

div.title 
{
margin:0 auto;
width:1024px;
}

div.bodycopy
{
	width:400px;
	padding:0px;
	position:relative;
	left:86px;
	top:64px;
	font-family:verdana,helvetica, sans serif;
	font-size:12px;
	text-align: left;
}
.bodycopy p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#menu
{
	width:300px;
	height:300px;
	position:fixed;
	left: 69%;
 	top: 140px;
 	margin-left: -100px;
	z-index:10;
	text-align: right;
	font-family:"Times New Roman", Georgia, serif;
	font-size: 21px;
	color: #000000;
}
.style4 {
	font-family:Times New Roman, Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	color: #666666
}
.style5 {font-size: 9px}
.style6 {font-size: 10px}
.style7 {
	font-family:Times New Roman, Georgia, serif;
	font-size: 36px
}

.bookcopy {
	text-indent: 20pt;
}
.bookcopy p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


.dropcap{
 font-family: Times New Roman, Georgia, serif;
 font-size : 300%;
 font-weight : normal;
 float : left;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
 color : #666666;
 }
 
blockquote 
{
	 margin: 20pt;
	 color: #555555;
	 text-indent: 0pt;
-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.dividers
{
	text-align:center;
	text-indent:0pt;
}

#footer
{
position:relative;
left: 10px; 
top: 54px;
	width:1020px;
	height:30px;
text-align: center;
	font-family:Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #000000;
}
