/* CSS Document - LampRecall*/

@import url(drop-down.css);
body, h1, h2, h3, h4, p, a, img , ul, li{
	margin: 0px;
	padding: 0px;
}
body {
	background: url(background.jpg) center;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}
img a{
	border:none;
}

h2 {
	font-family: /*"Gill Sans MT", */"Trebuchet MS";
	font-size: 36px;
	color: #990000;
	padding: 20px 0 6px 0;
	border-bottom: 1px solid #d6dadf;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
p {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 15px;
	float:left;
	width:100%;
}

td {
	font-size: 11px;
	line-height: 16px;
}

a {
	color: #0000FF;
}

p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
} 
#wrapper, #main-picture-area {
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
}

ul{
list-style: disc;

}
#page-wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#page-container {
	float: left;
	height: auto;
	width: 800px;
	padding-bottom: 20px;
}
#header {
	float: left;
	width: 800px;
	background: #000;
	height: 84px;
	padding: 0px;
}

#content-wrapper, #footer, #sub-footer {
	width: 760px;
	float: center;
	height: auto;
	margin: 20px;
}
#content-wrapper {
	margin-bottom: 20px;
	height: auto;
}


