body{
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
}
div.header{
	position: absolute;
	top: 0px;
	left: 0px;
}
div.menu{
visibility: hidden;
}
#address{
	position: absolute;
	top: 150px;
	left: 460px;
	text-align: right;
	border: 2px solid red;
	padding: 10px;	
}
div.content{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 90%;
}
div.content img{
	visibility: hidden;
}
p{
	margin-top: 5px;
	margin-bottom: 5px;
}
h1{
	font-size : 18px;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 25px;
}
table.prices{
	position: relative;
	width: 90%;
	margin-bottom: 10px;
	border: 2px solid gray;
}
