body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 18px;
	color: #002B55;
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -15px;
	height: 44px;
	width: 44px;
	z-index: 20;
}

a {
	border-width: 0;
	color: #002B55;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.leftbox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: -365px;
	border: 15px solid #002B55;	
	height: 350px;
	width: 350px;
	padding: 0px;
}

.shopleftbox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: -365px;
	height: 350px;
	width: 350px;
	padding: 20px;
}

.rightbox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: 0px;
	border: 15px solid #002B55;	
	height: 330px;
	width: 330px;
	padding: 10px 10px 10px 20px;
	z-index: 1;
}

.rightbox img {
	text-align: center;
}

.nav {
	color: #990000;
	margin: 5px 0 5px 0;
	text-align: center;
}

.nav a {
	font-weight: normal;
	color: #002B55;
	text-decoration: none;
}

.shop_list {
	float: left;
	padding: 5px;
	text-align: center;
	height: 115px;
	width: 100px;
}

