@charset "UTF-8";
@import "base.css";
/*
#main {
	padding: 0;
	width: 630px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
} 

#main h1{
	margin-top: 10px;
	margin-bottom: 10px;
}
*/

table#historytable {
	width: 400px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
	margin-left: 15px;
	
}

table#historytable th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
}
table#historytable td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
}

#imagesection{
	float: left;
	width: 130px;
	margin-left: 10px;
}
#imagesection p{
	margin-bottom: 5px;	
}

