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: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	background-color: #FFFFFF;
	background-image: url(i/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: normal;
}
#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;
	font-weight: normal;
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(i/back_header.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	height: 127px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 127px;
	font-size: 2.6em;
	color: #000;
	font-weight: normal;
	padding-top: 70px;
	padding-right: 500px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#menu {
	height: 275px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu h1 {
	margin: 0px;
	padding: 0px;
	height: 275px;
	width: 752px;
	float: left;
	background-image: url(images/main_photo1.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	list-style-type: none;
	float: right;
	height: 165px;
	width: 272px;
	margin: 0px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	display: block;
	height: 25px;
	vertical-align: middle;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 32px;
}
#menu ul  {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a {
	text-decoration: none;
	color: #000;
}
#menu li a:hover {
	text-decoration: none;
	padding-left: 12px;
}
#menu .active_ss {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(i/sel_ss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .active_wm {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(i/sel_wm.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .active_sm {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(i/sel_sm.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainContent {
	width: 500px;
	margin-left: 500;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 12px;
} 
#mainContent h1 {
	color: #8D5B0E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 0.8em;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 500px;
}
#sidebar1 h1 {
	color: #8D5B0E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#sidebar1 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: .8em;
}
#footer {
	background-color: #EBEBEB;
	background-image: url(i/shredding_grey.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 131px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #000000;
} 
#footer ul {
	font-size: .8em;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 12px;
}
#footer .active {
	color: #004B85;
}
#footer li {
	display: block;
	float: left;
	padding-right: 15px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #990000;
}
#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 */
}
#copyright {
	text-align: right;
	padding-right: 20px;
	font-size: x-small;
	color: #6E6E6E;
	padding-top: 80px;
}

#copyright a {
	margin: 0;
	border: 0;
	color:#CC6600;
}

#copyright a:active, #copyright a:hover {
	color:#006633;
	margin: 0;
}
.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;
}
.map_heading {
	font-size: .9em;
	font-weight: bold;
}
.map_text {
	font-size: .8em;
	font-weight: normal;
}
#imgcode {
	font-size: 1.6em;
}
.small {
	font-size: .7em;
}
