/* CSS Document */


img {border: 0px;}				/* removes image boarders in ie and firefox */


* {
	margin:0;
	padding:0;
	}
	
body { 
	background: url(images/grad.jpg);
	background-repeat: repeat-x;
	}


	
/*  -------------- background texture repeat -----------  */ 
#frame { 
	margin-left: auto;
	margin-right: auto;
	height: 804px;
	width: 950px; 
	
	position: relative; 
top: 60px;
	}

#content { 

float: left;
position: relative; 
top: 37px;
	height: 593px;
	width: 741px; 
padding: 0 0 0 0 ;

background: url(images/content2.jpg);
background-repeat: no-repeat;

	} 

#sculpture { 
float: left;
	height: 666px;
	width: 203px; 
		
	background: url(images/sculpture4.jpg);
	background-repeat: no-repeat;
	} 
	
#header { 
	position: relative; 
	top: 37px;
	left:0px ;
	height: 52px;
	width: 700px; 
		
	background: url(images/header.gif);
	background-repeat: no-repeat;
	} 
	
	
#textspace { 
	position: absolute; 
	top: 140px;
	left: 40px ;
	height: 420px;
	width: 600px; 
		

	
	} 
	
#textleft { 
	position: relative; 
	top: 20px;
	float: left;
	
	height: 410px;
	width: 300px; 
	
	

	
	} 

#textfoot { 
	position: absolute; 
	top: 580px;
	right: 50px;
	
	float: right;
	height: 12px;
	width: 300px; 
	
	
	} 

#gallshort { 
	position: relative; 
	top: 30px;

	
	
	
	height: 150px;
	width: 640px; 
	
	
	} 

div.pic { 

	float: left;
	height: 130px;
	width: 115px; 
	
	margin-right: 20px;
	margin-left: 20px;
	
	}
	
div.smallpic { 
	
	float: left;
	height: 75px;
	width: 75px; 
	margin-right: 20px;
	overflow: hidden;
	
	}
div.gallinfo { 
margin-top: 15px;
	height: 75px;
	width: 550px; 

	}
	

#hartlogo { 

	height: 40px;
	width: 110px; 
	position: absolute; 

	top: 520px;
	right: 55px;
	background: url(images/hartlogo.jpg);
	background-repeat: no-repeat;
	z-index:10;
		
	} 
	
#abouthart { 

	height: 350px;
	width: 250px; 
	position: absolute; 
	right: 0;
	top: 10px;

	} 





#flashcontent {
position: absolute; 
top:130px;

		height: 440px;
		width:700px;
		
		z-index:50;
	
	}
	

/* ---------------- nav ----------------------------- */	

#navspace { 
	position: absolute; 
	top: 109px;
	left: -1px ;
	height: 20px;
	width: 300px; 
		background: url(nav/gradiantnav1.gif);
	background-repeat: repeat-x;
	
	} 
	
#navspace2 { 
	position: absolute; 
	top: 109px;
	left: -1px ;
	height: 20px;
	width: 540px; 
		background: url(nav/gradiantnav1.gif);
	background-repeat: repeat-x;
	
	} 
	
	
	
	
	
#navend{ 
	position: relative;
	top: -20px;
	
	float: right;
    
    height: 20px;
    width:20px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: url(nav/navend.gif);
	background-repeat: no-repeat;
}
	
	
	
	
div#navbar {
position: relative; 
	left: 30px;
	height: 20px;
	width: 100%;
	
	
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 20px;
	white-space: nowrap;
}
div#navbar li {
	list-style-type: none;
	display: inline;
	color: #FFF;
}

div#navbar li.active {
	list-style-type: none;
	display: inline;
	  background: url(nav/gradiantnavact.gif);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
div#navbar li a {
	height: 20px;
	text-decoration: none;
	padding-left:  10px;
	padding-right:  10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
}
div#navbar li a:link {
height: 20px;
    color: #FFF;
}
div#navbar li a:visited {
height: 20px;
    color: #FFF;
}
div#navbar li a:hover {
padding-left:  10px;
	padding-right:  10px;
	
    
    color: #FFF;
    background: url(nav/gradiantnav.gif);
	background-repeat: repeat-x;
}



	
/* ---------------- text and links ----------------------------- */

h1 {font-family: Arial; font-size:16px; color: black;}

h1.black {font-family: Arial; font-size:18px; color: black; margin-top: 0; padding-top: 0;}


h2 {font-family: Arial; font-size:14px; color: black; margin-top: 0; margin-bottom: 5px; padding-top: 0; }

h3 {position: absolute; left: 15px; font-family: Arial; font-size:14px; color: black; margin-top: 0; padding-top: 0; }

span.bold {font-weight: bold} 

li.bullet {font-size: 12px; font-family: arial; color:white; margin-left: 15px;  text-align:left; }

p	{}

.gall	{text-decoration: none; font-family: arial; font-size:14px; color: #999999; }
.copy  {   font-family: arial; font-size:12px; color: #999999; text-align: right;} 

.about	{  font-family: arial; font-size:14px; color: black; text-align: justify;} 


.text	{  font-family: arial; font-size:12px; color: black; text-align: justify;} 

a:link 		{text-decoration: none; color: #FFF;  font-size:small; line-height:20px}
a:visited 	{ text-decoration: none; color: #FFF;  font-size:small;  line-height:20px} 
a:hover 	{ text-decoration: none; color: #CCC;  font-size:small; line-height:20px }

a.image:link 		{text-decoration: none; font-family: arial; font-size:14px; color: #999999; }
a.image:visited 	{text-decoration: none; font-family: arial; font-size:14px; color: #999999;} 
a.image:hover 	{text-decoration: none; font-family: arial; font-size:14px; color: #0FB100;} 

a.about:link 		{text-decoration: none; font-family: arial; font-size:14px; color: #000; }
a.about:visited 	{text-decoration: none; font-family: arial; font-size:14px; color: #000;} 
a.about:hover 	{text-decoration: none; font-family: arial; font-size:14px; color: #999;} 

a.right:link 		{text-decoration: none; font-family: arial; font-size:12px; color: #000; }
a.right:visited 	{text-decoration: none; font-family: arial; font-size:12px; color: #000; } 
a.right:hover 	{text-decoration: none; font-family: arial; font-size:12px; color: #0FB100;} 

a.site:link 		{text-decoration: none; font-family: arial; font-size:12px; color: #999999; }
a.site:visited 	{text-decoration: none; font-family: arial; font-size:12px; color: #999999; } 
a.site:hover 	{text-decoration: none; font-family: arial; font-size:12px; color: #0FB100;} 

