h1{
	font-size:x-large;
	font-family: Georgia, serif;
	text-align: center;
	color: black;
	font-style:normal;
	font-weight:bold;
	line-height:100%;
}

h2{
	font-size:large;
	font-style:italic;
	font-family: Georgia, serif;
	color:grey;
	text-align: center;
	font-weight:bold;
	line-height:300%;
}

h2.left{
	font-size:large;
	font-style:italic;
	font-family: Georgia, serif;
	color:grey;
	text-align: left;
	font-weight:bold;
	line-height:300%;
}

h3{
	font-size:small;
	font-family: Georgia, serif;
	text-align: left;
	color: black;
	font-style: normal;
	font-weight:normal;
	text-align: center;
	font-variant:small-caps;
	letter-spacing:2px;
	color:#555555;
	line-height:100%;
}

h3.left{
	font-size:small;
	font-family: Georgia, serif;
	text-align: left;
	color: black;
	font-style: normal;
	font-weight:normal;
	text-align: left;
	font-variant:small-caps;
	letter-spacing:2px;
	color:#555555;
	line-height:100%;
}

p{
	font-size:small;
	font-family: Georgia, serif;
	text-align: justify;
	color: black;
	font-style: normal;
	font-weight:normal;
}

div
{
	margin-left:15%;
	margin-right:15%;
	width:70%;
}

img.hammer{
	width:96;
	height:60;
	background:url(greebles.png);
	background-position: 0 0;
}

img.crow{
	width:96;
	height:60;
	background:url(greebles.png);
	background-position: -96 0;
}

img.gears
{
	width:96;
	height:60;
	background:url(greebles.png);
	background-position: -190 0;
}

img.branch
{
	width:96;
	height:60;
	background:url(greebles.png);
	background-position: -284 0;
}

img.line
{
	width:30%;
	height:1;
	background: black;
	position:relative;
	top:-30;
}

table.nav
{
	border: 1px solid black;
	text-align:center;
	width:100%;
}

td.nav
{

	text-align:center;
	border-collapse:collapse;
	width:25%;
	padding:10px;
}

a.top
{
	text-decoration:none;
	color:#555555;
	
}

p.top
{
	font-size:small;
	font-family: Georgia, serif;
	text-align: center;
	color: black;
	font-style: normal;
	font-weight:normal;
	text-align: center;
	font-variant:small-caps;
	letter-spacing:2px;
	line-height:300%;
}

a.top:visited
{
	color:#555555;
}

a.nav
{
	display:block;
	text-decoration:none;
	color:black;
}

a.nav:visited
{
	color:black;
}

a.nav:hover
{
	display:block;
	color:#ed1c24;
}

td.center
{
	border: 0px;
	text-align:center;
	padding:0px;
}

td.hr
{
	border: 0px;
	text-align:center;
	padding-top:60px;
	padding-bottom:60px;
}

td
{
	padding:1px;
}

table
{
 	width:100%;
	margin-left:auto;
	margin-right:auto;
	min-width:320px;
}

table.frame
{
	width:auto;
	align:center;
}

td.frame
{
	padding:20px;
	border:1px solid black;
	text-align:center;
}

a
{
	color:#cb2027;
}

a:visited
{
	color:#9d1c20;
}