body {
	margin: 0px;
	background: #66778C;
	}
body.content {
	margin: 2px;
	background: #FFFFFF;
	}

/* shop */

a.menu 	{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border:1px solid #000000;
	background: #D8D5BB;
	color: #000000;
	display: block;
	}
a.menu:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border:1px solid #000000;
	background: #FFD382;
	color: #000000;
	display: block;
	}
a.mod {
	text-decoration: underline;
	color: #000000;
	}
a.mod:hover {
	text-decoration: none;
	color: #000000;
	}
a.shop 	{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	border:1px solid #000000;
	background: #66778C;
	color: #000000;
	text-align: center;
	display: block;
	}
a.shop:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	border:1px solid #000000;
	background: #FFD382;
	color: #000000;
	display: block;
	text-align: center;
	}
a.list {
	color: #6C7684;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	}
a.list:hover {
	color: #6C7684;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
a.shoplist {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	}
a.shoplist:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}

/* table */

table.main {
	background: #000000;
	width: 1024px;
	height: 768px;
	}
table.home_content {
	width: 700px;
	height: 100%;
	}
table.info {
	background: #ffffff;
	width: 500px;
	}
table.whole {
	width: 100%;
	}

/* td */

td.shoptd {
	border: 1px solid #000000;
	}
td.nosize {
	font-size: 12px;
	font-family: arial;
	color: #000000;
	}
td.info_head {
	width: 100%;
	font-size: 12px;
	font-family: arial;
	color: #8996A6;
	}
td.info_title {
	width: 100%;
	background: #888888;
	font-size: 11px;
	font-family: arial;
	color: #000000;
	}
td.info_content {
	width: 100%;
	background: #C0C0C0;
	font-size: 11px;
	font-family: arial;
	color: #000000;
	}
td.splithalf {
	width: 50%;
	vertical-align: top;
	font-size: 12px;
	font-family: arial;
	}
td.main_corner {
	width: 101px;
	height: 109px;
	}
td.main_top {
	background: #66778C;
	width: 923px;
	height: 109px;
	}
td.main_menu {
	background: #66778C;
	width: 101px;
	height: 659px;
	}
td.main_content {
	background: #FFD382;
	vertical-align: top;
	}

/* input */

.admin {
	background: #A4B4C8;
	color: #000000;
	border: 1px solid #000000;
	}
input.shop {
	border: 1px solid #000000;
	}
input.button {
	background: #8996A7;
	color: #000000;
	border: 1px solid #000000;
	}

/* images */

.image {
	border: 0px;
	}
.imagebord {
	border: 1px solid #000000;
	}
.slogan {
	position: absolute;
	z-index: 99999;
	border: 0px;
	top: 1px;
	left: 240px;
	}
.logo {
	position: absolute;
	z-index: 9999;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	top: 0px;
	left: 0px;
	}

/* other */

h1 {
	font-size: 16px;
	font-family: arial narrow;
	color: #8996A6;
	}
.title {
	font-size: 30px;
	font-weight: bold;
	color: #DFC084;
	}
.faq {
	font-weight: bold;
	color: #6C7684;
	}
.sub {
	fint-size: 11px;
	color: #6C7684;
	}

/* divs */

#menu {
	position: absolute;
	z-index: 999999;
	width: 100px;
	height: 300px;
	top: 150px;
	left: 10px;
	}
#header {
	background-image: url("../images/topbg.jpg");
	position: absolute;
	z-index: 9999;
	width: 803px;
	height: 77px;
	top: 3px;
	left: 220px;
	}
#content {
	position: absolute;
	z-index: 99999;
	width: 860px;
	height: 600px;
	top: 130px;
	left: 130px;
	}
#login {
	position: absolute;
	border: 1px solid #66778C;
	text-align: center;
	z-index: 99999;
	width: 300px;
	height: 200px;
	top: 120px;
	left: 380px;
	}
