﻿@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg/faq_bg.gif);
	background-repeat: repeat-y;
	background-position:left;
}


#faq_interior { /* light green box that holds copy_description; this one is set up for an about page with photo, text and right nav */
	background-color: #f3f6eb; /* this is the background for the main copy */
	width: 709px;
	top: 94px; /* this value will change if the main top photo is altered in height */
	left: 232px;
	position:absolute;	
	border-top: 1px solid #606e4b; /* this will change according to section color */
	border-bottom: 0;
	border-left: 0;
}