@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #3C0818;
	background-image: url(images/gradientbackground.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #3c0818;
	background-image: url(images/gradientbackground.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	background-image: url(images/JMOreilly-REV1_01.jpg);
	height: 400px;
	width: 1024px;
	vertical-align: baseline;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
} 
.twoColFixLtHdr #container #mainContent p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-top: 315px;
	font-family: "Trebuchet MS";
	color: #333333;
	padding-left: 445px;
	font-size: 12px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	width: 685px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 275px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #3C0818;
	border: 1px none #000000;
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
	font-family: "Trebuchet MS";
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #B1959D;
}
a:visited {
	color: #D8C1C9;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	border: 1px dashed #FFFFFF;
	background-color: #997782;
}
