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

/*==============  Browser reset as recommended by Eric Meyer  ========== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1.3em; color: black; background: none; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* ===========================  End of Reset  ==============================*/

body { font-family:Arial, Helvetica, sans-serif; color:#333; background:#d5d2cc; font-size:13px;}

#HomePage { width:960px;margin:5px auto 20px auto; }
	#HomePage-Left { float:left; width:460px; height:600px; background-image: url(Images/Homepage_Left.png); }
	#HomePage-Right { float:right; width:500px; height:600px; }

#Header { width:960px; margin:20px auto 20px auto; overflow:visible; }
	#Header h1 { padding-left:180px; padding-top:20px; }
	#Header h1 a:link, #Header h1 a:visited {text-decoration:none; color:#333; }
	#Header h1 a:hover {text-decoration:underline; color:#333; }
	#Header img {float:left; padding-left:40px; }
#Container { width:960px; margin:0 auto; position:relative; }
#ContactInfo { padding-left:180px; }
#MainMenu { position:relative; top:220px; left:300px; font-size:16px;}
	#MainMenu li { }
	#MainMenu li a { text-decoration:none; }
	#MainMenu li a:hover { font-weight:bold; }
	#MainMenu li a:link, #MainMenu a:visited { text-decoration:none; color:#333; }
#Sculpture {margin-left:180px; margin-right: 250px; }
	#Sculpture li { float:left; display:inline; margin:20px 20px 0 0; }
	#Sculpture li a {text-decoration:none; }
	#Sculpture li a:hover {font-weight:bold; }
	#Sculpture li a:link, #Sculpture a:visited {text-decoration:none; color:#333; }
	#Sculpture img {margin-top:6px; }
#Navigation { position:relative; width:175px; float:left; text-align:right; padding-right: 5px; }
	#Nav li { font-size:16px; padding:0 10px 14px 0; color:#383320; }
	#Nav li.highlighted { background-image:url(Images/Highlight.png); background-repeat:no-repeat; background-position:right top; font-weight:bold; }
.ArrowBuffer { height:300px; }
#MainImg { float:left; background:#d5d2cc; /*background-image:url(Images/NE-updated.png);*/ background-position:bottom right; background-repeat:no-repeat;}
#Info { width:180px; float:left; padding:10px 15px 10px 15px;}
	#Info h1 { font-size:14px; color:#333; padding: 0; }
	#Info h5 { font-size:10px; color:#333; }
	#Info h6 { font-size:10px; color:#333; line-height: .9em; }
	#Info p.ArtistStatement { font-size:18px; color:#333; padding: 1.5em 0 0 0; }
	#Info h4 { font-size:14px; color:#333; line-height: 150%; font-weight: lighter; padding-top: 3em; }
#ThumbImgBottom { clear:both; float:left; padding-left:180px; }
	#ThumbImg img {margin: 15px 15px 0 0; }
#ThumbImgTest2 { clear:both; float:left; padding-left:115px; }
	#ThumbImgTest img {margin: 15px 15px 0 0 }
#ThumbImg { width:200px; float:left; padding:10px 10px 10px 0; }
	#ThumbImg img {margin: 15px 15px 0 0 }	
#ThumbImgRight { float:left; }
	#ThumbImg img { margin: 15px 0 0 15px; }	

#WoodSteelStone { padding-left:180px; }
#WoodSteelStone li { padding: 0 20px 20px 0; float: left; }

#AboutInfo td { padding-bottom:4px; padding-right:20px; vertical-align:top; }
	#AboutInfo td li a {text-decoration:none; }
	#AboutInfo td li a hover {font-weight:bold; }

h1 { font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#383320; padding:0 0 10px 0; margin-bottom: 2px;}
h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size: 20px; color:#333; font-weight:bold; padding:2px 0 8px 0; }
h3 { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#333; font-weight:bold; padding:2px 0 6px 0; }
h6 {padding-top: 5px;}

strong { font-weight:bold; }


.PrevArrow { position:absolute; top:200px; right:15px; }
.NextArrow { margin-top:200px; margin-left:15px; }


.clearer { clear:both; }

.AboutLink { margin-top:10px; text-align:right; text-decoration:none; }

