body{
margin: auto;
width: 800px;
background: #CCCCCC;
}

#mainpage {
	margin-top: 50px;
	padding: 0;
	text-align: center;
	
}

#header {
	width: 800px;
	margin 0;
	padding 0;
	background: white;
}

#main {
	width: 800px;
	background-color: #CC6633;

}

#rightcolumn {
	width: 680px;
	float: right;
	text-align: center;
	background-color: #669933;
}

#leftcolumn {
	margin-right: 680px;
	background: #CC6633;
	width: 110px;

}

#footer {
	text-align: center;
	width: 800px;
	clear: both;
	background: black;
	color: white;
}

#innertube {
	padding 10px;
}


img {
	border: none;
}

table {

	border-collapse: collapse;
	//border-color: #CC6633;
	width: 680px;

}

th {
	color: white;
	background-color: #CC6633;
	font-size: 115%;


	
}

td {
	border: solid;
	border-color: white;
	border-left: none;
	color: white;
	background-color: #669933;
	font-weight: bold;
	font-size: 105%;
}

#bulb {
	padding-top: 75px;
}

.smalltext {
	font-size: 60%;
}

:link {
	color: white;
}

.email {
	font-size: 75%;
}

.columntext {
	padding-top: 75px;
	color: white;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	line-height: 1.5em;
	padding-right: 3px;
	padding-left: 4px;
	font-style: italic;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:active {
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:active span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
