/****************************************

CSS Document for Tom Shepard Web site
updated 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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: normal;
}

.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

.H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}

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

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

a {
	color: #284B8E;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #003399;
}

.menu {
	width: 800px;
	height: 25px;
	background-image: url(images/tomshepard_menu_bg.jpg);
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

input {
	font-family: "Times New Roman", Times, serif;
}
