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

/* basic elements  */

html {
	margin: 0;
	padding: 0;
	}


body {
	background-color: #E8E8E8;
	background-image: url(images/gold2.jpg);
	background-repeat: repeat;
	
	}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	}


h1 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#BD5E01;
	letter-spacing:2px;
	
	}
	
h2 {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF3300;
	}

h3 {
	alt" Piece Title"
	font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#993300;
	}

h4 {
	alt" Piece Info"
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#993300;
	}
	
h5 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CC6633;
	}
	
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#993300;
	line-height:20px;
}

a:visited {
	color:#660000;
	}

a:hover {
	color:#660000;
	}
	
#image {
	position:absolute;
	top: 30px;
	left: 10px;
	padding-top:69px;
	padding-bottom: 5px;
	width: 421px;
	height: 400px;
	}
#pieceinfo {
	position:relative;
	top:400px;
	}
	
#mainnavigation {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 500px;
	 /* the background color will be displayed for the length of the content in the column, but no further */
	 background-color:;
	padding: 2px 1px 2px 1px;
}

#mainContent { 
	margin: 0 150px 0 20px; /* the left margin on this div element creates the column down the left 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: 100px 20px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:600px;
	text-align:left;
} 
.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;
}
.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;
}

