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

body {
	margin: 0;
}
#header {
	margin: 0;
	height: 200px;
	width: 100%;
	background-color:#3695C5;
	background-image:url(images/header_bg.jpg);
	background-position:left;
	background-repeat: repeat-x;
	min-width:1150px;
}
#face {
	margin: 0;
	float:left;
}
#text {
	float:left;
}
#text h1 {
	font-family: 'Francois One', sans-serif;
	font-size:32px;
	color:#002D62;
}
#text h2 {
	margin-top: -30px;
	font-family: 'Francois One', sans-serif;
	font-size:24px;
}
#text h3 {
	margin-top: -25px;
	font-family: 'Francois One', sans-serif;
	font-size:24px;
	margin-bottom:0px;
	color:#002D62;
}
#logo {
	margin-top: 15px;
	margin-left:15px;
	float:left;
}
#right_text {
	margin: 20px 25px 0 0;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:right;
	width:200px;
}
#text_center {
	margin: 10px 0 0 0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	width:280px;
}
#text_center li { list-style-image:url(images/checkmark.png); 
}


#right_text .fb-like {
	margin: 0 -18px 0 0;
	text-align:right;
}
#iFrame {
	width:100%;
	height:100%;
}
#clear {
	clear:both;
}
#footer {
	margin: 0;
	height: 50px;
	width: 100%;
	background-color:#3695C5;
}

