@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #000;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../assets/toolchest.jpg);
	}

/* Heading 1 */
h1
{
	font-family: "Arial Black", Gadget, sans-serif;
	color: #0000FF;
	font-weight: bolder;
	font-size: 24pt;
	line-height: 175%;
	margin: 40px 40px 5px 40px;
	text-align: center;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	font-weight: 600;
	font-size: 18pt;
	margin: 5px 40px 5px 40px;
	text-align: center;
}

h3
{
	font-family: "Times New Roman", Times, serif;
	color: #0099CC;
	font-weight: 500;
	font-size: 18pt;
	margin: 5px 40px 5px 40px;
	text-align: left;
}
hr
{
	color: #00C;	
}
p
{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	font-size: 14pt;
	margin: 10px 40px 5px 40px;
}
li
{
	font-family: "Times New Roman", Times, serif;
	color: #FFFF00;
	font-weight: 600;
	font-size: 14pt;
	margin: 2px 40px 2px 20px;
	text-align: left;
}
a
{
	color: #FF0;
	font-weight:700;
	text-decoration: none;	
}
a:link
{
	color: #FF0;
	font-weight:700;
	text-decoration: none;	
}
a:visited
{
	color: #F90;	
}
a:active
{
	color:#C00	
}
#header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	border: thin solid #00F;
	text-align: right;
	background-image: url(../assets/Lemay_header.jpg);
	height: 165px;
	width: 1000px;
}
#container {
	border: thin solid #00F;
	width: 1000px;
	margin: 0 auto 0 auto;
	background-color: #CCC;
}
#footer {
	text-align: center;
	border: thin solid #00F;
	width: 1000px;
}
#content {
	text-align: left;
	width: 1000px;
}
h4 {
	color: #00C;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}
