@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "Formata";
	src: url("fonts/Formata-Regular.woff");
}

@font-face {
	font-family: "Formata-LightSC";
	src: url("fonts/Formata-LightSC.woff");
}

* {
}

html {
}

body {
	
}

#navBar {
	
}

#navTitleWrap {

}

#navTitleWrap img {

}

#navTitleWrap h2 {
	font-family: "Formata-LightSC", sans-serif;
	letter-spacing: 1.25px;
	font-size: 1.5em;
}

#navLogo {

}

#navButtonsWrap a {
	font-family: "Formata-LightSC", sans-serif;
	letter-spacing: 1.25px;
	font-size: 1.5em;
	text-decoration: none;
}

.navDrop-content {
	font-size: .9em;
}

.navDrop-content a {
	
}

.navDrop-content a:hover {
	
}

.navDrop:hover .navDrop-content {
	display: block;
}


/* MAIN COLUMN =========================================================================================== */
#mainColumn {
}

header {
}

header h1 {
	font-family: "Formata", sans-serif;
	font-size: 5em;
}

#pageTitleLeft {
	
}

#pageTitleRight {
	letter-spacing: 9px;
}

#mainLogo {
	
}

/* LEFT COLUMN =========================================================================================== */
#leftColumn {

}

/* RIGHT COLUMN =========================================================================================== */
#rightColumn {

}