	
	/*********************************************************
	   HTML Elements
	 *********************************************************/
	
	body {
	  text-align: center;
	  background: #A39F7E url(images/jackieart_bg.gif);
	  font: 13px georgia, Times New Roman, serif;
	  line-height: 170%;
	  color: #86715B;
	  overflow: auto;
	}
	
	
	/* Headers */
	h1, h2, h3, h4, h5, h6 {
	  margin: 0 0 0 0;
	  padding: 0;
	}
	p {
		margin: 3px 0 12px 0;
		padding: 0;
	}
	
	h1 {
	  padding-bottom: 0.2em;
	  /*font: 400 1.6em arial, sans-serif;*/
	  font-size: 23px;
	  font-family: Baskerville Old Face, Times New Roman;
	  /*color: #F1EFE2;*/
	  /*border-bottom: 10px solid #ddd;*/
	}
	
	h2 {
	  font-size: 17px;
	  color: #A68855;
	}
	
	h3 {
	  font-size: 14px;
	  color: #A68855;
	}
	
	/* Links */
	a {
	  text-decoration: none;
	  color: #63704B;
	}
	
	a:hover {
	  color: #668FA3;
	}
	
	a img {
	  border: 0;
	}
	
	.imgBorder {  
	  border: 6px solid #FDFDFC;
	}
	
	/* Images */
	img.floatRight {
	  margin: 5px 0 10px 10px;
	}
	
	img.floatLeft {
	  margin: 5px 10px 10px 0;
	}
	
	
	
	/* Lists */
	ul li {
	  list-style-image:  url(images/bg/submenu1.gif);
	}
	
	ol li {
	  font-weight: bold;
	  color: #668FA3;
	}
	
	ol li span {
	  font-weight: normal;
	  color: #444;
	}
	
	
	
	/* Blockquote */
	blockquote {
	  margin: 0;
	  padding: 0 20px;
	  background: #E7F1F3;
	  border-top: 1px solid #AAD3DB;
	  border-bottom: 1px solid #AAD3DB;
	}
	
	
	
	/**************************************************************
	   All page content except for footer
	 **************************************************************/
	#page {
	  margin: 0 auto;
	  position: relative;
	  text-align: center;
	}
	
	
	
	/**************************************************************
	   Top menu and logo
	 **************************************************************/
	
	#header {
		position: relative;
		height: 81px;
		margin: 0 auto;
		background: url(images/jackieart_paper_top2.jpg);
		background-repeat: none;
		font-size: 10px;
	}
	
	
	
	
	
	/**************************************************************
	   Top Block Menu
	 **************************************************************/
	
	#menu {
	  	margin: 0 30px 0 0;
		padding: 40px 0 0 0;
		font-weight: bold;
		font-size: 15px;
	}
	
	#menu ul {
	  float: right;
	  margin: 0;
	  padding: 0;
	  text-align: center;
	}
	
	#menu ul li {
	  display: inline;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	
	#menu ul li a {
	  float: left;
	  height: 1.7em;
	  /*letter-spacing: 0.1em;*/
	}
	
	#menu ul li a span {
	  display: block;
	  padding: 2px 13px;
	}
	
	
	#menu ul li a:hover,
	#menu ul li a.here {

	}
	
	
	
	
	
	/**************************************************************
	   Page Content
	 **************************************************************/
		#repeatingBG {
	  		background: url(images/jackieart_paper_mid_repeat2.jpg);
	  		margin-bottom: 10px;
		}
		
		#contentBot {
	  		margin: 10 0 0 0;
	  		background: url(images/jackieart_paper_bot2.jpg) no-repeat bottom;
		}
		
		#content {
	 		margin: 0 auto;
	  		background: url(images/jackieart_paper_mid2.jpg) no-repeat;
	  		text-align: left;
	  		min-height: 425px;
	  		padding: 0 0 10px 0;
		}
	
		#lfCol {
			position: relative;
			z-index: 500;
			margin: -60px 0 0 30px;
			padding: 0 0 10px 0;
		}
		
		#highlightBox {
			background: #DAC8A4;
			width: 218px;
			padding: 10px;
			line-height: 140%;
			
			filter:alpha(opacity=93);
			-moz-opacity:.93;
			opacity:.93;
			
		}
	
		#rtCol {
	 		margin: 0 30px 0 0;
	  		padding: 0 0 10px 0;		
		}
	
	
	/* Column widths */
	.width {
	  width: 901px;
	}
	.rtColWidth {
	  width: 580px;
	}
	.lfColWidth {
	  width: 238px;
	}
	
	
	/**************************************************************
	   Footer
	 **************************************************************/
	#footer {
	  margin: 0 auto;
	}
	
	#footer #bg {
	  position: relative;
	  margin: 0 auto;
	}
	#footer p {
		margin: 0 auto;
		padding: 0;
		font-size: 10px;
		color: #ccc;
	}
	
	hr {
		background: #efefef
	}
	
	/**************************************************************
	   Generic Display 
	 **************************************************************/
	.block {
	  display: block;
	}
	
	.clear {
	  clear: both;
	}
	
	.marginRight {
	  margin-right: 15px;
	}
	
	.paddingLeft {
	  padding-left: 5px;
	}
	
	.paddingRight {
	  padding-right: 5px;
	}
	
	.floatLeft {
	  float: left;
	}
	
	.floatRight {
	  float: right;
	}
	
	.alignLeft {
	  text-align: left;
	}
	
	.alignRight {
	  text-align: right;
	}
	
	.alignTop {
	  vertical-align: top;
	}
	
	.alignMiddle {
	  vertical-align: middle;
	}
	
	.alignBottom {
	  vertical-align: bottom;
	}