@charset "utf-8";
/* CSS Document */
@import url("base.css");
@import url("menu-a.css");

#main #content {
	float: left;
	width: 576px;
	padding: 12px;
	height: auto;
}

#content #dise {
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	width: 350px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#info {
	clear: both;
	width: auto;
}

#info h3 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 3px;
	letter-spacing: 0.7em;
	text-indent: 40px;
	background-image: url(../images/ti-h-or.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin: 12px;
}
#info dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	width: 600px;
	clear: both;
	margin-left: 80px;
	margin-bottom: 6px;
}
#info dl dt {
	font-size: 1.1em;
	background-image: url(../images/ti2-gr.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	color: #006633;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: left;
	margin-bottom: 4px;
	padding-left: 32px;
	padding-right: 6px;
}
#info dl dd {
	clear: right;
}
