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

/* Reset default browser rendering */
@import url("css/reset.css");

/* **************************************** */
/* = Generic HTML Styles */


/* <!--[if IE 6]>*/
/*  <style type="text/css" media="all">@import url(/IE6Fixes.css);</style>*/
  
/*  this should fix ie 6 issues but you never know! - not working in ietester but no idea why not!  those style do make it work in ie6 when in this styleshite, its just that they kill it for all other browsers */
/* <![endif]-->*/

/* colours :

Light Blue #0099FF
Dark Blue #003366
Grey #666666

/* html tags main */


body {
	font-family: Helvetica, Arial , sans-serif;
	font-size:	small;
	text-align:	left;
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
}

p {
	margin-bottom: 25px;
	line-height: 18px;
	margin-top: 0px
	
}

li {
	padding-right: 10px;
}
/* DIVS */

#main {
	width: 993px;
	margin-top: 40px;
	margin-left: auto;
	margin-right:auto;
	min-height: 560px;
}

#hdr {
	width: 993px;
	margin-top: 18px;
	margin-left: auto;
	margin-right:auto;
	overflow: hidden;
	clear: both
}

#footer {
	width: 993px;
	padding-top: 14px;
	margin-left: auto;
	margin-right:auto;
	overflow: hidden;
	clear: both;
	font-size: 9px;
	border-top: 1px solid #0099FF;
}

#nav {
	width: 742px;
	float: left;
	min-height: 54px;
	margin-bottom: 42px;
	clear: both;
	font-size: 1.1em;
	line-height: 1.2em
}

#navRight {
	width: 237px;
	float: left;
	margin-left: 14px;
	min-height: 54px;
	font-size: 1.1em;
	line-height: 1.2em
}

#title {
	width: 742px;
	min-height: 45px;
	border-bottom: 1px solid #0099FF;
	clear: both
}

#content {
	width: 993px;
	min-height: 350px;
	margin-top: 11px;
	overflow: auto;
	margin-bottom: 28px;
}


#contentL {
	width: 742px;
	min-height: 350px;
	float: left;
	font-size: 90%
	/* background-color: gray */
}

#contentR {
	width: 237px;
	float: left;
	margin-left: 14px;
	min-height: 350px;
}

#tnContainer{
	/* background-color: fuchsia;*/
	width: 508px;
	float: left;
}

#tnpageTitles{
	/* background-color: red;*/
	width: 234px;
	float: left;
}

.tn {
	width: 112px;
	min-height: 182px;
	/* background-color: aqua;*/
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	border: none
}

.tnPage {
	width: 112px;
	min-height: 122px;
	/* background-color: aqua;*/
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}




.tn img {
	margin-bottom: 10px;
	border: none
}


#mainimgContainer{
	/* background-color: fuchsia;*/
	width: 508px;
	float: left;
}

#mainimgTxt {
	/*background-color: red;*/
	width: 234px;
	float: left;
}

#mainimgDetails1 {
	border-bottom: 1px dashed #0099FF;
	padding-bottom: 14px;
	margin-bottom: 14px;
	float: left;
	width: 234px;
	line-height: 18px;

}

#mainimgDetails2 {
	float: left;
	width: 234px;
	
}

#textpageimgContainer {
	/* background-color: black;*/
	width: 756px;
	float: left;
	/*border: 1px solid green;*/
}

.textpageMainimg{
	/*background-color: red;*/
	
	/*width: 730px;*/
	width:490px;
	float: left;
	margin-left: 14px;
	
}

#imgCaptions {
		width: 230px;
		float:left;
		margin-left: 14px;
}

.artistList {
	width: 238px;
	margin-right: 14px;
	min-height: 400px;
	float: left;
	line-height: 18px
}


.artistList4 {
	width: 237px;
	min-height: 400px;
	float: left;
}


#newsMainimg {
	/* background-color: red; */
	width: 504px;
	float: left;
}

#newsText {
	width: 238px;
	float: left;
	line-height: 18px;
	/* background-color: fuchsia */
	
}
/* general */

.borderBottom {
	border-bottom: 1px dashed #0099FF;
	margin-bottom: 14px;
	padding-bottom: 10px;
}

.noborderBottom {
	margin-bottom: 14px;
	padding-bottom: 10px;
}
.borderBottomH {
	border-bottom: 1px dashed #0099FF;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

/* TEXT STYLES */

a {
	font-weight: normal;
	text-decoration: none;
	color: #003366;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #003366;
	text-decoration: none;
}

.active {
	color: #0099FF;
}

.h2 {
	color: #003366;
}

.artistDates {
	font-weight: bold;
}

.artistName {
	font-weight: bold;
}

.noworks {
	color: #bbb;
}

