@charset "utf-8";
/* CSS Document */

body{
	padding:8px 0 0 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#390209;
	color:#FFFFFF;
	background-image:url(images/bgnd.jpg);
	background-repeat:repeat;
}
h1{
	font-family:Edwardian Script ITC;
	color:#800000; 
	font-size:36pt;
	margin-top:0px;
}
h2{
	margin-bottom:0px;
}
#body{
	width:972px;
	margin:0 auto;
	padding:0 0 0 0;
	color:#000000;
	background-image:url(images/body_border_bgnd.jpg);
	background-repeat:repeat-y;
}
#body_top{
	background-image:url(images/body_top.jpg);
	vertical-align:top;
	height:5px;
}
#body_content{
	margin:0px 5px 0px 5px; background-image:url(images/body_bgnd.jpg); background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

#body_bottom{
	background-image:url(images/body_bottom.jpg);
	vertical-align:bottom;
	height:4px;
}

.center{
	width:772px;
	margin:0 auto;
	padding:0 0 11px 0;
}

#sidebar {
	float:right; 
	width:150px; 
	background-image:url(images/sidebar_bgnd.png); 
	background-repeat:repeat; 
	border:#B0B36F 1px ridge;
	height:auto;
	min-height:300px;
	font-size:.7em;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar .section {
	font-size:10pt;
	font-style:normal;
	margin-bottom:15px;
}

#sidebar .section .title {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	margin-bottom:0px;
	border-bottom:solid;
	border-bottom-width:1px;
	background-color:#93111f;
}

#sidebar .section .body {
	margin:0 5px 0 5px;
}
#sidebar .section .body a:link { color: #800000} 
#sidebar .section .body a:visited { color: #800000} 
#sidebar .section .body a:active { color: #800000} 




#menu {background-image: url(images/menu/bg_menu.png); background-repeat: repeat-x; margin: 0px; padding: 0px;}