/* Guild of Boston Artists Stylesheet

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px;
	margin: 0px;
	background-color: #000000;
	min-width: 710px;
	color: #000000;
	height: 100%;
}

html, body {
	height: 92%;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
	color: #6e2924;
	margin-top: 0px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #6e2924;
	margin-top: 0px;
	margin-bottom: 4px;
}
p {margin: 0px 0px 10px;}

/* Link Color Definitions */
a:link {font-weight: bold;color: #1d508a;text-decoration: none;}
a:visited {font-weight: bold; color: #1d508a;text-decoration: none;}
a:hover { font-weight: bold; color: #6e2924;text-decoration: none;}

a.leftnav:link {color: #000000;margin-left: 18px;font-size: 12px;}
a.leftnav:visited {color: #000000;margin-left: 18px;font-size: 12px;}
a.leftnav:hover {color: #6e2924;margin-left: 18px;font-size: 12px;}

#footer a:link{color: #C7F4FF;}
#footer a:visited{color: #C7F4FF;}
#footer a:hover{color: #FFAE00;}



#nav{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 7px 0px;
	background-color: #D1C9A0;
	border: 2px solid #000000;
	margin: 5px;
	font-size: 12px;
}

/* Left-hand Nav Area Links - javascript generated menu*/
td.leftmenu {
	line-height: 22px;
	background-image: url(images/LeftNav_Divider.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	background-position: 2px 23px;
	vertical-align: top;

}



#container{
	min-height:108%;
	margin:auto;
	position:relative;
	border: 1px solid #6e2924;
	background-color: #29262e;
}
 
 
 
#IEroot #container{min-height:100%;}

* html #container {height:100%}


/* FULLY ENCLOSE CSS2 FLOATED ELEMENTS */
.container:after { content: ""; display: block; height: 0; clear: both; }



#masthead{
	background-color: #29262c;
	height: 151px;
/*	background-image: url(hdr_PST_horizontalSlice.gif);
	background-repeat: repeat-x;*/
}

#headerimage{
	text-align: center;
	padding-top: 15px;
}

#left{
	float: left;
	position: absolute;
	top: 146px;
	left: 15px;
	width: 143px;
}




#right{
	margin-left: 175px;
	margin-bottom:35px;
}

/*IE 6 BUG FIX TO PREVENT 3 PIXEL LEFT-MARGIN INDENT ON FLOATED CONTENT "HOLLY HACK" */
* html #right {
	height: 1%;

  }


#footer{
	font-size: 10px;
	bottom: -1px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	position: absolute;
	color: #FFFFFF;
}


/*-------------------------CONTENT AREA LAYOUT DEFINITIONS-------------------------*/
/*HOME PAGE PICTURE*/
#homepicture{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#homeimage{
	border: 1px solid #6e2924;
}

#portraitPictureRH{
	float: right;
	line-height: 16px;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	/*background-color: #b8b8b8;*/
	/*border: 2px solid #000000;*/
	padding: 20px;
	height: 100%;
	width: 45%
	
}

/* ONE COLUMN LAYOUT */
#content{
	/*border: 1px solid #FFCC00;*/	
}


/* CONTENT SECTION */
#ContentAreaSection{
margin-bottom: 2px;
}

/*CONTENT AREA TEXT DEFINITIONS*/

#ContentAreaText{
	text-align: left;
	line-height: 16px;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	word-wrap:break-word;
	background-color: #D1C9A0;
	border: 2px solid #000000;
	padding: 20px;
	height:100%;
}
#ContentAreaTextLH{
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	word-wrap:break-word;
	background-color: #D1C9A0;
	border: 2px solid #000000;
	padding: 20px;
	height: 100%;
	width: 95%
}

#ContentAreaArt{
	text-align: left;
	line-height: 16px;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	/*word-wrap:break-word;*/
	background-color: #b8b8b8;
	border: 2px solid #000000;
	padding: 10px;
	height:100%;
	width:96%;
}

#ContentAreaArtDiv {
	margin: 10px 10px 10px 10px;
  }



#ContentAreaText ul{
	padding-left: 15px;
}

#ContentAreaText li{
	list-style-type: disc;
}

#ContentAreaTextBottom{
	clear:both;
}

/*ARTIST DATA*/
#artistListing{
	float: left;
	margin: 10px 30px 30px;

}

#auctionListing{
	float: left;
	margin: 10px 30px 30px;

}

#portraitArtistListing{
	float: left;
	margin: 10px 10px 30px;

}


#picture{
}

#artistName{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
