@charset "utf-8";
@import url("webfonts/Geo_Sans_Light/stylesheet.css");

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	font-style: normal;
	color: #FFF;
	background-color: #181e1f;
	margin: 0px;
	padding: 0px;
}
#mainBox {
	background-color: rgb(48,53,54);
	background: url(images/title-background.jpg);
}

#contentBox .navBox {
	background-color: rgb(48,53,54);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#title {
	font-family: "Geo Sans Light";
	font-size: 3em;
}
