#menu {
	position: absolute;
	top: 0;
	left:0; 
	margin-top: 0;
	padding-top:0;
	border-top: 0;
	height: 5%;
	/* border: 2px solid red; */ 
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#000000;
}

a:visited {
	color:#FFFFFF;
}

ul#tabnav a:link {
	color: #000000;
}


.kiddleft {
	position: absolute;
	width: 350px;
	text-align: justify;
	font-size: 10px;
	border: 2 px solid red;
}

.kiddright {
	position: absolute;
	float: right;
	margin-left: 370px;
	width: 350px;
	text-align: justify;
	font-size: 10px;
}

#kiddIntro {
	width: 800px;
	height: 100px;
}

#top {
	margin-top: 6%;
	margin-left: 0px;
	text-align: center;  
	height: 4%; /* to fit menu */ 
	padding-bottom: 5px;
	border: 1%; /* 2px solid blue; */  
	padding: 1%;
}

ul#tabnav {
	margin: 0;
	/* border: 2px dashed red; */  
	position: fixed;
	list-style-type: none;
	margin: 0px;
	padding-left: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid transparent;
	font: bold 11px verdana, arial, sans-serif;
}

ul#tabnav li {
	float: left;
	background-color: #FFCC00; 
	color: #000000;
	margin: 2px 2px 0 2px;
}

ul#tabnav li a:link a:visited {
	display: block;
	color:	#FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 4px;
	height: 21px;
	/* border: 1px solid black; */
}

ul#tabnav a:hover {
	background-color: #red; /* #F4869C; */
	color: #FFFFFF;	
}

body#home li.home, body#contact li.contact,
body#services li.services, body#portfolio li.portfolio 
body#exhibitions li.exhibitions {
	border-botttom: 1px solid #fff;
	color: #000000;
	background=color: #FFFFFF;
	height: 21px;
}
body#home li.home a:link, body#home li.home a:visited,
body#news li.news a:link, body#news li.news a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited,
body#exhibitions li.exhibitions a:link,
body#about li.about a:visited, body#portfolio li.portfolio a:link,
body#fields li.fields a:visited, 
body#subjects li.subjects a:visited,
body#portfolio li.portfolio a:visited {
	color: #000000;
	background-color: FFFFFF;
}

.dropcap {
	color: #000000;
	font-size: 2.5em;
	float: left;
	padding-right: 2px;
}

.emphasis {
	font-style:italic;
	font-weight:bold;
}

.menulink {
		color: #000000;
		background-color: green;
}

.center {
	margin-top: 5%; /* avoid menu */
	padding-top: 0;
	padding-right: 10px;
	/* border: 2px solid yellow; */    
	width: 100%;
}

#clear {
	clear: both;
}

#footer {
	visibility: hidden; 
	font-size: 0.75em;
	background: #ccc;
	margin: 20px;
	text-align: center;
}

a:link, a:visited {
	text-decoration: underline; 
}

.artistPicLeft {
	position: absolute;
	margin-left: 10px;
	float: left;
	border: 1px solid blue; 
}

.artistPicRight {
	border: 2px solid blue;
	float: right;
	position: absolute;
	margin-left: 70%;
	width: 250 px;
}

.artistBioRight {
	float: right;
	width: 45%;
	padding-left: 10px;
	/* border: 1px solid red; */ 
}

.artistBioLeft {
	float: left;
	width: 45%;
	/* border: 1px solid red; */
}

.formInput {
	background-color:#000000;
	color:#ffffff;
}

.newsLeft {
	position:absolute;
	margin-top:5%;
	width: 45%;
	text-align:justify;
	/* border: 2px dashed yellow; */
}

.newsRight {
	float:right;
	position:absolute;
	margin-top: 5%;
	margin-left:50%;
	width: 45%;
	text-align:justify;
	/* border: 2px dashed yellow; */
}

.newsBottom {
	position: absolute;
	bottom: 5px;
	border: 2px dashed red;
	margin-top: 600px;
}

.galleryArtist {
	padding-top: 6%;
	width:100%;
	height: auto;
	border: 2px solid green;
	padding-top: 20px;
}

.galleryArtists p {
	float:right;
	width: 70%;
}

.galleryArtists img {
	float: left;
	width: 25%;
}

.countryman-adams {
	position: absolute;
	top: 70%;
	left: 0;
}

.countryman-kidd {
	position: absolute;
	top: 70%;
	left: 600px;
	border: 1px solid #ffffff;
}

#ronaBloomsbury {
	position: absolute;
	top: 10%;
	left: 20%;
	width: 50%;
	height: 70%;
	padding: 1%;
	text-align:center;
	/* border: 1px dotted #ffffff; */
}

#imagesLeft {
	position: absolute;
	top: 5%;
	left: 0;
	width: 33%;
	height: 75%;
	/* padding: 1%; */
	/* border: 1px solid red; */
}

#imagesRight {
	position: absolute;
	top: 5%;
	left: 68%;
	width: 33%;
	height: 75%;
	/* padding: 1%; */
	/* border: 1px solid red; */
}
	
