/* CSS Document */
.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

a
{
	color: #0066cc;
}

a:hover
{
	text-decoration: none;
}

/*when using in conjunction with a H2*/
h1
{
	font-size: 1.54em;
	color: #3768ad;
	border-bottom: 1px solid #038661;
	line-height: 1.22em;
	display: inline;
	clear: both;
}

h1 .small
{
	font-size: 0.80em !important;
}

h2
{
	font-size: 1.18em;
	color: #3768ad;
	line-height: 1.43em;
	clear: left;
}

.catalogue
{
	padding-right: 10px;
}

.gallery
{
	border: 1px solid #000000;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

img, div { behavior: url(../common/pngfix/iepngfix.php); }
