
body {
	background:url(images/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0px;
}

table {
	background:#FFF;
}

.table_bg {
	width:870px;
	height:100%;
	margin:auto;
	background:url(images/table_bg.png);
}

.leftbar {
	width:150px;	
	background:#152B54;
	margin:auto;
}

.tmenu {
	background:url(images/tmenu.jpg);
}

.tmenu a:link {
	color:#000;
	font-weight:bold;
}

.tmenu a:visited {
	color:#000;
	font-weight:bold;
}

.tmenu a:hover {
	color:#900;
	text-decoration:none;
	font-weight:bold;
}


.menu {
	width:150px;	
}

.menu li {
	margin-left:-40px;
	line-height:22px;
	text-align:center;
	list-style:none;
	background:#152B54;
	border-bottom:#666 outset 1px;
	
}

.menu a:link {
	color:#FFF;
	border-bottom:#666 outset 1px;
	font-weight:normal;
}

.menu a:visited {
	color:#FFF;
	border-bottom:#666 outset 1px;
}

.menu a:hover {
	color:#FC0;
	text-decoration:none;
	text-shadow:#F00 0px -1px 1px;
	background:#000;
	display:block;
	border-bottom:#FC0 groove 1px;
}

.content {
	width:655px;
	float:left;
	text-align:justify;
}

h1 {
	display:block;
	background:#152B54;
	margin-top:15px;
	font-family:"Comic Sans MS", cursive;
	text-align:center;
	font-size:30px;
	color:#FFF;
	text-shadow:#0FF 1px 2px 2px;
}

h2 {
	display:block;
	background:#152B54;
	font-family:"Comic Sans MS", cursive;
	text-align:center;
	color:#FFF;
	font-size:18px;
	text-shadow:#0FF 1px 2px 2px;
}

a:link {
	color:#003;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#003;
	text-align:center;
}
a:hover {
	text-decoration:none;
	color:#F60;
}

.bottom {
	width:650px;
	float:left;
}

.footer {
	width:650px;
	float:left;
	border-top:#000 solid 1px;
	text-align:center;
	font-size:12px;
}

#link {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 230px;
	top: 174px;
}
