@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #DCE7E7;
	background-image: url(../images/LeBoeuf_Background.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.LeBoeuf #container { width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; margin: 0 auto; /* this overrides the text-align: center on the body element. */ }
.LeBoeuf #container2 { width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; margin: 0 auto; /* this overrides the text-align: center on the body element. */ }
#spacer { background-color: #B5BFBF; height: 10px; }
#header { height: 115px; padding: 0 10px; }
#header #logo { float: left; width: 230px; }
#mainContent #project { padding-top: 10px; padding-bottom: 10px; }
#mainContent a, #mainContent a:visited { color: #666666; }
#mainContent a:hover { color: #333333; }
#header #Nav { width: 550px; float: right; text-align: right; padding-top: 50px; }
#header #Nav a, #Nav a:visited { color: #666666; font-weight: bold; letter-spacing: 2px; text-decoration: none; padding: 0 10px; }
#header #Nav a:hover { color: #333333;}
h1, h2, h3, #mainContent p { text-align: left;}
h1, h2, h3 { margin: 0; padding: 10px 0px; }
h1 { text-transform: uppercase; font-weight: normal; }
h2 { color: #666666; font-weight: normal; width: 650px; }
h3 { font: 16px Arial, Helvetica, sans-serif; color: #333333; text-transform: uppercase; font-weight: bold;}
#mainContent { background: #FFFFFF; padding: 0px 20px 10px 20px; }
#mainContent p { color: #666666; font-weight: normal; line-height: 23px; margin-top: 0px; width: 650px; }
img { border-style: none; }
#footer { background: #000000; border-top: 10px solid #DCE7E7; padding: 10px 20px; }
#footer a, #footer a:visited { color: #CCCCCC; padding: 0 10px; text-decoration: none; }
#footer a:hover { color: #666; padding: 0 10px; }
#footer p { margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center; font-size: 12px; color: #CCCCCC; letter-spacing: 2px; }
#heading { padding: 10px 20px; }
.black { background-color: #000000; }
.clear { clear: both; }
#gallery { background-color: black; width: 100%; height: 100%; text-align: center; }
#mainmov { width: 900px; height: 750px; background-color: black; }