@charset "utf-8";
/* CSS Document */
* 			{ padding: 0; margin: 0; }

.space		{ height: 10px; width: auto; }
	
/* Template */
.body_template {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/jru_front_inner.jpg) repeat-y center top;
	width: 902px;
	height: auto;
	text-align: left;
}
.body_content {
	width: 622px;
	height: auto;
	min-height: auto;
	float: left;
	text-align: left;
	padding: 15px;
	font-size: .9em;
}
.body_sidebar {
	width: 250px;
	height: auto;
	min-height: auto;
	float: right;
	font-size: .9em;	
}

/* inner pages css */
.history_link {
	font-size: .9em;
	text-align: left;
}
.headline {
	font-size: 2.5em;
}

/* inner menu */
.inner_menu {
	background: #CCCCCC;
	width: auto;
	height: 16px;
	text-align: left;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

.rhealink {
	color:#FFFFFF;
}


