body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background: url(images/page_bg.gif);
	margin: 0;
	padding: 0;
}

.wrapper {
	margin: auto;
	padding: 3px;
	text-align: left;
	width: 744px;
	background-color: white;
}

#navi {
	background: #c80000;
	width: 744;
	text-align: right;
	padding: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;	
}

#navi a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#navi a:hover {
	text-decoration: underline;
}

#browse {
	width: 100%;
	float: left;
}

#browse dt {
	background: #c80000;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#browse dd {
	background: #227293;
	border-bottom: 1px solid #659db4;
	padding: 0;
	margin: 0;
}

#browse dd a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

#browse dd a:hover {
	background: #74a7b7;
}

.softright {
	text-align: center;
	background: white;
}

#contents {
	float: right;
	width: 97%;
	height: 100%;
	padding: 5px;
	margin: 0;
	color: black;
	border: 1px solid #e5e5e5;
}

#footer {
	background: #c80000 url(images/footer_bg.gif) repeat-x;
	padding: 8px 8px 5px 8px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: white;
	text-decoration: none;	
}
	
#footer a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}