body 
	{
	background-color: white;
	font-family: Tahoma, Arial, sans-serif;
	color: #888;
	}

img
	{
	border:none;
	}
	
a:link, a:visited, a:active
	{
	text-decoration:none;
	color:#666;
	}

a:hover
	{
	color:#fda102;
	}

div.caption
	{
	margin:10px 0px 0px 0px;
	}

p
	{
	margin:0px 0px 10px 0px;
	}

div.imageBlock
	{
	margin-bottom:30px;		
	}

div.description
	{
	margin:20px 0px 25px 0px;	
	}
	
div#main
	{
	width:600px;	
	margin:20px auto 50px auto;	/* top right bottom left */
	}
	
	