@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/BG_grad.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#main-content {
	height: 214px;
	width: 776px;
	padding: 0;
	background-image: url(images/Button-Grad.jpg);
	background-repeat: repeat-x;
	background-color: #d5d7e3;
	border: 1px solid #b5a387;
}


#logo {
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007836;
	background-image: url(images/Key8toAsia-logo-BG.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

div.Menu {
	width:780px;
	background-image: url(images/box-TL.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.Menu h2 {
	font-size:1.3em;
	padding:15px;
	margin:0;
	background-image: url(images/box-TR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div.MenuBody {
	margin-top:-2em;
	background-image: url(images/box-LRepeat.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
div.MenuFooter {
	background-image: url(images/box-BL.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.MenuFooter p {
	display:block;
	padding:15px;
	margin:-2em 0 0 0;
	background-image: url(images/box-BR.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.MenuBody a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #007836;
	text-decoration: none;
}
div.MenuBody a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #007836;
	text-decoration: none;
}
div.MenuBody a:hover {
	color: #00BA54;
	text-decoration: none;
}


#google-ads {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7a2426;
	text-align: center;
	padding-top: 10px;
}
#footer a:link {
	color: #001ca8;
}
#footer a:visited {
	color: #001ca8;
}
#footer a:hover {
	color: #5277E7;
}
.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

