/* ICONOGRAPHY 2008 - Design at Home Screen CSS */
body {
	background: #9B8F45 url("/images/bkg_texels.jpg") repeat top left;
}
/************* COMMON ****************/
h1 {
	color: #886E11;
}
h2 {
	color: #886E11;
}
h3 {
	color: #886E11;
}
h4 {
	color: #886E11;
}
h5 {
	color: #886E11;
}
a {
	color: #886E11;
}
/******************** HEADER ***********************/
#header {
	background: url("../images/head_texels.jpg") no-repeat top left;
}
/************** MAIN CONTENT *****************/
.heading {
	color: #806E19;
}
/******************* left column and navigation ***********************/
#nav .sideheading {
	color: #886E11;
}
/************************ right main content *********************/

/************************ right column *********************/
a.newstitle {
	background: #7F691A;
}
/********************* footer *********************/
#footer {
	background: #FBFBF9 url("../images/bkg_texels_foot.jpg") no-repeat top center;
}
.button {
	background: #7F691A;
}
