@charset "UTF-8";
*{padding:0;}

hr {
	border: 0;
	width: 100%;
	color: #663300;
	background-color: #663300;
	height: 1px;
}

body {
	margin: 0px;
	background-image: url(images/wood-bg.jpg);
	background-repeat: repeat;
}
#header {
	width: 800px;
	z-index:10;
}
#nav {
	height: 20px;
	width: 770px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/nav_bgBlue.jpg);
	
}
#nav a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color:#FF9933;
}
#content {
	background-color: #f8eeb8;
	width: 770px;
	padding-top: 30px;
	padding-left: 30px;
}
#content p {
	font-family: Helvetica, Arial, sans-serif;
	color: #663300;
	line-height: 20px;
	font-size: 12px;
	padding-right: 30px;
}

#footer {
	height: 40px;
	width: 860px;
	background-image: url(images/shadow-footerBlue.png);
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
}
#holder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/shadow-sides.png);
	background-repeat: repeat-y;
	z-index:-10;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
}
#content a {
	font-family: Helvetica, Arial, sans-serif;
	color: #cc6633;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color:#FF9933;
}
#shoe-links {
	width: 250px;
	padding-left: 150px;
}
#slideshowFrame {
	height: 225px;
	width: 470px;
	border: 10px solid #FFFFFF;
}
