* {
	margin:0;
	padding:0;
}
body  { font-family:Arial, Helvetica, sans-serif; font-size:14px; background: #666666 url(../images/backgroundBody.gif) left top; 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: #fff; }
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#container { width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 5px solid #fff; border-right: 5px solid #fff; text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { font-size: 12px; line-height: 12px; background: #000 url(../images/backgroundHeader.jpg) no-repeat left top; height:234px; } 
#header h1, #header p { margin: 0 30px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 { float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	color:#ba985a; }
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	color:#ba985a;
}
#mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	color:#e3c794;
}
.mainContentRED { color: red; margin: 0 200px; padding: 0 10px; border-right: 2px solid #fff; border-left: 2px solid #fff; }
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/backgroundFooter.jpg) left top repeat-x;
	height:109px;
	text-align:center;
	color:#FFFFFF;
} 
#footer p {
	padding:30px;
}
#footer a {
	color:#FFFFFF;
}
.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;
}
.pic {
	float:left;
	margin: 0 15px 10px 0;
}
.mainMenu {
	height:203px;
}
ul#menuback {
	list-style: none;
	background: url(../images/menu-bg.jpg);
	width: 800px;
	height:200px;
}

ul#menuback li.shutter {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
}

ul#menuback li#shutter1 {
	background: url(../images/shutter-1.jpg) no-repeat; 
}
ul#menuback li#shutter2 {
	background: url(../images/shutter-2.jpg) no-repeat; 
}
ul#menuback li#shutter3 {
	background: url(../images/shutter-3.jpg) no-repeat; 
}
ul#menuback li#shutter4 {
	background: url(../images/shutter-4.jpg) no-repeat; 
}
ul#menuback li#shutter5 { background: url(../images/shutter-5.jpg) no-repeat; }
ul#menuback li#shutter6 { background: url(../images/shutter-6.jpg) no-repeat; }
ul#menuback li#shutter7 { background: url(../images/shutter-7.jpg) no-repeat; }
ul#menuback li#shutter8 { background: url(../images/shutter-8.jpg) no-repeat; }
a.link {
   width: 200px;
   height: 100px;
   display: block;
   background: url(../images/window.png) no-repeat bottom center;
   text-indent: -9999px;
}
.h2white { color: #fff; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 18px; }
.h2black { color: black; font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 24px; }
.h5white { color: #fff; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14px; }
.h5black { color: black; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14px; }
.h5beige { color: #e3c794; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14px; }
.h6white { color: #fff; font-size: 14px; font-family: Arial, Helvetica, sans-serif; line-height: 14px; }
.h7white { color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 12px; }
.h2beige { color: #e3c794; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 18px; }
