body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	/* specify your background color here */

	}
p {

	line-height: 12px;
	}
.tiny {

	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
#rt{
	float: right;
	margin-right: 10px;
}
#rt a{
	color: #CCCCCC;
	text-decoration: none;
}
#rt a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#top {
	padding: 1px;
	border: 1px solid #ccc;
	background: #666;
	height: 20px; /* ie5win fudge begins */
	height: 20px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	}
html>body #top {
	height: 20px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 120px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 0px solid #FFFFFF;
	width: 150px;
	width: 120px;
	}
html>body #left {
	width: 120px;
	}
.gecko #middle{
	width: 700px;
}
.ie  #middle{

}
#middle {
	padding: 1px;
	border: 5px solid #ccc;
	background: #666;
	margin-right: auto;
	margin-left: auto;	

	}
#right {
	position: absolute;
	top: 120px;
	right: 0px; 	margin: 20px;
	padding: 10px;
	border: 0px solid #FFFFFF;
	width: 150px;
	width: 120px;

	}
html>body #right {
	width: 120px;	}
pre {

	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
#info{
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#overlay{
	position: absolute;
	z-index:90;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

#popcontent{
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display:none;
}
