/* $Id$ */

#imageComponent {
	
	width: 293px;
	margin: auto;
	margin-bottom: 8px;
	border-top: solid black 1px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	background-color: #EAE0D6;
}

* html #imageComponent{
	width: 295px;
}

#imageComponentOuter {
}
#imageComponentInner {
}
#imageComponentContent {
	padding: 2px;
	border-bottom: solid black 1px;
	background: white;
	text-align: center;
}

