body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #cc0066;
	font-family: arial, helvetica, serif;
	font-size: 0.9em;
}

div#overall {
	width: 900px;
	height: 580px;
	border: solid 3px #99ccff;
	text-align: center;
	margin: auto;
}

div#ShopName {
	clear: both;
	background-color: #99ccff;
	text-align: center;
	margin: 3px;
	cursor: pointer;
}

div#left {
	float: left;
	width: 45%;
	padding-left: 10px;
}

.imageLeft {
	height: 90px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
	margin-right: 15px;
}

div#right {
	float: right;
	width: 50%;
	background-color: lavender;
	margin-right: 3px;
	padding: 5px;
}

div#footer {
	clear: both;
	height: 15px;
	color: White;
	background-color: #99ccff;
	text-align: center;
	font-size: 0.7em;
	margin: 3px;
}

div#menu 
{
	margin: 3px;
	background-color: #99ccff;
	height: 27px;
	font-size: 1em;
	font-weight: bold;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	z-index: 10
}

div#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.0em;
}

div#menu li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 5px 10px;
	width: 60px;
	background-color: #99ccff;
	color: #cc0066;
	text-align: center;
	text-decoration: none
}

div#menu li a:hover {
	background-color: #cc0066;
	color: #99ccff;
}

div#menu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #99ccff;
	border: 1px solid #cc0066;
}

div#menu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: Lavender;
	color: #cc0066;
}

div#menu div a:hover {
	background-color: #cc0066;
	color: #99ccff;
}

.button
{
	background-color: transparent;
	background-image: url(Images/Button1.gif);
	background-repeat: no-repeat;
	border: none;
	height: 25px;
	width: 135px;
	color: #cc0066;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.buttonSelected
{
	background-color: transparent;
	background-image: url(Images/Button2.gif);
	background-repeat: no-repeat;
	border: none;
	height: 25px;
	width: 135px;
	color: #99ccff;
	font-weight: bold;
	cursor: pointer;
}

