@charset "utf-8";
* {
	padding:0px;
	margin: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body  {
	font: 100%, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
}
#container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 
#header {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: auto;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	padding: 24px 0px 20px 0px;
}
h2{
	font-style: normal;
	font-weight: strong;
	font-size: 12px;
	padding-top: 76px;
}
h4{
	font-size:12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 4px 0px 0px 0px;
}
h5{
	font-size:12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 4px 0px 0px 0px;
}
h6{
	font-size:16px;
	font-style: normal;
	font-weight: lighter;
	line-height: 16px;
	margin: 0;
	padding: 5px 0px 0px 0px;
	color: #333333;
}
#navBar{
	width: 955px;
	height: 12px;
	float: left;
	margin: 15px 0px 30px 0px;
	padding: 5px 0px 5px 5px;
}	
#contact{
	float: left;
	padding: 0px;
	width: 375px;
	margin: 0px;
}
#contact ul{
	text-align: left;
	color: #990000;
	line-height: 13px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	width: 357px;
	display: inline;
}
#contact ul li{
	display: inline;
}
#contact ul li a{
	color: #000000;
	text-decoration: none;
	padding: 40px 0px 0px 30px;
}
#contact ul li a:hover{
	color:#990000;
	text-decoration: underline;
}
#navcontainer{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 570px;
}
#navcontainer ul{
	color: #333333;
	line-height: 13px;
	font-size: 12px;
	margin: 0px;
	text-align: left;
	padding: 0px;
}
#navcontainer ul li{
	display: inline;
}
#navcontainer ul li a{
	/*padding: 2px 10px 2px 10px;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: -4px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid;
	border-right-color: #333333;
}
#navcontainer ul li a:hover{
	color: #990000;
	text-decoration: underline;
}
#navcontainer ul li a.active{
	color: #000000;
	font-weight: bold;
}
#navcontainer .Left{

}
.twoColFixRtHdr #mainContent {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 955px;
	float: left;
}
#imageLeft{
	float:left;
	width:598px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#imageLeft img{
	float:left;
	margin: 0px 9px 0px 0px;
}
#imageLeftExhibitions{
	float:left;
	width:598px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: left;
}
#imageLeftExhibitions img{
	float:left;
	margin: 0px 9px 0px 0px;
	padding: 0px;
	width: 598px;
}
#imageLeftArtistProfile{
	float:left;
	width:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
#imageLeftArtistProfile img{
	float:left;
	margin: 0px 9px 0px 0px;
}
#imageLeftGallery{
	float:left;
	width:auto;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: left;
}
#imageLeftGallery img{
	float:left;
	margin: 0px;
}
#picHome{
	padding:0px;
	margin:0px;
	float:left;
	height: auto;
	text-align: left;
	width: 598px;
}
#picHome img{
	float:left;
	/*border:*/
	margin:0px 9px 9px 0px;
	border: #000000 solid 1px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar_Right {
	float: left; /* since this element is floated, a width must be given */
	width: 346px;
	height: 389px;
	text-align: left;
	vertical-align: text-top;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#sidebarArtistProfile {
	float: left; /* since this element is floated, a width must be given */
	width: 540px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	height: 391px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin: 0px;
}
#sidebarGallery {
	float: left; /* since this element is floated, a width must be given */
	width: 313px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	height: 391px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#sidebarExhib {
	float: left; /* since this element is floated, a width must be given */
	width: 346px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border-left: solid #000000 1px;
	height: 391px;
	text-align: left;
}
#linkPage{
	float:left;
	width:140px;
	margin: 11px 15px 0px 0px;
	height: auto;
	vertical-align: text-top;
}
#linkPage img{
	float:left;
	/*border:*/
	margin:0px 10px 10px 0px;
	border: 1px solid #333333;
}
#picInset{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}
#picInset img{
	/*border:*/
	margin:0px;
	float: left;
	padding: 5px 0px 0px 0px;
}
#txtRightHome{
	width:191px;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	float: left;
	clear: none;
	font-style: normal;
	padding-top: 0px;
	margin: 10px 0px 0px 0px;
}
#txt_right{
	width:auto;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	float: left;
	font-size: 13px;
	line-height: 15px;
}
#txtGallery{
	width:auto;
	margin: 0px;
	text-align: left;
	float: left;
	height: 249px;
	padding: 9px 0px 0px 0px;
}
#txtCaption{
	width:310px;
	margin: 0px;
	text-align: left;
	float: left;
	height: auto;
	padding: 0px;
}
#contentExhib{
	width:auto;
	float: left;
	height: 235px;
	padding: 0px;
}
#txtExhib{
	width:328px;
	float:left;
	margin:7px 0px 0px 0px;
	padding:0;
	border: 1px solid #999999;
}
#txtExhibitions{
	width:335px;
	padding: 9px 0px 0px 0px;
	margin: 0;
	text-align: left;
	float: left;
}
#exhibitions{
	Height:320px;
	width:480px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	margin-left: 10px;
	padding-top: 5px;
}
#scrollExhibitions{
	Height:236px;
	width:323px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px 5px;
}
#scrollLinks{
	Height:255px;
	width:480px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	margin-left: 10px;
	padding-top: 5px;
}
/*#scrollExhibitions{
	Height:320px;
	width:480px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	margin-left: 10px;
	padding-top: 5px;
}
#scrollLinks{
	Height:255px;
	width:480px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	margin-left: 10px;
	padding-top: 5px;
}*/
#thumbStrip{
	float:left;
	width: 955px;
	height: auto;
	margin: 0px;
	padding:35px 0px 0px 0px;
	text-align: left;
}#picThumbs{
	padding:40px 0px 0px 0px;
	margin:0;
	float:left;
	height: auto;
	width: auto;
}
#picThumbs img{
	float:left;
	/*border:*/
	margin:0px 10px 10px 0px;
	border: 1px solid #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#footer {
	padding: 30px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#blondimagelink{
	font-size:10px;
	line-height: 10px;
	padding: 0px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #283F48;
	text-align: center;
}
#blondimagelink a{
	color: #000000;
	text-decoration: none;
	padding: 0px
}
#blondimagelink a:hover{
	color:#990000;
	text-decoration: underline;
}
