html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}
body {
	background-color: #bfbfbf;
	background-image: url("/img/bg-gradient.gif");
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
td {
	vertical-align: top;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 0.5em 0;
	color: #191970;
}
h2 {
	font-size: 1.4em;
	margin: 1em 0 0.5em 0;
	color: #191970;
}
p {
	margin: 0 0 0.5em 0;
	text-indent: 2em;
}
#main {
	width: 550px;
	padding: 10px;
	margin-left: 160px;
	border-left-style: dotted;
	border-left-color: #ccc;
	border-left-width: 2px;
	text-align: justify;
}
#tab {
	border-color: Yellow;
	border-width: 0px;
	border-style: dotted;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	width: 760px;
	height: 100%;
	text-align: left;
	font-size: 13px;
	background-image: url("/img/bg-main-fill.gif");
}
#menu {
	position: absolute;
	top: 250px;
	width: 118px;
	padding: 0px;
	margin-left: 29px;
	background-image: url("/img/bg-menu.gif");
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
}
#adsense {
	position: absolute;
	top: 385px;
	width: 120px;
	padding: 0px;
	margin-left: 29px;
/*	background-image: url("/img/bg-menu.gif"); */
	border-color: #ccc;
	border-width: 0px;
	border-style: solid;
}
a.menulink {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a:link.menulink {
	display: block;
	text-decoration: none;
	color: navy;
}
a:visited.menulink {
	display: block;
	text-decoration: none;
	color: navy;
}
a:active.menulink {
	display: block;
	text-decoration: none;
	color: black;
}
a:hover.menulink {
	display: block;
	background-color: silver;
	text-decoration: none;
	color: white;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:active {
	text-decoration: none;
	color: black;
}
a:hover {
	background-color: silver;
	text-decoration: none;
	color: white;
}
