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

body
{
	background-color:#0d0a05;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
}

a
{
	color:#ad1f23;
}

body.content
{
	background-image:url(../images/jjm_bg_content.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#copyright
{
	margin-top:7px;
}

body.home
{
	background-image:url(../images/jjm_bg_home.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#title
{
	width:140px;
	height:182px;
	position:absolute;
	top:0px;
	left:0px;
}

#content-title
{
	width:700px;
	height:74px;
	position:fixed;
}

#content, #content-footer-divider, #content-footer
{
	margin-left:auto;
	margin-right:auto;
}

#content
{
	background-image:url(../images/jjm_bg_content-scroll.png);
	width:700px;
	height:500px;
	position:static;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-attachment:scroll;
	background-position:center top;
	background-repeat:repeat-y;
}

#content-footer-divider
{
	background-color:#625642;
	width:700px;
	height:20px;
	border-bottom:1px solid #000000;
	
}

#content-body
{
	padding:110px 50px 50px 50px;
	text-align:left;
}

#content-footer
{
	background-image:url(../images/jjm_bg_content-footer.png);
	background-position:center 10px;
	background-repeat:no-repeat;
	width:700px;
	height:100px;
	font-size:10px;
	text-align:center;
}

.page_header
{
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #625642;
	padding-bottom:3px;
	margin-bottom:10px;
	color:#625642;
	clear:both;
}

#title img
{
	border:none;
	position:fixed;
	top:0px;
	left:0px;
	
}

#menu
{
	background-image:url(../images/jjm_bg_menu.png);
	width:120px;
	height:600px;
	position:fixed;
	top:182px;
	left:0px;
	text-align:center;
}

#menu_divider-top
{
	margin-bottom:15px;
	margin-top:60px;
}

#menu_divider-btm
{
	margin-top:15px;
}

#menu ul
{
	list-style:none;
	margin:0;
	padding:0;	
}

#menu ul a img
{
	border:none;	
}

