body {
	margin:0px 0px 0 0px;
	padding:0;
	background:#f9f9f9;}

#main {
	margin-left:200px;
	width:800px;
	padding=left:1px;
	background:#f9f9f9;}

#lftBar {
	float:left;
	position:fixed;
	width:100px;
	height:800px;
	top:0px;
	left:20px;
	background:#f9f9f9;}

P {
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; 
font-color: #6b6b6b;
font-align: left;
letter-spacing: 1px;
}

H3 {
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px; 
font-style:normal;
font-weight:normal;
font-color: #e89524;
font-align: left;
letter-spacing: 1px;
}

img {
border-style: none;
}

a:link {
 color: #e89524;
 text-decoration: none;
 border-width: none;
 border-color: none;
 border-style: none;
 }

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

TABLE, TD {
border:0px;
}

TD {
vertical-align: bottom;
}

/** LIGHTBOX MARKUP **/

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
}

.lightbox img {
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	outline: none;
	display: block;
}

