BODY
{
	padding: 0px;
	margin: 0px;
/*	border: 0px;
*/
}
PRE
{
	padding:3px;
	border:inset 3px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:80%;
	word-break:break-all;
	overflow:auto;
	line-height: 100%;
}

#container
{
	width: 100%;
	height:100%;
	background-color: #eeeeee;
}
.aTABLE
{
/*	width: 100%;
*/
	
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
.mainTable
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
TD
{
	vertical-align: top;
}
IMG
{
	border: 0px;
}
H2
{
	color: #000000;
	background: #EEEEEE url(http://www.256byte.com/img/separator_w.gif) repeat-x bottom left;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 5px;
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	vertical-align: bottom;
	MARGIN: 0px 0px 5px 0px;
}

.full
{
	width: 100%;
	height:100%;
}

#top
{
	height:50px;
}
#top_logo
{
	height:50px;
	border-bottom: 1px solid #000000;
	background-color: #cccccc;
	text-align: left;
	padding: 10px;
}
#top_separator
{
	height:20px;
	border-bottom: 1px solid #000000;
	background: #999999 url(img/grad30.gif) repeat-x bottom left;
	text-align: left;
}

#middle
{
	margin: 0px;
	text-align: center;
	vertical-align: top;
}
#bottom
{
	height:20px;
	text-align: center;
	font-size:1px;
	
	border-top: 1px solid #000000;
	background: #999999 url(img/grad30.gif) repeat-x bottom left;
}
#left
{
	padding: 10px;
	background: #eeeeee;
	text-align: center;
}

#center
{
	text-align: center;
	background: #EEEEEE url(img/shadow-right.gif) repeat-y top left;
	padding: 20px;
	width: 600px;
}
#right
{
	padding: 10px;
	background: #EEEEEE url(img/shadow-right.gif) repeat-y top left;
	text-align: center;
}


