body#menu { margin: 0; padding: 0; overflow: hidden; text-align: left; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1000;
	background-color: #FFFFFF;
	border-left: 100;
	letter-spacing: 1px;
}

a:link  {
	color : #BD1830;
	text-decoration : none;
	font-weight: bold;
	}

a:visited  {
	color : #BD1830;
	text-decoration : none;
	font-weight: bold;
	}

a:active  {
	color : #BD1830;
	text-decoration : none;
	font-weight: bold;
	}

a:hover  {
	color : #BD1830;
	text-decoration : underline;
	font-weight: bold;
	}

h1 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

ul { margin: 0; padding: 0; }
li {
	list-style-type: none;
	background-color: #FFFFFF;
}

table#shop { width: 100%; border-collapse: collapse; }
#shop td, th { border: 1px solid #000; }

#footer {
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
