h1, h2, h3, h4, h5 {
     color: #6F6243;
}

#headerbanner {
	background-image:   url(../images/dept-name.jpg);
}

#headerchicologo {
	/*min-width: 1020px;*/
}

#leftnav-sublinks-allflyout {
	background-image: url(/templates/_assets/1.0/images/template6/lt_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 150px;
}

#leftnav-sublinks-allflyout li a {
    width: 129px;
}

#main {
	width: 100%;
}

#mainbg, #footer {
	/*min-width: 1020px;*/
}

#mainbottombg {
	/*min-width: 1020px;*/
}

#mainfeaturebody {
	padding: 16px 12px 0px 12px;
	min-height: 500px;
}

#mainfeaturebody h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 14px;
	text-transform: uppercase;
	color: rgb(111, 98, 67);
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin-bottom: 1px;
}

#mainfeaturebody h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#mainhome {
	background-color: white;
	background-image: url(../images/homeImgBg.jpg);
	background-repeat: repeat-x;       
	height: 320px;
}

/* IE Fix. \*/
* html #mainhome {
	margin-left: 0px;
}
/* End */

#mainhomecontent {
        float: none;
}


/* IE Fix. \*/
* html #mainhomecontentleft {
    margin-left: 168px;
}
/* End */

#mainhomecontentright {
	background-image: url(../images/rtBg.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: -340px;
	width: 164px;
	padding: 0;
	margin: 0;
}

/* Fix IE 6 \*/
* html #mainhomecontentright {
	width: 148px;
	height: 500px;
        top: -320px;
}
/* End */

/* Fix IE 7-8 */
*:first-child+html #mainhomecontentright {
	top: -320px;
}
/* End */

#mainhomecontentleft {
	margin: 20px 200px 20px 18px;
}

#mainhomeimage {
	background-image: url(../images/homeimg2.jpg);
	background-position:center top;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 320px;
    position: relative;
    right: 80px;
}

/* IE Fix. \*/
* html #mainhomeimage {
	right: 0px;
}
/* End */

#mainleft {
	    left: 0px;
        position: absolute;
        top: 94px; 
        z-index: 200;

}

#searchbox {
	padding: 5px 0 0 5px;
}

#searchbox #site-search-query {
	width: 110px;
}

#wrapper {
	/* Takes up the whole width. Just like the old one. */
	width: 100%;
}


