@charset "utf-8";
/* CSS Document */

#header		
{
	background: url(/images/headers/cauldron.png) no-repeat;
}
			
#header h1
{
	color: white;
	background: url(/images/logos/eye.png) no-repeat;
}

#galeries a
{
	border: none;
}

#galeries a:hover
{
	border: none;
	background: none;
}

#galeries a img
{
	margin: 2px;
	border: none;
	padding: 3px;
	width: 160px;
	height: 120px;
}

#galeries a img:hover
{
	margin: 0px;
	border: 2px dashed #e58845;
	padding: 3px;
}
