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;}

#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;
}

#Banner-Shredding {
	height: 201px;
	background: #B2CAF7 url('images/banner_shredding.png') top left no-repeat;
	border-bottom: 1px solid #CCCCFF;
}

#Menu {
	display: inline;
	position: relative;
	top: 148px;
	left: 315px;
}

#Menu a {
	font-family: Impact, "Arial Narrow", "Arial Black", Arial;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	border-bottom: 4px solid transparent;
}

#Menu a:hover {border-bottom: 6px solid #7575CC;}

#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;
}

.title {
	display: block;
	font-family: Impact, "Arial Narrow", "Arial Black", Arial;
	font-size: 26px;
	color: #404040;
	border-bottom: 1px solid #BBBBBB;
}