/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	margin-top:10px;/* moves whole page down from top of page, so not flush to top of browser window */
	margin-bottom:40px;
	max-width:960px; /* sets max layout width */
	min-width:940px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	/*border: 1px solid black;  applies border around whole design on the main_wrapper div */
	background:url(../images_pres/footer_img.jpg) no-repeat;
	background-position: bottom left;
	
		}
#header_inner {
	 background:url(../images_pres/header_img.jpg) no-repeat;
	 height:162px;
	 	}				
#site_title span {
		display: none;
		}		
#nav {
	width:192px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */	
	}
/* here comes a hack for IE6 */
/* floating this element gets rid of the gap between the nav and content - the hateful 3 pixel jog bug in IE */
/* if I float this element in other browsers, the layout breaks - don't remove this comment \*/
* html #content { 
	float:left;
	}
/* end of hack - don't remove this comment */

#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em .5em; /* creates space between the box  and the content */
	}
#nav_inner {
  	padding:0em .5em; /* LEAVE! creates space between the box and the content */
	background-color:#FFFFFF;
	height: 100%;
	}	
#content{
	background-image: url(../images_pres/divider.gif);
	background-repeat: repeat-y;
	background-position: 195px 0px;	
	}	
#hometxt p {
	display: none;
	}			
#content_inner { 
	margin-right:1.75em;
	padding:.3em 0em 3em 2.0em;  /*creates space between the box and the content */ 
	line-height: 16pt; 
	word-spacing: 1px;
	}	
#content_inner h2 img{
	float:left;
	margin: 0px 0px 15px 0px;
	}	
#content_inner p {
		width: 68%;
	}
#content_img img{
	float:left;
	margin: 0px 15px 15px 0px;
	padding-right:10px;
	}
#flash {
	padding: 0;
	margin: 0 0 1em 0;
	}	
#painting img{
	margin: 0px 10px 25px 10px;
	border: 5px outset #c0c0c0;
}

#logo img {
	float:left;
	margin-right: 1em;
	}

#flowers img {
	float:left;
	margin-right: 2em;
	margin-bottom: 2em;
	width: 30%;
	}

#tx img {
	float:left;
	width:208px;
	margin-right: 10px;	
	}
#allie img {
	float:left;
	margin: 10px 15px 15px 0px;
	}	
#aboutacu_img1 p img{
	float:left;
	margin:  5px;
	}
#aboutacu_img2 img{
	float:left;
	width: 128px;
	}	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}
#footer_inner{
	position:relative;
	}
#footer_inner p{
	text-align:right;
	position:absolute;
	top: -20px;
	right: 15px;
		 }
#footer_inner p span{
	display: none;
}		

