body{
	font: : 15px/1.5 Arial, Halvetica, sans-serif;
	background-color: #f4f4f4;
	padding: 0;
	margin: 0;

}

.container{
	width: 80%;
	margin: auto;
	overflow: hidden;
}
button{
	height: 50px;
	background:#ffffff;
	border: 0;

}
header{
	background: #34524a;
	color: #ffffff;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #e8491d 3px solid; 
}
header a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 5px;


}
header ul{
	margin: 0;
	padding: 0;

}
header li
{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;


}
header #branding
{
	float:left;
}
header #branding h1{
	margin:0;
}
header nav{
	float:right;
	margin-top: 10px;
}

header .highlight, header .current a{
	color: #e8491d;
	font-weight: bold;
}
header a:hover{
	color: #cccccc;
	font-weight: bold;

}
#Showcase{
	min-height: 400px;
	background: url('final.jpg')  0 -200px;
	text-align: center;
	color: #ffffff;


}
#Showcase h1
{
	margin-top: 100px;
	padding-bottom: 10px;
	font-size: 55px;

}
#Showcase p
{
	margin top: 30px;
	color: #ffffff;
	font-size: 20px;

}
#newsletter
{
	padding: 15px;
	color: #ffffff;
	background: #34524a;
}
#newsletter h1
{
	float: left;

}
#newsletter form
{
	float: right;
	margin-top: 15px;
}
#boxes
{
	padding-top: 20px;
}
#boxes .box{
	float:left;
	width: 28%;
	padding: 10px;
	text-align: center;

}
footer{
	padding: 20px;
	margin-top: 20px;
	color: #ffffff;
	background-color:#e8491d;
	text-align: center;

}