@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2e2e2e;
	background-image: url(bg.png);
	background-position:left top;
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
}

.main {
	position: static;
	height: 100%;
	z-index: 100;
	padding-left: 310px;
	padding-top: 0px;
}

.nav_container {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.navigation {
	position: fixed;
	width: 238px;
	z-index: 0;
	left: 50px;
	background-image:url(nav_bg.png);
	top: 0px;
	padding-top: 0px;
	overflow: hidden;
	height: 100%;
	background-repeat: no-repeat;
}
.menu {
	position: relative;
	width: 180px;
	margin-top: 10px;
	margin-left: 48px;
}
.logo {
	position: relative;
	width: 152px;
	left: 0px;
	margin-top: 20px;
	margin-left: 43px;
}

.menu a {
	font-family: 'Nova Flat', cursive;
	font-size:18pt;
	color: #FFF;
	text-decoration: none;
}

.subcat {
	font-family: 'Nova Flat', cursive;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none
}

.teal_content_text {
	font-family: 'Nova Flat', cursive;
	font-size: 155%;
	color: #19b09e;
	text-decoration: none
}

.white_content_text {
	font-family: 'Nova Flat', cursive;
	font-size: 150%;
	color: #FFF;
	text-decoration: none
}


.work {
	font-family: Verdana;
	font-size: 9pt;
	color: #19b09e;
	text-decoration: none
}

#workBox {
	margin-top: 184px;
	position: inherit;
	height: 100%;
}

.description {
	font-family: Verdana;
	font-size: 65%;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.h1 {
	font-family: 'Nova Flat', cursive;
	font-size: 260%;
	color: #FFF;
}

.h2 {
	font-family: 'Nova Flat', cursive;
	font-size: 120%;
	color: #FFF;
}

.h3 {
	font-family: 'Nova Flat', cursive;
	font-size: 100%;
	color: #19b09e;
	text-decoration: none;
}

.worksBox {
	display: none;
}

.footer {
	padding-top: 0px;
	position: inherit;
}

