

html, body {
	width: 100%;
	height: 100%;
	background-color: #2D302D;	}

body, table, tr, td, h1, h2, h3, h4, h5, h6 {
	margin:  0;
	padding: 0;
	color: #b5b5b5;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px; 
	background-color: #2D302D;}




a:link {
	color: #808080;
	text-decoration: none; }

a:visited {
	color: #808080;
	text-decoration: none; }

a:hover {
	color: #fff;
	text-decoration: none; }

a:active {
	color: #808080;
	text-decoration: none; }




.nav {
	color: #ccc;
	background-color: #CCC;
	font-size: 18px; }	

.nav a:link {
	color: #ccc;
	text-decoration: none; }

.nav a:visited {
	color: #ccc;
	text-decoration: none; }

.nav a:hover {
	color: #fff;
	text-decoration: none; }

.nav a:active {
	color: #ccc;
	text-decoration: none; }




.paratext {
	font-size:   12px;
	line-height: 15px; }

.paracaps {
	font-size:   12px;
	line-height: 15px;
	text-transform: uppercase; }

.paracapsdark {
	font-size:   12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #737373; }
	
#leftcolumn {position: absolute; left: 0px; top: 10px; width: 300px;}
#rightcolumn {position: absolute; left: 350px; top: 10px; width: 300px;}