* {
	margin: 0;
	padding: 0;
	}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7F7F7F;
	text-align: left; 
	color: #000000;
}
.twoColFixLt #container {
	width: 780px;  
	background: #7F7F7F;
	margin: 0;
	text-align: left;
	position: relative;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background: #7F7F7F;
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 0 0 0 12px;
}
.twoColFixLt  #sidebar1  td  {
	padding-bottom: 3px;
	padding-left: 2px;
}

.twoColFixLt #mainContent {
	margin: 0 0 0 230px;
	padding: 0px 0px 0px 0px;
	background: #7F7F7F;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	color: #FFFFFF;
	padding-bottom: 8px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 189%;
	color: #000000;
	padding-top: 16px;
	padding-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	padding-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #E5E5E5;
	padding-top: 20px;
	padding-bottom: 26px;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold
}

.click_on {
	color: #FF9900;
	font-size: 80%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #E5E5E5
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
a:hover, body#figurex #figurex, body#idiotx #idiotx, body#bookx #bookx, body#conversationx #conversationx, body#undergroundx #undergroundx, body#wipx #wipx, body#theatrex #theatrex, body#scrollsx #scrollsx, body#contactx #contactx, body#cvx #cvx {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #CCCCCC;
}
.white {
	color: #CCCCCC;
}
#idiot_face img {
	padding-top: 6px;

}
#book img {
	padding-top: 6px;
}
#conversations img {
	padding-top: 6px;
	padding-right: 6px;
}
#underground img {
	padding-top: 8px;
	padding-right: 8px;
}
#theatre img {
	padding-top: 10px;
	padding-right: 10px;
}
#scrolls img {
	padding-top: 8px;
	padding-right: 8px;
}
#threeddrawing img {
	padding-top: 6px;
	padding-right: 6px;
}
#footer p {
	color: #CCC;
	font-size: 70%;
	font-style: italic;
	padding: 50px 0px 0px 230px;
}