/* CSS Document */

body {
	margin-top: 0;
	margin-left: 0;
	background-color: #DFE0E2;
	z-index: 0;
}

#light_grey_bg {
	position: absolute;
	top: 160;
	left: 0px;
	z-index: 1;
}
	
#homepage_narrative {
	position: absolute;
	top: 110;
	left: 40px;
	text-align: left;
	z-index: 3;
}

#homepage_portrait {
	position: absolute;
	top: 110;
	left: 325px;
	text-align: left;
	z-index: 3;
}

#homepage_colour {
	position: absolute;
	top: 110;
	left: 572px;
	text-align: left;
	z-index: 3;
}

#homepage_title {
	position: absolute;
	top: 12;
	left: 40px;
	z-index: 4;
}

#homepage_service {
	position: absolute;
	top: 5;
	left: 680px;
	font-family: verdana;
	color: #53585E;
	font-size: 12px;
	z-index: 4;
}

#homepage_text {
	position: absolute;
	top: 445;
	left: 40px;
	font-family: verdana;
	color: #53585E;
	width: 740px;
	font-size: 14px;
	z-index: 5;
}

#homepage_nav {
	position: absolute;
	top: 550;
	left: 40px;
	font-family: verdana;
	color: #53585E;
	font-size: 12px;
	z-index: 5;
}

.arrow {
	font-family: verdana;
	font-size: 18px;
	color: #CC0001;
	font-weight: bold;
	text-decoration: none;
}

a.homepage_black {
	font-family: verdana;
	font-size: 16px;
	color: #53585E;
	font-weight: bold;
	text-decoration: none;
}

a.homepage_black:hover {
	font-family: verdana;
	font-size: 16px;
	color: #53585E;
	font-weight: bold;
	text-decoration: none;
}

a.white {
	font-family: verdana;
	font-size: 12px;
	color: white;
	font-weight: 800;
	text-decoration: none;
}

a.white:hover {
	font-family: verdana;
	font-size: 12px;
	color: white;
	font-weight: 800;
	text-decoration: underline;
}

a.grey {
	font-family: verdana;
	font-size: 12px;
	color: #2C2D30;
	font-weight: 800;
	text-decoration: none;
}

a.grey:hover {
	font-family: verdana;
	font-size: 12px;
	color: #2C2D30;
	font-weight: 800;
	text-decoration: underline;
}

a.homepage_nav {
	font-family: verdana;
	font-size: 12px;
	color: #2C2D30;
	font-weight: 500;
	text-decoration: none;
}

a.homepage_nav:hover {
	font-family: verdana;
	font-size: 12px;
	color: #2C2D30;
	font-weight: 500;
	text-decoration: underline;
}

a.maroon {
	font-family: verdana;
	font-size: 11px;
	color: #6B1B1B;
	font-weight: 800;
	text-decoration: none;
}

a.maroon:hover {
	font-family: verdana;
	font-size: 11px;
	color: #6B1B1B;
	font-weight: 800;
	text-decoration: underline;
}

font.homepage_white {
	font-family: verdana;
	font-size: 36px;
	color: white;
	font-weight: 800;
}

font.main_heading_white {
	font-family: verdana;
	font-size: 28px;
	color: white;
	font-weight: 800;
}

font.painting_heading_white {
	font-family: verdana;
	font-size: 14px;
	color: white;
	font-weight: 800;
}

font.nav {
	font-family: verdana;
	font-size: 12px;
	color: white;
	font-weight: 800;
}

font.small {
	font-family: verdana;
	font-size: 11px;
	color: white;
	font-weight: 800;
}

.border_nav {
	border-color: #BFBFBF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 10px;
	border-bottom-width: 2px;
	border-style: solid;
}

td.image_info {
	background-color: #808080;
	border-color: #6B1B1B;
	border-style: double;
	border-width: 6px;
	padding: 4px;
	font-family: verdana;
	font-size: 12px;
	color: #2C2D30;
	text-align: center;
}

td.content_info {
	background-color: #FFFFFF;
	border-color: #6B1B1B;
	border-style: double;
	border-width: 6px;
	padding: 5px;
	font-family: verdana;
	font-size: 12px;
	color: #2C2D30;
}


.image_border {
	border-color: #808080;
	border-style: solid;
	border-width: 3px;
}

.heading {
	color: #6B1B1B;
	font-size: 14px;
	font-family: verdana;
	font-weight: 800;
}

/*original grey #A1A2A9 */