html {
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 92%;
	background-color: #000;
}

p {
	margin: 0;
	padding: 0.2em 0em 0.2em 0.5em;
}


#container {
	margin: 0;
	padding: 0;
	width: 1050px;
	margin: auto;
	background-color: #000;


}


#banner {
	height: 105px;
	background-image: url(shopbanner1050.jpg);
	background-repeat: no-repeat;
	background-color: #000;

}


#nav {
	margin: 0;
	padding: 0;
	width: 180px;
	background: #000;
	border-right: 1px solid #7b5b8d;
	border-left: 1px solid #7b5b8d;
	border-bottom: 1px solid #7b5b8d;
	float: left;

}

#nav ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;

}


#nav li {
	padding: 0 0 0 0px;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	line-height: 2.0;
	color: #000;
	background: #7b5b8d;

}

#nav a {
	display: block; /* to increase clickable area as a’s default
	to inline */
	/* padding: 1px 0px 1px 15px; */
	padding: 0.1em 0em 0.1em 1em;
	font-weight: normal;
	line-height: 1.8;
	color: #FFF;
	background: #000;
	text-decoration: none;

}

#nav a:hover {
	color: #000;
	background: #E7AE24;
}



#content {
	margin-left: 180px;
	height: 4000px;
	background-color: #000;

}


#footer {
	height: 500px;
	background-image: url(bottompic.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;

}

#footer p {
	color: #999;

}

