
/* GLOBALS
========================================*/

html, body {
	height: 100%;
	font-family: arial, san-serif;
	color:#4D4D4D;
	font-size: 12pt;
	line-height:19pt;
	margin:0;
	padding:0; 
	position:relative;
	background-color:#000000;
}

* { margin:0; padding:0; }
.clear { clear:both; }
.right { float:right; }
.left { float:left; }
img { border: none; }

#wrapper {
	height:100%;
	position:relative;
	width:2000px;
	overflow:hidden;
}

a:link {text-decoration: none; color:#ffffff;}
a:visited {text-decoration: none; color:#ffffff;}
a:active {text-decoration: none; color:#ffffff;}
a:hover {text-decoration: none; color:#ffffff;text-decoration: line-through;}

p {
	font-size:12px;
	line-height:19px;
	margin:15px 0;
	width:420px;
}

hr {
	border-color:#EFEFEF;
	height:1pt;
	margin:10px 0;
	width:420px;
}




/* Columns
========================================*/

.columnContainer {
	height:100%;
	position:relative;
	float:left;
}

.columnBtn {
	height:100%;
	position:relative;
	float:left;
	width:auto;
	max-width:100px;
	z-index:2;
}

.columnContent {
	width:100px;
	height:100%;
	position:relative;
	padding: 0 40px;
	background-color:#ffffff;
	float:left;
	display:none;
	overflow:hidden;
}

.column {
	float:left;
	width:40px;
	height:100%;
	position:relative;
}

.date {
	color:#999999;
	font-size:10px;
	line-height:auto;
	margin:26px 0 4px;
}

.source {
	color:#000000;
	display:block;
	font-family:georgia;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	margin:-11px 0 0;
	line-height:auto;
}

.description {
	height:100%;
	overflow:hidden;
	padding: 0 0 20px 0;
}

.columnContent h1 {
	font-size: 26px;
	font-family:georgia;
	font-style:italic;
	margin:10px 0 8px;
	width:420px;
}

.red h1 { color:#9D0000; }

.columnContent img {
	max-width:420px;
	height: auto;
}

/* Nav
========================================*/

#nav {
	height:100%;
	padding:20px;
	position:fixed;
	z-index:5;
 	 background-color:transparent;
}

#navbg {
	height:100%;
	position:fixed;
	width:218px;
	z-index:4;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	 opacity:0.6;
}

#navBottom {
	height:100%;
	width:218px;
	float:left;
}

#logo {
	width:181px;
	height:110px;
	background-image:url(images/logo.png);
}
 	 
#nav img {
	margin:0 10px -5px 0;
}

#nav #logo {
	margin:0;
}

#nav ul {
	margin: 20px 0 0;
}

#nav li {
	list-style-type: none;
	font-family: "georgia";
	font-size: 9pt;
	color:#ffffff;
	font-style:italic;
}


