body {
	background-color:#7BAF2F;
	color:#FFF ;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	/*background:#7BAF2F url(/pages/graphics/branding.jpg) no-repeat center top*/
}
/* main parts */
#container {
	margin: 0 auto; 
	width:800px
	}
	
#branding {
	width:100%; 
	height:120px; 
	background-image:url(/pages/graphics/branding.jpg); 
	background-repeat:no-repeat;
	color:#000; font-style:italic; 
	padding:0;
	text-align:left;
	overflow:hidden;
	}
	
#branding_title {
	text-align:left;
	padding-left:10px;
	height:60px;
	}
	
#branding_email, #branding_email a{
	color:#000;
	text-align:center;
	margin-top:-20px;
}
	
#main {
	width:100%; 
	padding:50px 0 0 0;
	min-height:300px;
	}
	
#footer {
	clear:both;
	width:100%
	}

/* main sub-divisions */
#recent {
	float: left; 
	border:#CCC solid thin; 
	padding:10px; 
	background:#FFC;
	margin-left:80px; 
	width:300px; 
	font-style:italic;
	}
	
#menu {
	float:left;
	padding:0 0 0 50px; 
	width:300px;
	margin-top:0px;
	
	}

#menu a {
	color:#FFF;
	text-decoration:none;

}

#menu a:hover {
	color:#FF0;
	text-decoration:underline;
}

#footer_about {width:800px; color:#FFE; font-family:Verdana, Geneva, sans-serif}
#footer_howtobuy {color:#FFE; font-family:Verdana, Geneva, sans-serif}
#footer_giclee {color:#FFE; font-family:Verdana, Geneva, sans-serif}

#copyright {text-align:center; width:100%; font-size:12px}
#copyright a {color:#FFF}

#sale{ border:#FF0 2px outset; padding:2px; text-align:center; cursor:pointer;
width:95%; margin:-30px auto 10px auto; background-color:#F00; color:#FF0; font-style:italic; font-size:18px;	
}

#sale a {
 color:#FF0; text-decoration:none;	
}

