	/* @import "all.css";  basic formatting, no layout stuff */
	body 	{
		background:white;
		margin:10px 10px 0px 10px;
		padding:2px;
		font-family: Verdana, Arial, sans-serif;color: #666666;
		font-size:10px;
		}
	
	.shoes {background:white; padding:1%;}

	#maincenter {
		width:60%;
		float:left;
		background:blue;
		padding-bottom:10px;
		border-left: 1px solid gray;
		}
	#navleft {
		width:25%;
		float:left;
		background:white;
		padding-bottom:10px;
		border-left: 1px solid gray;
		}
	#space  {
		width:3%;
		float:left;
		background:white;
		padding-bottom:10px;
		}
	#banner {
		background:#fff;
		padding-left:2%;
		}
	#pixoptions {
		width:5%;
		float:left;
		background:white;
		}
	#bigpix {
		width:60%;
		float:left;
		background:white;
		border-left: 20px solid white;
		}
	
	h4 {
		font-size:10px;
		font-weight:bold;
		color:#999999;
		margin:10px;
		padding:0px 0px 0px 0px;
		}
	p,h5,h6 {
		margin:0px 10px 10px 10px;
		}
	h5 {
		font-size:9px;
		font-weight:bold;
		color:#999999;
		margin:10px;
		}
	h6 {
		font-size:9px;
		font-weight:normal;
		color:#999999;
		}

	#navleft p {font-size:9px;
		font-weight:bold;
		}
	
	#maincenter p { font-size:10px;
		color:#666666;
		}

	#banner h1 { margin:0px; padding:10px}
	a	{font-weight:bold;text-decoration:none;}

	a:link	{color: #9acd32}
	a:visited	{color: #b3ee3a}
	a:hover	{color: #698b22}
	a:active	{color: #c0ff3e}
	
	a.shoes:link {color: #8b8b7a}
	a.shoes:visited {color: #cdcdb4;}
	a.shoes:hover {color: #8b8b7a}
	a.shoes:active {color: #ffffe0}

	

