/* ---------- MAIN BLOCKS ---------- */
html				{ background-color: #fff }
body				{ margin: 5px; padding: 5px; background-color: #fff; font: 12px Tahoma, Arial, Helvativa, "Trebuchet MS", Trebuchet, Verdana, Geneva, sans-serif; 
color: #505050;}
a
{
	color:#000;
	text-decoration:none;
}
#content			{width: 800px;  background: #fff; position: relative; font-size: 1.1em;padding-top:5px;}
#content p			{overflow: hidden; height: 100%;}

#content ul, #content ol	{margin: 0.5em 0 1.5em 0;}
#content li			{margin-bottom: 0.5em;}
#content ol li			{margin-left: 2em; list-style: decimal;}
#content ul li			{margin-left: 0; padding-left: 2em; height: 100%;}

#content ul.gallery		{width: 800px; padding: 0; margin: 0 -5px 1em -4px; overflow: hidden; height: 100%;}
#content ul.gallery li		{width: 144px; height: 85px; display: block; float: left; list-style: none; margin: 1px; padding: 1px;border:1px solid #ccc;}
#content ul.gallery a		{display: block; float: left; padding: 5px 0 0 7px; overflow:hidden; height:71px;}
#content ul.gallery img		{width: 130px; }
