body {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin:10px;
}

.tablemax {
	height: 100%;
}

#content {
padding: 0 10px 10px 10px;}

.top {
background-image: url(images/top.jpg);
background-position: bottom;
background-repeat: no-repeat; }

.main {
background-image: url(images/main_pic.jpg);
background-position: top;
background-repeat: no-repeat;
height: 172px; }

.menu {
background-image: url(images/menu_background.gif);
background-position: top;
background-repeat: repeat-y;}

.footer {
background-image: url(images/footer.gif);
background-position: bottom;
background-repeat: no-repeat; }

.content {
background-image: url(images/content_background.gif);
background-position: top right;
background-repeat: repeat-y; }

.menutext {
	padding: 0;
	text-decoration:none;
	text-align:center;
	font-size: 13px;
    font-family: arial;
    line-height: 19px;
	color: #008000;
	width: 134px;
	height: 19px;
	}

html>body .menutext {
	padding: 1px 0;
	text-decoration:none;
	text-align:center;
	font-size: 13px;
    font-family: arial;
    line-height: 19px;
	color: #008000;
	width: 136px;
	display: block;
	}

.menutext:hover {
	color:#000;
	background-color: #ECEC0A;
	width: 134px;
	height: 19px;
}

html>.menutext:hover {
	color:#000;
	background-color: #ECEC0A;
	width: 136px;
	height: 19px;
}

p {	
	font-size: 14px;
    font-family: arial;
    line-height: 18px;
	color: #fff;
	}