/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#main
{
	position:absolute;
	top: -1px;
	left: -1px;
	width: 930px;
	height:100%;
	z-index: 1;
}

#top
{
	position:absolute;
	top: 0px;
	width:100%;
	height:43px;
	z-index: 3;
	background-image: url(top.png);
	vertical-align: bottom;
}

#left
{
	position:absolute;
	top: -1;
	width:159px;
	height: 650px;
	left: 4px;
	z-index: 2;
	background-image: url(left.jpg);
}

#holder
{
	position:absolute;
	top: 50px;
	width:90%;
	height: 100%;
	left: 165px;
	z-index: 4;
	text-align: left;
}
#view
{
	position:absolute;
	text-align: left;
}

#text
{
	position:absolute;
	text-align: left;
	
}