/* Styling for common selectors */
body {
	background: White;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a { text-decoration: none; color: Red; background: White; }

a:hover { text-decoration: underline; }

/* Styling for main container DIV; Hacks to make it stay centred in all browsers */
#mainLayout { text-align: center; margin-top: -46.4px; margin-left: -396px; position: absolute; left: 50%; top: 20%; width: 792px; height: auto; visibility: visible; }

#nav-top {
	position:absolute;
	top:-40px;
	width: 450px;
	overflow: visible;
	margin-left: -225px;
	right: 10px;
	text-align: right;
	font-size: 11pt;
}


/* Left block of paintings */

#left-tl { position: absolute; left: 0px; top: 0px; width: 103px; height: 84px; }

#left-tr { position: absolute; left: 111px; top: 0px; width: 103px; height: 84px; }

#left-bl { position: absolute; left: 0px; top: 93px; width: 103px; height: 84px; }

#left-br { position: absolute; left: 111px; top: 93px; width: 103px; height: 84px; }

/* Styling for centre logo DIVs */

#topLogo { position: absolute; left: 259px; top: 18px; width: 273px; height: 67px; }

#bottomLogo { position: absolute; left: 229px; top: 93px; width: 331px; height: 62px; }

/* Right block of paintings */

#right-tl { position: absolute; left: 578px; top: 0px; width: 103px; height: 84px; }

#right-tr { position: absolute; left: 689px; top: 0px; width: 103px; height: 84px; }

#right-bl { position: absolute; left: 578px; top: 93px; width: 103px; height: 84px; }

#right-br { position: absolute; left: 689px; top: 93px; width: 103px; height: 84px; }

/* Content styling */
#content { position: relative; left: 0px; top: 189px; width: 772px; text-align: left; vertical-align: top; font-size: medium; background-color: #FFFFFF; padding: 10px; }
 
/* Footer styling */
#nav-bottom { position: absolute; left: 3px; top: 250px; width: 400px; height: 10px; text-align: left; vertical-align: top; font-size: smaller; }

#copy-notice { position: absolute; left: 463px; top: 250px; width: 329px; height: 21px; text-align: right; vertical-align: top; font-size: 70%; }
