@charset "UTF-8";
@import url("webfonts/Franklin_Gothic_Book/stylesheet.css");
/* CSS Document */

#wrapper {
   margin: 100px auto;
   padding: 0;
   width: 512px;
   height: 187px;
}

#textwrapper {
	margin: 100px auto;
	padding: 0;
	width: 700px;
	height: 50px;
	text-align: center;
}

#clientwrapper {
	margin: 10px auto;
	padding: 0;
	width: 1000px;
	height: 209px;
	text-align: center;
}



.Bodyfont {
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}

.Bodyfontlg {
	font-family: "Franklin Gothic Book";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}

a:link {
    color: #0094DE;
    text-decoration: none;

}
a:hover {
        text-decoration: none;
color: #209763;

}
