@charset "utf-8";
/* CSS Document */

body {margin: 0 0;}
		
.top {background: #000;}
		
.Wrapper {
			width: 90%;
			margin: 0 auto;
		}

.footer {background: #000;
		color: #ffffff;}
		
.footer-content {
			margin: 0 auto;
		}
		
.footer-right {
			float: right;
			width: 20%;
			background: #000;
		}
		
.footer-center {
			width: 20%;
			margin: auto;
			background: #E90C10;
		}
		
.footer-left {
		float: left;
		 width: 20%;
			background: #000;
			vertical-align: middle;
		}
			
.content {
	width:100%;
	margin: 0 auto;
	background-color:#fff;
	}

.content-center {
	width: 98%;
	padding-left: 1%;
	margin: 0 auto;
	background-color:#fff;
	}

.content-right {
	width: 33%;
	float:right;
	background-color:#FFF;
}

.content-left {
	width: 65%;
	padding-left: 1%;
	float:left;
	background-color:#FFF;
	}
		
		/* Style the topnav links */
			
.nav {
	background: #ff0000;
	color: #fff;
			}
.responsive {
  width: 50%;
  height: auto;
}		
.nav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change color on hover */
.nav a:hover {
    background-color: #222;
    color: white;
}
			
			.content a {text-decoration: none;}
		
.nav:after {
    content: "";
    display: table;
    clear: both;
}
		
	/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 30%;
    padding: 15px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
		
.clearing {
  height: 10;
  clear: both;
}