@charset "utf-8";
/* CSS Document */

header {
	float:left;
	width:100%;
	margin-bottom:5px;
	padding:1%;
	
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
*behavior: url(../boxsizing.htc);

background: #eae2e2;

	
}

footer {
	float:left;
	width:100%;
	padding:0.5%;
	
	
background: rgb(6,109,171); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(132,157,230,1) 0%, rgba(218,221,236,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(132,157,230,1)), color-stop(50%,rgba(218,221,236,1)), color-stop(100%,rgba(255,255,255,11))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left,  rgba(132,157,230,1) 0%,rgba(218,221,236,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left,  rgba(132,157,230,1) 0%,rgba(218,221,236,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(left,  rgba(132,157,230,1) 0%,rgba(218,221,236,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	
	background: linear-gradient(to right,  rgba(132,157,230,1) 0%,rgba(218,221,236,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea',GradientType=1 ); /* IE6-9 */
	
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../boxsizing.htc);
		
}

footer a {
	color:#000000;
	margin-left:1%;
}




@media screen and (min-width:500px) {
header {
	padding-top:0px;	
	padding-bottom:0;	
}
}

@media screen and (min-width:900px) {
footer {
	width:79%;
	margin:0% 0% 2% 20%;
	padding:0%;
}

header {
	width:79%;
	margin:0% 0% 2% 20%;
	padding:0%;
}

}


@media screen and (min-width:1300px) {
footer {
	width:60%;
	margin:0% 20% 2% 20%;
	padding:0.3%;
}

header {
	width:60%;
	margin:0% 20% 2% 20%;
	padding:0.3%;
}


}

