body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
}

a:link { 
font-family: Arial, sans-serif;
text-decoration: none;
color: #008000;
}

a:visited { 
font-family: Arial, sans-serif;
text-decoration: underline;
color: #008000;
}

a:hover { 
font-family: Arial, sans-serif;
text-decoration: underline;
color: #008000;
}


.bodytext {
font-family: Arial, sans-serif;
font-size: 70%;
color: #000;
line-height: 150%;
padding-left: 10px;
padding-right: 20px;
padding-bottom: 5px;
padding-top: 5px;
}

.bottomtext {
font-family: Arial, sans-serif;
font-size: 65%;
color: #666666;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 5px;
padding-left: 5px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000;
	padding-left: 5px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #000;
	padding-left: 5px;
}

.tabletext {
font-family: Arial, sans-serif;
font-size: 80%;
color: #000;
}

#home {
	width: 90%;
	padding: 4px;
	border: 2px solid #000;
	margin: 0 auto;
	background: #fff url(images/home-bg.jpg) no-repeat top center;
	font-family: Arial;
	font-size: 11px;
}

#home h2 {
	font-size: 16px;
}

#home p {
	font-size: 11px;
}

#storage {
	width: 90%;
	padding: 4px;
	border: 2px solid #000;
	margin: 0 auto;
	background: #fff url(images/people-in-bed.jpg) no-repeat bottom left;
	font-family: Arial;
	font-size: 11px;
}

#storage ul {
	float: right;
	width: 350px;
}

#storage li {
	margin-left: 40px;
}

#storage h1 {
	background: #fff url(images/storage-header-bg.jpg) no-repeat top right;
	height: 80px;
}
#storage h2 {
	font-size: 16px;
	margin-left: 300px;
	clear: both;
}

#storage p {
	margin-left: 150px;
	margin-top: 10px;
	font-size: 10px;
}
