@charset "utf-8";

/* FONT DEFINITIONS */

@font-face {
	font-family: 'AnnieBTN';src: url('../fonts/BasicSansSF.ttf') format('truetype');
}
@font-face{
	font-family:myFont;
	src: url('../fonts/gautami.ttf');
	url('../fonts/FTLTLT.eot') format("opentype"); /* IE */
}

@font-face{
	font-family:asideFont;
	src: url('../fonts/FRSCRIPT.ttf');
	url('../fonts/FTLTLT.eot') format("opentype"); /* IE */
}

/************************************************************************************/

body {
	font-family: "Courier New", Courier, monospace;
}


h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 30pt;
	text-decoration: none;
	font-weight:100;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 22pt;
	text-decoration: none;
	font-weight:100;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18pt;
	text-decoration: none;
	font-weight:100;
}


.nav-pills>li>a {
	font-family: "Courier New", Courier, monospace;
	font-size: 18pt;
	text-decoration: none;
	color: #372505;
}

.nav-justified {
	border-top: 1px solid #4e2f0f;
	border-bottom: 1px solid #4e2f0f;
}

div#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	clear: both;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}

img#links {
	

	
}