@CHARSET "UTF-8";

/**
 *  GENERAL CSS SETTINGS
 */
body {
	background-color: #fff;
	color: #333;
	font-family:"MundoSansStd", Arial, sans-serif;
	padding: 0;
	margin: 0;
}

a {
	outline: none;
}

img {
	border: none;
}

fieldset {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1 a {
	text-indent: -99999px;
	width: 483px;
	height: 115px;
	background: url('/images/royal-albert-memorial-museum.gif') no-repeat left top;
	position: absolute;
	left: 0px;
	top: 0px;
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

/*** COMMON CSS CLASSES ***/
.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.ghost-input {
	color: #aaa;
}

strong {
	font-weight: bold;
}

/************************/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */