body {
	margin:0;
	background-image:url(/template/images/jngm_bg.gif);
	font-family: "Trebuchet MS",Tahoma,Verdana,Helvetica,sans-serif;
	font-size:small;
}

#content {
	width:50em;
	margin:0;
	background-color:white;
	position:relative;
	margin-left:auto; margin-right:auto;
	border:0 solid #933;
	border-width:0 2px;
	padding-top:120px;
}

#content h1 {
	margin:0;
	font-size:1.5em;
	color:#633;
}

#content h1#header {
	position:absolute;
	margin:0; padding:0; top:0; left:0;
	width:100%; height:90px;
	background:#fcc url(/template/images/jngm_header.jpg) no-repeat;
	line-height:270px;
	overflow:hidden;
}
#content h2 {
	font-size:1.3em;
	color:#633;
	text-align:right;
}

#content #col {
	padding:0 .8em;
}

#content #col1 {
	float:left;
	border-right:1px dashed #933;
	width:65%;
}

#content #col2 {
	width:30%;
}

#content>#col2 {
	float:right;
}

#col1,#col2 {
	padding:0 .5em;
}

#content dt {
	font-weight:bold;
	border:0 dashed #fcc;
	border-width:1px 0;
	margin-top:.5em;
	padding:.2em;
	background-color:#ffefef;
}

#content dd {
	margin-left:2em;
}

#content dl p {
	margin:0;
	line-height:1.5em;
}
#content ul#menu {
	display:block;
	position:absolute;
	top:90px;
	width:100%; height:20px;
	background-color:#c99;
	border:0 solid #933;
	border-width:1px 0;
	list-style:none;
	margin:0; padding:0;
	text-align:center;
	vertical-align:top;
}
#menu li {
	margin:0;
	font-size:small;
	display:block;
	float:left;
	width:16%;
	line-height:20px;
}

#content p.date {
	background-color:#ffefef;
	border:0 dashed #fcc;
	border-width:1px 0;
	padding:.2em;
}

#content #footer {
	clear:both;
	width:100%;
	text-align:center;
}
