@import url(base.css);
@import url(shared.css);

#feature {
	height: 250px;
	margin-left: 8px;
	margin-top: 18px;
	width: 1000px;
}

#content ul { width: 200px; }

#content p.red { color: #933; }
#content p.left { width: 140px; }
#content p.right { width: 265px; }

#content {height: auto;}

