.arial-11-lgrey-bold {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #5a5b5a;
	font-weight: bold;
}

.arial-11-dgrey-bold {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

.arial-11-green-bold {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #4fa01a;
	font-weight: bold;
}

.arial-11-white-bold {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #fefefe;
	font-weight: bold;
}

.arial-12-lgrey-bold {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #c9c9c9;
	font-weight: bold;
}

.arial-12-lgrey{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #c9c9c9;
	font-weight: normal;
}

.arial-12-mgrey-bold {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

.arial-12-mgrey {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

.arial-12-white-bold {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #fefefe;
	font-weight: bold;
}

.arial-12-dgrey-bold {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.arial-12-dgrey{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}


html * {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

a:link {
	color: #0e0e0e;
}

a:visited {
	color: #0e0e0e;
}
a:active {
	color: #0e0e0e;
}

body {
	background: #0e0e0e;
}

html, body {
	height: 100%;
	overflow: hidden;
}

.footer {
	clear: both;
}
	
	#main-header {
		background: url(../images/bg/generic/main_wrapper/main_header/background.jpg) left top repeat-x;
		border-right: 1px solid #080808;
		border-left: 1px solid #1a1a1a;
		padding: 1px 0 0 0;
	}

		#main-nav {
		
		}
		
		#main-nav ul {
			list-style: none;		
		}
		
		#main-nav ul li {
			display: inline;
		}
		
		#main-nav ul li a img {
			border: 0px;
		}
		
		#main-nav ul li .nav-btn {
			height: 25px;
			padding: 8px 0 0 0;
			border-right: 1px solid #080808;
			border-left: 1px solid #1a1a1a;
			float: left;
			display: inline;
			text-decoration: none;
			text-align: center;
			line-height: 15px;
			background: url(../images/bg/generic/main_wrapper/main_header/main_nav/hover_background.jpg) 0px -40px repeat-x;
		}
		
		#main-nav ul li .nav-btn:hover {
			background: url(../images/bg/generic/main_wrapper/main_header/main_nav/hover_background.jpg) 0px 0px repeat-x;
		}
		
		#main-nav ul .home-btn {
			width: 74px;
		}
		
		#main-nav ul .projects-btn {
			width: 88px;
		}
		
		#main-nav ul .journal-btn {
			width: 83px;
		}
		
		#main-nav ul .contact-btn {
			width: 84px;
		}
		
	#content {
		background: url(../images/bg/generic/main_wrapper/content/background.jpg) center no-repeat;
	}