@charset "utf-8";
/* CSS Document */
body {margin: 0 0;}
		
.top {background: #222222;}
		
.Wrapper {
			width: 90%;
			margin: 0 auto;
		}

.footer {background: #0000ff;
		color: #ffffff;}
		
.footer-content {
			margin: 0 auto;
		}
		
.footer-right {
			float: right;
			width: 20%;
			background: #E90C10;
		}
		
.footer-center {
			width: 20%;
			margin: auto;
			background: #E90C10;
		}
		
.footer-left {
		float: left;
		 width: 20%;
			background: #E90C10;
		}
			
.content {
	width:100%;
	margin: 0 auto;
	background-color:#fff;
	}

.content-center {
	width: 98%;
	padding-left: 1%;
	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: #0000ff;
	margin: auto;
			}
			
.nav a {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change color on hover */
.nav a:hover {
    background-color: #fff;
    color: #000000;
}
		
.nav:after {
    content: "";
    display: table;
    clear: both;
}
	
	/* Create 2 equal columns that floats next to each other */
.column2 {
    float: left;
    width: 49%;
    padding: 1px 5px;
}

	/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33%;
    padding: 1.5px;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}
		
.clearing {
  height: 10;
  clear: both;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}