body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* ------------------------ type selectors ------------------------ */
body { 
	background:#402727 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#543333;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; margin-left:20px;}
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#543333; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#E2CFCF; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-first { 
	margin:20px 10px 10px 32px;
	}

img.img-left { 
	margin:20px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:817px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ column-left framework ------------------------ */
#column-center {
	width:817px;
	float:left;
	}

	#column-center p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 20px;
		}

	#column-center form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-center ul { padding-left:5px; margin:0 0 20px 20px; }
		#column-center ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px; /* pushes text to the right to display bg img */
			}

#header-graphic { height:202px; position:relative;} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }

/* ------------------------ subhead ------------------------ */
#subhead { height:75px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }

/* ------------------------  framework  ------------------------- */
#title-web {
	height:29px;
	background:url("../images/title-web.jpg") no-repeat;
	}
	
#web-wrap {
	background:url("../images/title-web-wrap.jpg") repeat-y;
	width:817px;
	margin:0 auto;
	text-align:left;
	}
	
#title-print {
	height:29px;
	background:url("../images/title-print.jpg") no-repeat;
	}
	
#print-wrap {
	width:817px;
	margin:0 auto;
	text-align:left;
	}
	
#title-photo {
	height:29px;
	background:url("../images/title-photo.jpg") no-repeat;
	}
	
#photo-wrap {
	background:url("../images/title-web-wrap.jpg") repeat-y;
	width:817px;
	margin:0 auto;
	text-align:left;
	}
	
#title-video {
	height:29px;
	background:url("../images/title-video.jpg") no-repeat;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	width:100%; /* fix for Safar */
	margin-top:20px;
	height:29px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:817px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin:2px 0 10px 0;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }





