	body, div
			{
				margin:0px;
				padding:0px;
				height:100%;
			}
			body
			{
				font-family: georgia;
				color:black;
			}
			#main
			{
				width:100%;
				height: 100%;
			}
			#main #left
			{
				float:left;
				width: 45%;
				padding:20px;
				border-right: 1px solid #F4ABFF;
				height: 100%;
			}
			#main #right
			{
				float:left;
				width: 39%;
				height:100%;
				margin-left:30px;
				
			}
			#main #right img.mainImage 
			{
				margin-top:auto;
				margin-bottom:0px;
				
			}
			.bar
			{
				height: 40px;
				width: 100%;
				background-image: url(Images/bg_bar.png);
		
			}
			h1
			{
				font-size: 16px;
				color: #e962fe;
			}
			h3
			{
				width:436px;
				height: 20px;
				background-color: #F4ABFF;
				color: white;
				font-size: 14px;
				padding:5px;
				margin: 0px;
				margin-bottom:5px;
			}
			a
			{
				color: black;
				text-decoration: underline;
			}
			a:hover, h1 a, .noborder
			{
				text-decoration: none;
			}
			p, li
			{
				font-size: 14px;
				margin-left:20px;
			}
			.latest
			{
				width:200px;
				height: 180px;
				margin-right:2px;
				margin-bottom:2px;
				padding:10px;
				border: 1px dotted #F4ABFF;
				float:left;
				text-align:center;
			}
			  a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
   
      a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
		.latest p
		{
			margin-left: auto !important;
			margin-right: auto !important;
			
		}
		li
		{
			margin: 10px;
		}
		.latest img
		{
			border: none;
		}
		.latest a
		{
			border:none;
		}
	
		.latest img
		{
			border:none;
			height:150px;
			width:200px;
		}
		.latest a:hover img
		{
			border: none !important;
			-moz-opacity: 0.7;
			filter:alpha(opacity=70);
		
		}
		
		.latest a img
		{
			border: none;
			-moz-opacity: 1.0;
			filter:alpha(opacity=100);
		}
