body {
	margin: 0px;
	font-family: verdana;
	background-color: #EDFBD8;
}

#alltheweb {
	position: relative;
	font-size: 12px;
	margin-left: 2px;
	margin-top: 2px;
}

#leftpanel {
	border: 1px solid #000000;
	background-color: #7EC075;
	background-image: url('img/left_panel_bg.gif');
	background-repeat: no-repeat;
}

#rightpanel {

}

#toppanel {
	border: 1px solid #000000;
	background-color: #78C33F;
	background-image: url('img/top_panel_bg.gif');
	height: 68px;
	width: 584px;
	margin-left: 2px;
}

#middlepanel {
	border: 1px solid #000000;
	background-color: #E7FFC4;
	background-image: url('img/base_bg.gif');
	background-repeat: repeat-x;
	padding: 10px;
	width: 584px;
	margin-top: 2px;
	margin-left: 2px;
}

#bottompanel {
	border: 1px solid #000000;
	background-color: #78C33F;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	height: 21px;
	width: 584px;
	margin-top: 2px;
	margin-left: 2px;
}

#menutable {
	margin-top: 160px;
	margin-bottom: 30px;
	width: 100%;
}

#arttitle {
	font-weight: bold;
	font-size: 14px;
	font-family: thoma;
	color: #EDFBD8;
	/*filter: glow(color=#000000, strength=1);*/
	letter-spacing: 0px;
}

.menutitle {
	color: #EDFBD8;
	/*filter: glow(color=#000000, strength=1);*/
	font-weight: bold;
	font-size: 13px;
	font-family: tahoma;
	text-align: center;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a.menulink {
	text-decoration: none;
	color: #000000;
}

a.menulink:visited {
	text-decoration: none;
	color: #000000;
}

a.menulink:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a.bottom {
	text-decoration: none;
	color: #FFFF00;
}

a.bottom:visited {
	text-decoration: none;
	color: #FFFF00;
}

a.bottom:hover {
	text-decoration: underline;
	color: #FFFF00;
}


.menu {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.bottomtxt {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
