html {
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 92%;
	background-color: #fff;
	background-image: url(shopbackground.jpg);
	background-repeat: repeat;
}

p {
	margin: 0;
	padding: 0.2em 0em 0.2em 0.5em;
}


#container {
	margin: 0;
	padding: 0;
	width: 1000px;
	margin: auto;
	background-color: #fff;
	border: 1px solid;
	border-color: #ccc;


}


#banner {
	height: 101px;
	background-image: url(shopbanner1050.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	border-bottom: 1px solid;
	border-bottom-color: #FFF;

}


#nav {
	margin: 0;
	padding: 0;
	width: 160px;
	background: #fff;
	float: left;

}



#content {
	margin-left: 160px;
	margin-right: 0px;
	height: 100%;
	background-color: #fff;
	top: 0px;
	width: 830px;

}


#footer {
	height: 500px;
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;
	background-color: 000;

}

#footer p {
	color: #999;

}
#introblock {
	background-color: #0C9;
	height: 100px;
	width: 750px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	width: 90%;
}
#container #content .info p {
	padding-left: 25px;
}
#container #content .info p a {
	text-decoration: none;
	color: #663333;
	font-weight: bold;
}
