/****************************************
CSS Document for bridgethanley.biz
by Pixel Lava Interactive

NOTES:
no punctuation = universal style (for a, body, H1, H2, span, etc.)
. = div class="___", will show up in Dreamweaver's code inspector
# = div id="___", won't show up in Dreamweaver's code inspector

A Note On Padding and Spacing: top right bottom left

/*main text styles*/

body {
	padding: 0px;
	margin: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	color: #000000;
}

.H1 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

.H2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.H3 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.body {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	color: #000000;
}
.bodysmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}

a {
	font-family: Verdana, sans;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	color: #000000;
	color: #cc6600;
	text-decoration: none;
	font-weight: bold;
}
.bodylink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC6600;
	font-style: italic;
}
.bodysmalllink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

.footer {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #663300;
}
#book {
    background-image: url(images/book.png);
	width: 700px;
	height: 650px;
    }
