/* 
    Document   : type
    Created on : Nov 22, 2009, 9:53:15 PM
    Author     : Andrew Heins
    Description:
        font family, size, weight, line-height, letter-spacing
*/

@font-face {
	font-family: 'Buckfut';
	src: url('../include/GOTHICB.TTF') format("truetype");
    weight: bold;
}


div#page {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.8em;
}

h1 {
    font-size: 22px;
    font-family: Georgia, "Times New Roman", sans-serif;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
	color: #ba8748;   
	margin-bottom: 10px;
}

p {
	font-size: 16px;
	
}

nav li {
	text-align: center;
	}

nav li a {
	font-family: 'Buckfut', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}

