	body,
	html {
	margin:0;
	padding:0;
	background:#360300;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}
	body {
	font:Arial, Helvetica, sans-serif;
	min-width:750px;
	background-image:url(images/bg_slice.jpg);
	background-repeat:repeat-x;
	}
	#wrap {
	margin:0 auto;
	width:960px;
	}
	#header {
	position:relative;
	width:960px;
	height:200px;
	}
	#main {
	position:absolute;
	top:111px;
	background:#FFFFFF;
	width:960px;
	min-height:800px;
	text-align:left;
	}
	#main_image {
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	background:#FFFFFF;
	border:4px #A80004 solid;
	width:920px;
	height:200px;
	background-image:url(images/main_image.jpg);
	}
	#left_col{
	float:left;
	background:#FFFFFF;
	width:210px;
	margin:18px;
	}
	#right_col{
	float:right;
	background:url(images/right_content_slice.jpg);
	background-repeat:repeat-x;
	width:650px;
	margin:18px;
	padding:10px;
	}
	#right_image{
	float:right;
	background-color:#FFFFFF;
	}
	img #right_image {
	border:none;
	}
	#right_content{
	float:left;
	margin-right:10px;
	width:235px;
	}
	
	h1 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height:17px;
	color:#333333;
}
	h2{
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
	line-height:14px;
	color:#333333;
}
	
	p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	line-height:16px;
	color:#333333;
}

/* accodian menu 
#left_col a {
	text-decoration: none;
	border: none;
	color: #FFFFFF;
}
#left_col a:hover {
	color: #CCCCCC;
}
#left_col .arrow {
	position: absolute;
	right: 8px;
	top: 8px;
}

#left_col img {
	border:none;
}
#left_col .block {
	background: #666666 repeat-x 80% 10px;
	position: relative;
}
#left_col h1 {
	background: url('images/inactiveheader.gif') repeat-x;
	font-weight: bold;
	padding: 15px;
	color: #FFFFFF;
	font-size: 16px;
}
#left_col h2 {
	font-size: 14px;
	background: #666666;
	padding: 8px;
	color: #FFFFFF;

}
#left_col p {
	color:#FFFFFF;
	font-size:12px;
	padding: 5px;
}
#left_col h1.active {
	background: url('images/activeheader.gif') repeat-x;
	color: #55564b;
}
*/



/* accordian menu 2 */

.arrowlistmenu{
width: 220px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}