@charset "UTF-8";
header {
	background-color: white;
	min-height: 129px;
	padding: 0px;
	margin: 0px;
}
.logo {
	max-height: 1.25in;
	float: left;
	margin-left: 15px;
	margin-top: 2px
}
	nav {
		height: auto;
		background-color: none;
		float: right;
	}
		nav ul {
			width: auto;
			display: block;
			list-style-image: none;
			list-style-type: none;
			margin-top: -45px;
			margin-right: 45px;
			position: relative;
		}
			nav ul li {
				display: block;
				float: left;
				margin-left: 41px;
						}
			nav ul li a {
				display: block;
				text-decoration: none;
				text-shadow: 0px 0px;
				color: rgba(95,95,96,1.00);
				font-family: Helvetica, Palatino;
				font-weight: lighter;
				font-size: 0.97em;
			}
			nav ul li a:hover {
				color: rgba(239,76,127,1.00);
	}

/*END OF NAVIGATION*/

article {
	width: 100%;
	min-height: 660px;
	color: white;
}
		body{
			max-width: 1225px;
			margin-right: auto;
			margin-left: auto;
			background:rgba(238,238,238,1.00);
			font-family: 'Open Sans', sans-serif;
			-webkit-box-shadow: 0px 0px 5px 5px rgba(201,201,201,1.00);
			box-shadow: 0px 0px 5px 5px rgba(201,201,201,1.00);
		}

input[type="submit"]:hover {
	background-color:rgba(250,205,220,1.00);
}
