html {
	height: 100%;
}

body {
	background-image: url(../images/pinkstripe_1.gif);
	background-repeat: repeat-y;
	height: 100%;
    text-align: center;
	font-family: "Apple Chancery", "Georgia", "Lucida Console", "Arial", "Helvetica";
    font-size: 1em;
	margin: 0 0 0 0;
}

#mainpage {
	background-image: url(../images/pinkstripe_pale_1.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

* html #mainpage
{
  height: 100%
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 110px;
	margin: 0;
}

#menu {
	margin-right: 1em;
}

#menu ul li {
	font-size: 0.9em;
	height: auto;
	display: inline;
	margin: 0 1em 0 1em;
}

#footer {
	width: 800px;
	text-align: center;
	font-size: 0.8em;
	color: #CC6666;
	margin-top: 1em;
}

#shoeselector {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	text-align: right;
}

p {
	margin-top: 0;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul,li {
	margin-left: 2em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
li {
	list-style: url("../images/minihighheel.gif");
}

h1 {
	font-size: 1.2em;
	margin-top: 0;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.small {
	font-size: 0.85em;
}

.shoeimage {
	vertical-align: top;
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 150px;
}

.shoethumb {
	vertical-align: middle;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
}

.clearboth {
 	clear: both;
	height: 1px;
 }

a:link {
	text-decoration: none;
	color: #CC6666;
}
a:active {
	text-decoration: none;
	color: #CC6666;
}
a:visited {
	text-decoration: none;
	color: #CC6666;
}
a:hover {
	color: #FFCC99;
	text-decoration: underline;
}