Body {
	Margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../_Pictures/Background/gun_metal.png);
	background-repeat: repeat;
	}

.Top {
	background-image: url(../_pictures/background/abstract-banner-background.png);
	background-repeat: repeat-x;
	height: 150px;
}

.Header {
	background-color: #042e5a;
	height: 100px;
	text-align: center;
}

.Wrapper {
	min-height: 100%;
	position: reletive;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.Content1 {
	height: 250px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 25px 25px 0px 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	border: 3px solid #FFF;
	color: white;
}

.Content2 {
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #FFF;
	color: white;
	padding: 10px;
}



.Content3 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0px 0px 25px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #FFF;
	height: 100px;
	color: white;
}

.C3Left {
	float: left;
	width: 50%;
	color: #FFF;
	font-family: "Arial Narrow", Arial;
	text-align:center;
	padding-top: 10px;
}

.C3Right {
	float: right;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.footer {
	position: absolute;
	bottom: -351px;
	width: 100%
	background-color: #9C3;
	height: 25px; /* Height of the footer */
	background-color: #ddd;
	text-align: center;
}
a:link {
    color: #dfd3d3;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #936c6c;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #a98989;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

img {
	border-radius: 20px 20px 0px 0px;
	
	}