body {
	width:650px;
}

#menu{
	display: hidden;
	display: none !important;
}

#header-container{
	display: hidden;
	display: none !important;
}

#content {
	padding-left: 10px;
}

#content h2, #content h1 {
	background: #FFFFFF;
	font-family: Georgia, Times New Roman, serif;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	margin-top:0px;
	text-indent: 0px;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}

h3{
	font-family: Georgia, Times New Roman, serif;
	color: #000000;
	font-size: 18px;
	margin-bottom:0px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	color: #000000;
	font-size: 18px;
	padding: 10px 10px 0px 0px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

#content-holder {
	width: 600px;
	float:left;
	padding: 0px 10px 0px 10px;
}

img {
	padding-right: 20px;
	padding-bottom: 15px;
}

/********************************
	Personal Property Inventory
********************************/

#content table.pp-items{
	width: 600px;
	
}

#content table.pp-items th{
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: center;
}

#content table.pp-items td{
	width: 150px;
	padding: 10px 10px 10px 10px;
	vertical-align: bottom;
	text-align: left;
	border: 1px solid #000000;
}

hr.footer {
	color: #000000;
	background-color: #FFFFFF;
	border: 0px;
	width: 96%;
	height: 10px;
	text-align: left;
	margin-left: 20px;
	}