@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(file:///C|/Documents%20and%20Settings/Owner/My%20Documents/clients/lepera%20construction/website/images/background.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
}
#container {
	width: 773px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom: 5px;
	border-bottom-color: #5A3B0D;
} 
#wrapper {
	border: thin solid #333333;
	width: 773px;
	margin: 0 auto;
}

#container #sidebar1 #rotation img {
	vertical-align: top;
	display: inline;
	z-index: auto;
	top: auto;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 305px;
	height: 330px;
}
#wrapper #container #sidebar1 #rotation {
	border-right: thin solid #5A3B0D;
}

#mainContent {
	margin: 0 0 0 305px;
	padding: 5px;
} 


#footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/bar_brown.gif);
	background-repeat: no-repeat;
} 
#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 */
}
.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;
}
body,td,th {
	color: #5A3B0D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
a:link {
	color: #5A3B0D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008000;
}
a:hover {
	text-decoration: underline;
	color: #004000;
}
a:active {
	text-decoration: none;
	color: #5A3B0D;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
#container #mainContent #innerContent {
	padding: 10px;
	height: 600px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5A3B0D;
	text-align: center;
	letter-spacing: 0.2em;
	display: inline;
	border-bottom-color: #66B83A;
	border-bottom-style: solid;
}


#container #footer #footer_content {
	font-size: 9px;
	text-align: center;
}

h2 {
	font-size: 105%;
	color: #008000;
}
h3 {
	font-size: 100%;
	color: #5A3B0D;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
 
</style>
.italic {
	font-style: italic;
	font-weight: bold;
}

