body {
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
}

#content, #header, #footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	border-left: 20px solid #A10000;
	border-right: 20px solid #A10000;
	background-color: #FFF;
	width: 940px;
	padding: 10px;
}

#header {
	height: 200px;
	background: #CCC url('images/header-bg.gif') bottom center no-repeat;
	text-align: center;
}

#footer {
	height: 90px;
	background: #CCC url('images/footer-bg.jpg') top center no-repeat;
	text-align: center;
	padding-top: 4px;
}

p {
	margin: 0px;
	padding: 0px;
}

#right {
	position: relative;
	float: right;
	width: 150px;
	top: 10px;
	left: -10px;
	border: 1px dashed #000;
	padding: 10px;
}

#clear {
	clear: both;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
li {
	width: 75px;
	float: left;
}
img {
	border: none;
}

#phone {
	clear: both;
	padding-top: 10px;
}

#address {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

#family {
	float: right;
	left: -95px;
	position: relative;
}
