@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,figure,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{border:0;border-style:none;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;	line-height: 0px;
	margin: 0 0 24px 0; 
}


body {
	margin:0;
	padding:0;
	background:#80A6B6 url(images/bg-grad.png) center top repeat-x;
	text-align: center;	
}

.mstr-container {
	background-image: url(images/logo-glow.png);
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	background-position: center -115px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#ff-logo-box {
	width: 520px;
	height: 90px;
	background-image: url(images/ff-logo-white.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#sub-title {
	color: #FFF;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 110%;
}

#main-box {
	background-color: #D7DBDE;
	width: 760px;
	height: 190px;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

#main-box h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #813F8D;
	font-weight: bold;
	font-size: 120%;
}

#main-box p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 95%;
}

#social-box {
	width: 370px;
	float: right;
}

#contact-box {
	width: 350px;
}

#drop-shadow-box {
	background: url("images/drop-shad2.png") no-repeat;
	width: 900px;
	height: 106px;
	margin-left: auto;
	margin-right: auto;
}
