@charset "UTF-8";
/* CSS Document */

body {
	width: 830px;
	margin: 20px auto; /*needed for site to float over background*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0 auto; /*needed for site to float over background*/
	background-color:#b86a29; /*brown*/
	background-image: url(img/suade.jpg);
	background-repeat: repeat;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	margin-top: 20px; /*must use MARGIN instead of PADDING to avoid full back image repeat with peach white brown stripe*/
	border:0;
	width: 830px;
	background-image:url(img/back_full.gif);
	background-repeat:repeat-y;
	
}


#header {
	margin: 0;
}

	
	#leftcolumn{
	width: 134px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	background-image:url(img/back_leftcol.gif);
	background-repeat:repeat-y;
	color:#fff; /*font color*/
	margin-top:84px;/*pushes copy down*/
	
}


p.leftcolumn {
		color:#fff;
		width:100px;
		padding-left:30px;
	}
		
		
	#rightcolumn{
	width: 134px;
	float:right;
		background-image:url(img/back_rightcol.gif);
	background-repeat:repeat-y;
	margin-top:84px; /*pushes copy down*/
	line-height:normal;
	
}

p.rightcolumn {
		width:93px;
		color:#e08233;
		padding-left:3px;
		}
		
	
#content {

float: left;
width: 552px;
}

p {color:#7d4133;
	line-height:1.6em;
	padding:0px 4px 0px 20px;
}
			
		
	.red {
	color:#F00;
}	
	
	#footer {
	clear: both;
}



h1 {font-family:Arial, Helvetica, sans-serif;
font-size:1.6em;
font-weight:bold;
color:#7d4133;
margin-top:0px;
padding-left:20px;
}


h2 {font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
color:#7d4133;
margin-bottom:-8px;
padding-left:20px;

}


h3 {font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
color:#7d4133;
padding-left:20px;
margin-bottom:30px;
}

ul{   padding:0px;
margin-left:20px;
}

/*NAVIGATION */
 
#navigation {
	width: 121px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	border-left: 12px solid #ffcf86; /*peach color*/
	margin: 0px;
	background-color:#b86a29; /*brown*/
	display:inline; /*needed to push navigation bar away from content*/
	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:14px;
}

#navigation li {
	margin-left:0px;
	float:left;/*needed for nav to fit in ie6 and to keep the hours on the left*/
	width:100%;/*needed for nav to fit in ie6 and to keep the hours on the left*/}
	
#navigation li a:link, #navigation li a:visited  {
	display: block;
	background-color: #b86a29;
	color: #fff;
	text-decoration: none;
	padding-left:20px;  /*pushes navigation from left margin*/
	padding-top:6px;
	padding-bottom:6px;
}
#navigation li a:hover {
	background-color: #7d4133;
	color: #fff;
}

img.mainbig {
	float:left;}