/* -- header elements -- */
div#headertop {
	background-image:url(Image/red/headertop.gif);
}

div#headermenu {
	background-color:#37120C;
}

/* -- home page jazz -- */
div#headermenu div.right {
	height:348px;
	position:absolute;
	right:-1px;
	width:348px;
}
/* the correct spacing for browsers other than ie*/
html>/**/body div#headermenu div.right {
	right:0px;
}

div#pagebodycontentframeinner {
	width:100%;
}

div#pagebodycontentframe div.contentmargin {
	background-image:url(Image/homeimage.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:258px; /* this won't work so good with font resizing */
	margin:10px 354px 6px 6px;
}
/* -- home page jazz end -- */


/* -- main menu elements -- */
ul#mainmenu li a.current,
ul#mainmenu li a:hover {
	color:#AD2D20;
}

/* -- main menu sub menu -- */
ul#mainmenu li.submenu {
	background-image:url(Image/red/mainmenubackground.gif);
}

/* -- content pane styles -- */
div#pagebodycontent div.contentpane a {
    color:#9A584C;
    font-weight:bold;
    text-decoration:none;
}

/* -- feature box links -- */
div#featurebox a {
	color:#9A584C;
	font-weight:bold;
}