body{
	margin: 0px;
	min-height: 100%;
	background-color: rgb(250,250,250);
	text-align: center;
	font-family:  Georgia,serif;
}
p,.contacttable,.ordertable,.clublist{
	font-family:  Georgia,serif;
	font-size: 17px;
}
.page{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	min-height: 100%;
	font-size: 13px;
	display: relative;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-right: 3px solid rgb(240,240,240);
	border-bottom: 2px solid rgb(240,240,240);
	border-left: 1px solid rgb(240,240,240);
	background-color: white;
}

.header{
	position: relative;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
}
.footer{
	height: 1.5em;
	width: 900px;
	text-align: center;
	font-size: 10px;
	color: black;
	margin-top: 60px;
}
.pagecontainer{
	min-height: 100%;
}
.headerspacer{
	margin-top: 10px;
}
.wine{
	color: rgb(175,15,41);
	font-weight: bold;
	margin-top: 40px;
}
.contacttable{

}
h1{
	font-size: 18px;
	letter-spacing:  2px;
}

a{
	color: purple;
	text-decoration: none;
}
a:hover{
	color: crimson;
}