body, html {
	margin: 0 auto;
	text-align: center;
}

a {color: #353535; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}
tr {vertical-align: top;}
hr {height: 1px; color: #d9d9d9; background-color: #d9d9d9; border: 0;}

#Container {
	width: 800px;
	margin: auto;
	border-left: 1px solid #9999FF;
    border-right: 1px solid #9999FF;
	text-align: left;
}

#Banner {
	height: 201px;
	background: #B2CAF7 url('images/banner.png') top left no-repeat;
	border-bottom: 1px solid #CCCCFF;
	position: relative;
}

#Banner-Shredding {
	height: 201px;
	background: #B2CAF7 url('images/banner_shredding.png') top left no-repeat;
	border-bottom: 1px solid #CCCCFF;
	position: relative;
}

#Banner-TireShredding {
	height: 201px;
	background: #B2CAF7 url('images/banner_tireshredding.png') top left no-repeat;
	border-bottom: 1px solid #CCCCFF;
	position: relative;
}

#Menu {
	width: 800px;
	background-color: #7b95c7;
	line-height: 150%;
	font-size: 19px;
	text-align: center;
	padding: 5px 0;
}

#Menu a {
	font-family: Impact, "Arial Narrow", "Arial Black", Arial;
	color: #FFFFFF;
	padding: 0 5px;
	border-bottom: 4px solid transparent;
}
#Menu a:hover {border-bottom: 6px solid #7575CC;}
#Menu span {font-size: 90%;}

#MenuSecondary {
	margin: 5px 0px 5px 0px;
}

#MenuSecondary a {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	margin-right: 5px;
}

#MenuSecondary a:hover {border-bottom: 3px solid #353535;}

#ContentContainer {
	padding: 0px 30px 20px 30px;
}

#Content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #353535;
	min-height: 400px;
	text-align: justify;
}

#Footer {
	height: 35px;
	background: #B2CAF7;
	border-top: 1px solid #CCCCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-align: center;
	padding-top: 5px;
}

.clear {clear: both;}

.title {
	display: block;
	font-family: Impact, "Arial Narrow", "Arial Black", Arial;
	font-size: 26px;
	color: #404040;
	border-bottom: 1px solid #BBBBBB;
}

h3 {font-size: 125%;}

a.fb {
	float: left;
	font-family: Arial, Sans-Serif;
	font-size: 70%;
	color: #505050;
	text-align: center;
	margin-bottom: 10px;
}

img.fb {
	width: 125px; height: 94px;
	border: 1px solid #d9d9d9;
	padding: 3px;
	margin: 0 10px 5px 0;
	box-shadow: 0 3px 5px #d0d0d0;
}
