@import url(page.css);
#details {
	margin: 0;
	width: 595px;
	height: 100%;
}
#details h2 {
	font-size: 100%;
	margin-top: 30px;
}
#details a {
	color: #00f;
	text-decoration: underline;
}
#details a:hover {
	color: #f00;
	text-decoration: none;
}
#details ul li {
	list-style-type: disc;
	list-style-position: inside;
	!important;
}
#details ul.sec li {
	margin: 2em;
}
#spcBox {
	height: 170px;
	width: 595px;
}
.ttlMrg {
	margin-top: 17px;
}
.ttlMrg img {
	vertical-align: middle;
}