body {
	background-image:url(images/body-fade.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#eea;
	color:#651;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
}

a:link, a:active, a:visited, a:hover {color:#651;}
img {border:0;}

p.f {
	text-align:center;
	font-size:12px;
}

#wrapper {
	width:700px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}

#container {
	background-image:url(images/bg-1.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#content {
	background-image:url(images/shoe-fitter.gif);
	background-repeat:no-repeat;
	background-position: 25px 50px;
}

#head {
	width:700px;
	height:40px;
	background-image:url(images/shoe-store-supplies-top.jpg);
	background-repeat:no-repeat;
}

#main {
	width:700px;
}

h1 {
	font-size:24px;
	text-align:center;
}

div.col1 {
	float:left;
	width:480px;
	margin-left:30px;
}

div.col2 {
	float:left;
	width:160px;
}

#footer {
	clear:both;
	width:700px;
	background-image:url(images/subfoot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}