body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.header {
	float: left;
	height: 100px;
	width: 900px;
}
.container {
	width: 900px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}
.menu {
	float: left;
	height: auto;
	width: 900px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}
ul {
	margin-left: 40px;
}


.content {
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
}
.footer {
	background-image: url(images/footer.jpg);
	float: left;
	height: 30px;
	width: 900px;
	text-align: center;
}
.ulpic {
	margin-left: 200px;
	padding-right: 10px;
}
a {
	color: #D26F45;
}
