<!--
* { 
padding : 0;
margin : 0;
} 

body 
{ 
	font-family : Trebuchet MS, Verdana, Arial, Helvetica; 
	color : #000;
	font-size : 12px;
	font-style: normal;
	font-variant: normal;			
	font-weight: normal;
	background-color : #fff
}
a:link, a:visited {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #5078AD;
	text-decoration: underline;	
}
h1
{
	font-weight: bold;
	font-size: 100%;
	color: #5078AD;
	text-align: center;	
}
h2
{
	font-weight: normal;
	font-size: 100%;
	color: #333;
	text-align: left;	
}
h3
{
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 100%;
	color: #5078AD;
	text-align: left;	
}
input, textarea, select 
{
	font-size: 100%; 
}	
#main
{	
	display: inline;
	float: right;
	width: 600px;
	height: 1150px;
	font-size: 95%;
	background: #fff url('content.gif');	
}
#left
{
	display: inline;
	float: left;
	width: 195px;
	height: 450px;
	font-size: 95%;
	background: #fff url('left.gif');	
}
#views 
{
	display: none;
	float: none;
	visibility: hidden;
	width: 100%;
}	
-->