BODY {
	background: url(./images/background.gif);
	text-align: center;
	padding-top: 50px;
	font-family: Arial;
	font-size: 11px;
	color: #444444;
}

A, A:link, A:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #0000FF;
}

/*
	The DIV that contains the entire layout
*/
	.main {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	/*
		The DIV that contains the header bar
	*/
		.header {
			background: url(./images/header1b.gif) top left repeat-x;	
		}
		
		.header2 {
			background: url(./images/header1a.gif) top left no-repeat;
		}
		
		.header3 {
			background: url(./images/header1c.gif) top right no-repeat;
			height: 57px;
			text-align: right;
			padding-right: 120px;
			font-family: Arial;
			font-size: 15px;
			font-weight: bold;
			
		}
		
	/*
		The DIV that contains the menu
	*/
		.menu_bar {
			background: url(./images/menu_background.gif) top left repeat-x;
		}
		
		.menu_bar2 {
			background: url(./images/menu_end.gif) top right no-repeat;
			height: 22px;
		}
		
		/*
			A button in the menu
		*/
			.MenuBarButton, .MenuBarButton_open {
				float: left;
				width: auto !important;
				width: 1%;
				background: url(./images/button_up1b.gif) top left repeat-x;
			}
			
			.MenuBarButton_open {
				background: url(./images/button_down1b.gif) top left repeat-x;
			}
			
			.MenuBarButton2, .MenuBarButton2_open {
				background: url(./images/button_up1a.gif) top left no-repeat;
				height: 22px;
				line-height: 22px;
				vertical-align: middle;
				color: #FFFFFF;
				padding-left: 25px;
				padding-right: 5px;
				
				font-family: Arial;
				font-size: 11px;
				font-weight: bold;
				cursor: pointer;
				
				white-space: nowrap;
			}
			
			.MenuBarButton2_open {
				background: url(./images/button_down1a.gif) top left no-repeat;
				color: #F1F1F1;
			}
			
			/*
				The DIV that makes up the sub menu items
			*/
				.MenuBarButton_submenu {
					position: absolute;
					background-color: #000000;
					border: 1px solid #666666;
					padding: 2px;
					width: 160px;
					text-align: left;
					cursor: pointer;
				}
				
				/*
					A menu item
				*/
					.MenuBarButtonChild, .MenuBarButtonChild_hover {
						color: #FFFFFF;
						font-family: Arial;
						font-size: 11px;
						font-weight: bold;
						margin-bottom: 2px;
						border: 1px solid #000000;
					}
					
					.MenuBarButtonChild_hover {
						background: #555555;
						border: 1px solid #888888;
					}
		
	/*
		The DIV that contains content
	*/
		.main_content {
			background: url(./images/content1a.gif) top left repeat-y;
			background-color: #FFFFFF;
		}
		
		.main_content2 {
			background: url(./images/content1b.gif) top right repeat-y;
			

		}
		
		.main_content3 {
			height: 500px;
			width: 690px;
			padding-left: 1px;
			/*padding-right: 6px;*/
			overflow: auto;
		}
		
	/*
		The DIV that represents the footer
	*/
		.footer_bar {
			background: url(./images/footer1b.gif) bottom left repeat-x;
			height: 24px;
		}
		
		.footer_bar2 {
			background: url(./images/footer1a.gif) bottom left no-repeat;
			height: 24px;
		}
		
		.footer_bar3 {
			background: url(./images/footer1c.gif) bottom right no-repeat;
			text-align: right;
			font-family: Arial;
			font-size: 10px;
			font-weight: bold;
			padding-right: 15px;
			color: #FFFFFF;
			line-height: 16px;
			vertical-align: middle;
			height: 24px;
		}
	
	
.SlideShowFrame {
	position: relative;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	color: #000000;
}

.SlideShowFrame_text {
	float: right;
	text-align: center;
	background-color: #FFFFFF;
}

.SlideShowFrame_image {
	float: left;
}

.SlideShow {
	/*background: url(./images/slide_back.gif) top left no-repeat;*/
}

.Slide1 {
	background: url(./images/slide_1.gif) top left no-repeat;
}

.Slide2 {
	background: url(./images/slide_2.gif) top left no-repeat;
}

.Slide3 {
	background: url(./images/slide_3.gif) top left no-repeat;
}



.LeftSideImage {
	background: url(./images/slide_back.jpg) top left no-repeat;
	height: 300px;
}


.slide_bob {
	background: url(./images/bob_before_sm.jpg) top left no-repeat;
}

.slide_bob_after {
	background: url(./images/bob_after_sm.jpg) top left no-repeat;
}

.slide_chris {
	background: url(./images/chris_before_sm.jpg) top left no-repeat;
}

.slide_chris_after {
	background: url(./images/chris_after_sm.jpg) top left no-repeat;
}

.slide_jackie {
	background: url(./images/jackie_before_sm.jpg) top left no-repeat;
}

.slide_jackie_after {
	background: url(./images/jackie_after_sm.jpg) top left no-repeat;
}

.slide_alan {
	background: url(./images/alan_before_sm.jpg) top left no-repeat;
}

.slide_alan_after {
	background: url(./images/alan_after_sm.jpg) top left no-repeat;
}