@font-face {
  font-family: myFamilyFont;
  src: local("Century Gothic"),url("Token/Assets/Century_Gothic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: myFamilyFont;
  src: local("Century Gothic Bold"),url("Token/Assets/GOTHICB.TTF");
  font-weight:bold;
  font-style: normal;
}

@font-face {
  font-family: myFamilyFont;
  src: local("Century Gothic Italic"),url("Token/Assets/GOTHICI.TTF");
  font-weight: normal;
  font-style:italic;
}

@font-face {
  font-family: myFamilyFont;
  src: local("Century Gothic Bold Italic"),url("Token/Assets/GOTHICBI.TTF");
  font-weight:bold;
  font-style:italic;
}

.font_format {
	color:#FFF;
	font-size:12px;
	font-family:myFamilyFont;/*,Century Gothic;*/
}

body {
	background-color: #333;
	background-image: url(repeat.png);
	background-repeat: repeat-x;
	text-align: center;
}
.fixedfont { font-size : 17px;
			 font-family : Century Gothic;
			 color: #FFF;
			}

.custom #twitter_div {padding:0.625em; border:3px double #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	.custom #twitter_div img {float:right;}
.BlogFont {
	font-family: Century Gothic;
	color:#FFF;
	font-size:16px;
	/*font-family:myFamilyFont;/*,Century Gothic;*/
}
