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


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


/* PAGE LAYOUT */


#bannerLogo {
	position:absolute;
	left:30px;
	top:20px;
	width:930px;
}
#topNav {
	position:absolute;
	left:30px;
	top:50px;
	width:930px;
}
#leftNav {
	position:absolute;
	left:30px;
	top:100px;
	width:170px;
}


/* HEADINGS, PARAGRAPHS, specific texts */


h1 {
	font-size: x-large;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}


.imageCredit {
	font-size: x-small;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}

p.smallPrint {
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

p.exhibitions {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}


p.art {
	color: #666666;
	font-style: normal;
	font-weight: normal;
}
.artFirstPara {
	color: #666666;
	font-style: normal;
	font-weight: normal;
}
.artSubTitle {
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
.artDetails {
	font-size: x-small;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}


/* LINKS */


a.menunav:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}
a.menunav:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}
a.menunav:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6699;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
	vertical-align: top;
}
a.menunav:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6699;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
	vertical-align: top;
}


a.leftnav:link {
    color: #666666;
	text-decoration: none;
}
a.leftnav:visited {
    color: #666666;
	text-decoration: none;
}
a.leftnav:hover {
    color: #FF6699;
	text-decoration: underline;
}
a.leftnav:active {
    color: #FF6699;
	text-decoration: underline;
}


a.gridnav:link {
    color: #000000;
	text-decoration: none;
	font-size: x-small;
}
a.gridnav:visited {
    color: #000000;
	text-decoration: none;
	font-size: x-small;
}
a.gridnav:hover {
    color: #FF6699;
	text-decoration: none;
	font-size: x-small;
}
a.gridnav:active {
    color: #FF6699;
	text-decoration: none;
	font-size: x-small;
}


a:link {
    color: #FF6699;
	text-decoration: none;
}
a:visited {
    color: #FF6699;
	text-decoration: none;
}
a:hover {
    color: #FF6699;
	text-decoration: underline;
}
a:active {
    color: #FF6699;
	text-decoration: underline;
}



