/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/fflicense/fontsite
 *
 *
 */
 
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #09F;
	text-decoration: none;
}

@font-face {
	font-family: 'FranklinGothicFSCdBoldItalic';
	src: url('fonts/FranklinGothic-DemiCdIt-webfont.eot');
	src: local('☺'), url('fonts/FranklinGothic-DemiCdIt-webfont.woff') format('woff'), url('fonts/FranklinGothic-DemiCdIt-webfont.ttf') format('truetype'), url('fonts/FranklinGothic-DemiCdIt-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothicFSCdItalic';
	src: url('fonts/FranklinGothic-CdIt-webfont.eot');
	src: local('☺'), url('fonts/FranklinGothic-CdIt-webfont.woff') format('woff'), url('fonts/FranklinGothic-CdIt-webfont.ttf') format('truetype'), url('fonts/FranklinGothic-CdIt-webfont.svg#webfont') format('svg');
	font-weight: italic;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothicFSCdRegular';
	src: url('fonts/FranklinGothic-Cd-webfont.eot');
	src: local('☺'), url('fonts/FranklinGothic-Cd-webfont.woff') format('woff'), url('fonts/FranklinGothic-Cd-webfont.ttf') format('truetype'), url('fonts/FranklinGothic-Cd-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothicFSCdBold';
	src: url('FranklinGothic-DemiCd-webfont.eot');
	src: local('☺'), url('FranklinGothic-DemiCd-webfont.woff') format('woff'), url('FranklinGothic-DemiCd-webfont.ttf') format('truetype'), url('FranklinGothic-DemiCd-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}
	
	#container {
			width:420px;
			position:relative;
			margin:auto;
		}
				#logo {
			position:relative;
			text-align:center;
			padding-top:40px;
			padding-bottom:10px;
		}
				#visualdesign {
			font-size: 36px;
			font-family: 'FranklinGothicFSCdBoldItalic', Arial, sans-serif;
			color: #666;
			margin-top: 10px;
			margin-bottom:20px;
			text-align:center;
		}
				#firstlinks {
	font-size: 18px;
	font-family: 'FranklinGothicFSCdRegular', Arial, sans-serif;
	color: #666;
	margin-top: 20px;
	margin-bottom:20px;
	text-align:center;
		}
				#rule {
			height:7pt;
			background-color:#09F;
			margin-top:10px;
			margin-bottom:10px;
		}
				#newsite{
			font-size: 14px;
			font-family: 'FranklinGothicFSCdRegular', Arial, sans-serif;
			color: #666;
			margin-top: 20px;
			text-align:center;
		}
