@charset "UTF-8";
@import "base.css";

#main {
/*	padding: 0;
	margin-bottom: 10px;
	float: left;
*/	
	width: 640px;
	margin-left: 5px;
	
} 
/*
#main h1{
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
}
*/

table#historytable {
	width: 400px;
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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 {
	text-align: left;
	white-space: nowrap;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#cebaae;
	/*	background-image: url(../../image/profile/bordercell.jpg); */
	padding-top:12px;
	padding-bottom:8px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: text-bottom;
}

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

