body {
    margin: 0;
    width: 100%;
    color: #19468a;
}
#container {
    box-shadow: 0 0 10px #000;
    margin: 0 auto;
    width: 1000px;
}
#logo {
    float: left;
}
#tagline {
    display: block;
    float: right;
    font-family: changa one;
    font-size: 35px;
    position: relative;
    right: 50px;
    text-align: center;
    top: 40px;
    width: 425px;
}
#tagline img{
	margin-top: 20px;
}
a {
    color: #19468a;
}
#content {
    padding: 25px 50px;
}
#content img.imageright{
	display: block;
	float: right;
	position: relative;
	margin: 5px 5px 0 20px;
	max-width: 350px;
}
#content img.imageleft{
	display: block;
	float: left;
	position: relative;
	margin: 5px 20px 0 5px;
	max-width: 350px;
}
#content h1, #content h2, #content h3 {
    font-family: changa one;
	font-weight: normal;
	
}
#contact p {
    margin: 40px;
    text-align: center;
}
#contact a {
    background: none repeat scroll 0 0 #19468a;
    color: #fff;
    font-size: 25px;
    padding: 10px 25px;
    text-decoration: none;
	font-family: changa one;

}
#contact a:hover {
	background: #0A3677;
}
#footer{
	text-align: center;
	font-size: 12px;
}