/* <dtml-with base_properties> (do not remove this :) */
/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */

#slide  h1 {
background: #2b627f;
}


BODY {
		padding: 0; 
		margin: 0; 
		font: 0.7em Tahoma, sans-serif; 
		line-height: 1.5em;
		color: #454545; 
       /* background: #f0f0f0; */
	    background: #dcd8c9 url(body_bg.gif) no-repeat center top;
		text-align:center;
	}



#visual-portal-wrapper {
		 margin-left:auto;
        margin-right:auto;
		width: 960px;
		background: #f0eee9;

		
	}

	#content_bg {
		overflow:hidden;
		margin-left:auto;
		width: 980px;
		margin-right:auto;
		padding: 20 20px;
		background: url(center.png) repeat-y;
		}


/* START BANNER INFO*/
		#banner { 
				width: 960px;
				height: 105px;
				background: url(logo.png) no-repeat left top;
				z-index: 1;
		/*
				background: url(keebler.jpg) no-repeat left top;       
		*/
		}

				#banner2 { 
				width: 960px;
				height: 60px;
				background: url(&dtml-portal_url;/sub_logo.jpg) no-repeat left top;
				z-index: 1;
		}

		#overlay {
				position: relative;
				top: 0px;
				right: 0px;
		}		
		#overlay2 {
				position: absolute;
				top: 0px;
				right: 500px;
		}		
/* END BANNER INFO*/

.pullquote {
padding: 0 1em 0 1em;
margin: 0 0 1em 1em;
font-weight: bold;
color: #2b627f;
float: right;
width: 35%;
clear: right;
background-color: &dtml-backgroundColor;;
border-left: 4px solid #99000A;
}



