html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	background:#111 url(images/background.png) repeat center top;
}

* html #container {
    height: 100%;
	height:1%; /* "haslyout" for IE6 & contains floats */
	overflow:visible;
}

#header {
	height:170px;
	width:100%;
	margin:0 auto;
	background:#000 url(images/bg-header.gif) center top;
	border-bottom:2px groove black;
}

#hair {
	height:70px;
	width:990px;
	margin:0 auto;
	/*background:#006633 url(images/bglogo.gif) repeat center top*/;
}

#container {
	width:950px;
	margin:5px auto;
	min-height: 100%;
    margin-bottom: -70px;
	overflow:hidden;
	position: relative;
}

#sidebar {
	width: 213px;
	float: left;
}

#content {
	margin-left: 10px;
	width: 722px;
	text-align: left;
	float:right;
	border:2px groove black;
	background:#e0e0e0;
}

.outer {
	background:#96c5fe;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 10px;
	border:2px groove black;
}

.space {
	height: 10px;
}

/*---------Menu-----------*/
.outer a, .outer div, .outer li, .outer ul, .outer body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
div.menu{
	width: 193px;
}
div.menu ul{
	list-style: none;
	text-indent: 0px;
}
div.menu li{
	margin-top: 3px;
}
div.menu a{
	font: 12px Verdana;
	color: black;
	display: block;
	padding: 6px 30px;
	height: 20px;
	text-decoration: none;
	background: url('images/button.gif');
	font-weight: bold;
}
div.menu a:hover{
	background: url('images/button-on.gif') no-repeat right;
}

#m {padding-top:3px;}

#page-buffer {
    height: 70px;
}

#footer {
	margin:5px;
	padding:0;
	height:86px;
	width:100%;
	background:#3399cc url(images/bg-header.gif) center bottom;
	border-top:2px groove black;
}

#shoes {
	height:50px;
	width:990px;
	padding-top:15px;
	margin:0 auto;
	/*background:#006633 url(images/bglogo.gif) repeat center top*/;
}

h1 {
	margin: 0 0 0 0;
	padding: 10px 0 5px 30px;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	width: 700px;
	text-indent: 41px;
}