/* normal links */
	a:link {text-decoration: none; color: black;}
	a:visited {text-decoration: none; color: black;}
	a:active {text-decoration: none; color: black;}
	a:hover {text-decoration: none; color: pink;}
	
/* before and after images */
.befandaft
{
	padding: 4px;
	border: 2px solid grey;
	background: white;
}
	
			
/* menu bar links */			
	.menu_bar a:link {text-decoration: none; color: white; }
	.menu_bar a:visited {text-decoration: none; color: white}
	.menu_bar a:active {text-decoration: none; color: white}
	.menu_bar a:hover {text-decoration: none; color: pink;}

	.menu_bar, .menu_bar a
	{
		font-size: 9pt; 
		font-weight: bold; 
		font-family: arial, sans-serif;	
		color: white; 
		letter-spacing: 2.5px;
	}
	
	
	.content_text
	{
		font-size: 12pt; 
		font-family: trebuchet ms, sans-serif;	
		color: black; 
		letter-spacing: .3px;
		font-weight: normal; 
	}

	.content_text a:link {text-decoration: underline; color: black;}
	.content_text a:visited {text-decoration: underline; color: black;}
	.content_text a:active {text-decoration: underline; color: black;}
	.content_text a:hover {text-decoration: underline; color: indianRed;}
	

/* this chunk centers the content */
	body 
	{
		text-align: center;
		margin-left: auto;
		margin-right:auto;
	}

	#page_content
	{
	  margin-left: auto;
	  margin-right: auto;
	  width: 740px;
	  text-align: left;
	  position:relative;
	}

	
/* this chunk makes sure that firefox keeps the vertical scroll bar to make sure it's centered */
	html 
	{ 
		min-height: 100%; 
		margin-bottom: 1px; 
	}
 

/*     DROP DOWN MENU            */ 
 #sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	/*font: bold 11px arial;*/
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px 0px;
	width: 143px;
	/*background: #5970B2;*/
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	
	/*background: #49A3FF;*/
	color: pink;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #93a6ad;
	border: 1px solid #666666
	
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #93a6ad;
	color: #white;   /* text color */
	font: 11px arial;
	
}

#sddm div a:hover
{	background: #58727b;
	color: pink;
	
}


.thumb_block
{
	text-align: center; 
/* 	width: 784px;  */
	width: 784px; 
	margin-left: -20px; 
	margin-right: -10px; 
	padding-top: 3px;
	background-color: bisque;
}

.thumb_div
{
	border: 1px solid black; 
	background-color: white;
	padding: 3px;
	margin: 6px;
	float: left;
}

.two_thumbs
{
	border: 1px solid black; 
	background-color: white;
	padding: 3px;
	margin: 6px;
	margin-left: 140px;
	float: left;
}
