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

body { margin: 0; padding: 0; font-family: Whitney;}
p { text-align:center; font-size:22px;}

.botcontainer { width:50%; height:180px;}

#top { background-color: #1c419a; text-align: center; background:url(images/back.jpg);}
#topimage { margin: 70px 0 70px 0;}
#mail { text-align:center; background:url(images/mail.png) no-repeat center top; margin:20px; width: 180px; height:80px; padding-top:40px; float:right;}
#phone { text-align:center; background:url(images/phone.png) no-repeat center top; margin:20px; width: 230px; height:80px;  padding-top:40px;}

@font-face {font-family: Whitney; src: url("whitney.otf") format("opentype");}
@media only screen and (max-width:550px){
	#topimage{ width:90%;}
		
}

