
/* SHOW & TELL STYLES
----------------------------------------------------------------------------------------------- */

html {
	overflow: -moz-scrollbars-vertical;
	}

#container {
	background: #070707;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	height:0;
	overflow:hidden;
	}
	
#containerColumns {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 30px;
	}
	
div.columnC1 {
	margin:0px 40px 0px 0px;
	padding:0px;
	width: 270px;
	float:left;
	border-top:2px solid #FFF; 
	}
	
div.columnC2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	width: 580px;
	float:left;
	border-top:2px solid #FFF; 
	}

#navBar {
	z-index: 0;
	width: 100%;
	height: 46px;
	background-color: #070707;
	}

#theTitle {
	float: left;
	height: 30px;
	margin-left: 20px;
	}

#theTitle h2{
	font-family: Hoefler Text, Lucida Fax, Georgia, Serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	}
		
#navTab {
	float: right;
	height: 30px;
	margin-right: 20px;
	}
	
#navTab h2{
	font-family: Hoefler Text, Lucida Fax, Georgia, Serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	}
	
	
/* TYPOGRAPHY
----------------------------------------------------------------------------------------------- */

h1 {
	font-family: Hoefler Text, Lucida Fax, Georgia, Serif;
	font-size: 16px;
	color: #999;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	margin-bottom:10px;
	}
		
h2 {
	font-family: Hoefler Text, Lucida Fax, Georgia, Serif;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 18px;
	clear:left;
	margin-bottom:10px;
	}


/* THIS IS THE END
----------------------------------------------------------------------------------------------- */	