/***********************
	  LAYOUT
************************/
body {
	background-color: #b62025;
	background-image:  url(images/vertical-background-red.jpg);
}



#wrapper {
	border:1px solid #851b1d;
}





/* typography */

hr {  /* horizontal rule */
	color: #e0deda;
}


 #header {
	background-image: url(images/banner-red.jpg);
}

 
/* links */

/* headers */

h1 {
	color: #98271e;	
}


h2 {
	color: #98271e;	
}

h3 {
	color: #98271e;	
}

h3 a:hover {
	color: #a46b07;	
}


/***********************
	  accordion menu
************************/

.arrowsidemenu{
	border-color: #f29395;
}
	
.arrowsidemenu div a{ /*header bar links*/
	background: transparent url(images/arrow-red.gif) 100% 0;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #ffffff;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #ffffff;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #ffffff;
}


.arrowsidemenu ul li{
	border-bottom: 1px solid #851b1d;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	color:#000000;
	border-left: 10px double #851b1d;
}

.arrowsidemenu ul li a:hover{
	background: #f29395;
}

.arrowsidemenu ul li.current {	
	background: #f7f8a6;
}

.arrowsidemenu ul li a.current {	
	background: #f7f8a6;
}


7