html { height: 100%; margin: 0; padding: 0; }
body { height: 98%; }
html, body
{
	margin: 0 auto;
	text-align: center;
	background: #000;
	font: 1em Georgia, "Myriad Pro", Verdana;
	color: #fff;
	min-width: 780px;
}
img { border: 0; }
a { color: blue; }
div#container
{
	width: 730px; 
	height: 100%;
	margin: 0 auto;
}
div#question
{
	width: 100%; 
	text-align: center; 
	padding-top: 5px; 
	padding-bottom: 5px;
}
td#top_row
{
	padding-top: 10px;
}
td#main_image
{
	width: 100%; 
}
.third_row
{
	padding-left: 0px;
	height: 90px;
}
.table
{
	height: 100%; 
	width: 100%;
}
table#list .opacity, table#list .arrows
{
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
table#list .arrows:hover, table#list .current, table#list .opacity:hover
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
table#list 
{
	margin-top: 10px;
}
table#list img { margin: 0; padding: 0; position: none; }
li { position: static text-decoration: none; list-style-type: none; }
table#list td .arrows { vertical-align: middle; }
.side 
{
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 15px;
}
div#loading
{
	float: right; 
	width: 100px; 
	position: absolute; 
	right: 0; 
	text-align: right; 
	padding-top: 5px; 
	padding-right: 5px;
}
div#loading .load { padding-right: 10px; }
.hide { display: none; }


div#desc_box
{
	//background-color: #3c3c3c;
	background-color: #fcfcfc;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	border: 1px solid #;
	position: absolute; 
	z-index: 100; 
	top: 20px; 
	right: 30px;
	color: #000;
	text-align: left;
	width: 270px;
	font-size: 1.3em;
}
div#about_box {
	position: absolute;
	z-index: 100;
	background: #fcfcfc;
	width: 40%;
	min-width: 35%;
	color: #000;
	top: 0;
	left: 28%;
	text-align: justify; 
	margin-top: 20px; 
	padding: 20px;
	cursor: pointer;
	
}
div#desc_box:hover { cursor: pointer; }
#lightbox img { border: none; clear: both; } 
#overlay img { border: none; }

#overlay { 
	background-image: url('images/overlay.png'); 
	position: fixed; 
	top: 0pt; 
	left: 0pt; 
	z-index: 2; 
	width: 100%; 
	height: 100%; 
	overflow: none;
}

* html #overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
dt {
	font-weight: bold;
	letter-spacing: 0.3em;
}

img:hover 
{
	cursor: pointer;
}
dd {
	padding-left: 0px;
	padding-right: 0px;
	color: #000;
	font-size: 0.9em;
}

/*
 * Front page:
 */
td#question
{
	height: 100px; 
	vertical-align: bottom; 
	font-size: 2em; 
}
td#question p
{
	cursor: pointer;
	width: 30px;
}
.thumb_list
{
	width: 27%; 
	vertical-align: top;
}
td#centerimage
{
	width: 46%; 
	vertical-align: top;
}
.top_text
{
	width: 100%; 
	text-align: center; 
	font-size: 1.4em; 
	font-family: Georgia, Palatino, Verdana, Serif;
}
td#centerimage .main 
{
	margin-top: 40px; 
	padding: 10px;
}
td#centerimage .logo
{
	height: 100px; 
	padding-top: 20px;
}
td#centerimage img
{
	cursor: default;
}
.sides
{
	width: 100%; 
	text-align: center; 
	margin-top: 20px;
}
.sides img {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	border: 0;
	padding: 5px;
}

.sides img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
div#bottom p {
	margin: 20px;
}
div#about_box dt
{
	font-weight: bold; 
	font-size: 1.4em;
}
div#javalinks { font-size: 2em; margin-top: 30px; margin-right: 20px; margin-left: 20px; }
div#javalinks ul { padding: 0; margin: 0; }
div#javalinks .leftli { float: left; padding-bottom: 20px; margin-right: 0; padding-right: 0; }
div#javalinks .leftli:hover, .rightli:hover { cursor: pointer; text-decoration: underline; }
div#javalinks .rightli { float: right; }
