
body {
	margin: 0px;
	padding: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

* {
	font-family: Courier, serif!important;
}





.text_content_div {
	width: 600px;
	font-size: 11px;
}



p {
	font-size: 11px;
}

img {
	
	border: 0px;

}

pre {
	background-color: #000;
	color: green;
}

h1 {
	font-size: 16px;
	font-family: Courier, serif!important;
}

#front_text {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
}

#page_title {
	font-size: 30px;
	margin-bottom: 20px;
}	


#content_div {
	position: absolute; 
	top: 10px; 
	left: 15%;
	padding-bottom: 20px;
}

#slideshow_links {
	width: 800px;
	float: left;
	clear: left;
	margin-bottom: 6px;
}
.slideshow_link, .slideshow_link_current {
	width: 22px;
	float: left; 
	font-size: 9px; 
	cursor: pointer;
	background-repeat: no-repeat;
	border: 1px solid black;
	text-align: center;
	margin-bottom: 6px;
}
.slideshow_link {
/*	background-image: url(http://localhost/mervynkurlansky/M.gif);*/
	margin-right: 5px;
}

.slideshow_link_current {
	background-color: #000;
	
	color: #FFF;
	margin-right: 5px;

/*	background-image: url(http://localhost/mervynkurlansky/M_red.gif);*/
}


#logo {
	float: left;
	clear: left;
	display: none;
}

.menu_div {
	float: left;
	clear: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	display: none;

}


.level_menu_div {
	float: left;
	clear: left;
	margin-bottom: 7px;
	margin-top: 7px;
}

.menu_0, .menu_0_current {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}

menu_0_current {
	text-decoration: underline;
	font-size: 20px;
}


.menu_0 img, .menu_0_current img{
	margin-top: 6px;
}



.menu_1, .menu_1_current {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}

menu_1_current {
	text-decoration: underline;
}


.menu_1 img, .menu_1_current img{
	margin-top: 6px;
}



.menu_2, .menu_2_current {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.menu_2 img, .menu_2_current img{
	margin-top: 3px;
}


.menu_3, .menu_3_current {
	text-decoration: none;
	font-size: 11px;
	white-space: nowrap;
}

.menu_3 img, .menu_3_current img{
	margin-top: 3px;
}



.menu_0_current, .menu_1_current, .menu_2_current, .menu_3_current {
	text-decoration: underline;
}


