
html, body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family: arial,sans-serif;
	font-size: 15px;
	color:#ffffff;
	overflow: hidden;
}





a, p
{
	font-family: arial,sans-serif;
	font-size: 18px;
	color:#ffffff;
}



#toolbar
{
	background:#525C65 url('/xbackground.jpg');
	height: 100px;
	overflow: hidden;
}

#leftcolumn
{
	float: left;
	width: 20%;
	margin-left: 5px;
}


#leftcolumn a
{
	font-size: 14px;
}






#main
{
	margin-left: 5px;
	margin-right: 5px;
}

#rightcolumn
{
height: auto;
width: 20%;
position:relative;
top:-120px;
left:150px;
float: right;

}


#rightcolumn a 
{
font-size: 8px;
}

#iframe, main { overflow: hidden;} /*this is to remove the scroll when not needed*/

#iframe, iframe
{
	width: 100%;
	height: 100%;
}

#main iframe
{
	width: 500px;
	height: 85px;
}


#arrow
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 25px;
	background: url(btn2.gif) transparent no-repeat;
	background-position: -16px 0;
}
