body {
	padding: 0;
	margin: 0; 
	background: #6d4a8b;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1024px;
	padding: 0;
	margin: 0 auto;
}

	#topContainer {
		position: relative;
		margin: 0 auto;
		width: 100%;
		min-width: 1024px;
		height:93px;
		background: url('../images/layouts/top_repeat.png') top left repeat-x;
	}
	
		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 900px;
			height: 93px;
		}

			#logo {
				position: absolute;
				left: 0;
				top: 12px;
			}
			
			#contact {
				position: absolute;
				top:16px;
				right:0;
				width:410px;
				height: 35px;
			}
			
				#address {
					position: absolute;
					top:0;
					left:0;
					width:300px;
					height:32px;
					border-right: 1px solid white;
					color: #FFFFFF;
					font-family: Verdana,Arial,Helvetica,sans-serif;
					text-align: right;
					font-size: 11px;
					padding: 3px 10px 0 0;
					
				}
				
				#mapquest {
					position: absolute;
					top:7px;
					right:64px;
					width:26px;
					height:35px;
				}
				
				#maplink {
					position: absolute;
					top:2px;
					right:0;
					width:60px;
					height:35px;
				}
					
					#maplink a {
						color: #FFFFFF;
						font-family: Verdana,Arial,Helvetica,sans-serif;
						text-align: left;
						font-size: 11px;
						text-decoration: none;
					}
					
					#maplink a:hover {
						text-decoration: underline;
					}
		
		#priNav_container {
			position: absolute;
/* 			margin: 0px auto; */
			padding: 0px;
			width: 871px;
			height: 25px;
			left:70px;
			top: 70px;
		}

			#priNav {
				position: relative;
				width:871px;
				height:25px;
				margin: 0 auto;
				padding: 0;
				text-align: right; 
			}
			
				#priNav li {
					position: relative;
					margin: 0px auto;
					padding: 0px;
					list-style-type: none;
					display:inline; 
					color: #ffffff;
					font-family: Verdana,Arial,Helvetica,sans-serif;
					font-size: 14px;
					text-decoration:none;
					text-transform: lowercase;
					text-align: left;
				}
			
					#priNav li a {
						padding: 6px 25px 6px 0px;
						margin: 0 auto;
						color: #ffffff;
						font-family: Verdana,Arial,Helvetica,sans-serif;
						font-size: 14px;
						text-decoration: none;
						text-transform: lowercase;
						text-align: left;
					}
					
					#priNav li a:hover, #priNav li a.active:hover {
						color: #fffea0;
					}

		#middleContainer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 100%;
			min-width: 1024px;
			height: 338px;
			background: url('../images/layouts/middle_home_repeat.jpg') top left repeat-x;
		}		

			#flash {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width: 1000px;
				height: 338px;
			}
			
			#slogan {
				position: absolute;
				width: 136px;
				height: 100px;		
				left: 830px;
				top: 116px;	
				background: url('../images/layouts/slogan.png');
			}
			
		#bottomContainer {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:100%;
			height:350px;
			background: url('../images/layouts/bottom_repeat.jpg') top left repeat-x;
		}
		
			#content {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:900px;
				height:350px;
			}
		
				#serviceTimes {
					position: absolute;
					top:0;
					left:0;
					width:160px;
					height:215px;
					padding: 24px 23px 30px 14px;
					color: #FFFFFF;
					font-family: Verdana,Arial,Helvetica,sans-serif;
					text-align: left;
					font-size: 11px;
					background: url('../images/layouts/service_box.png') top left no-repeat;
				}
			
				#button1 {
					position: absolute;
					left: 223px;
					top: 38px;
					width: 117px;
					height: 222px;
				}
				
				#button2 {
					position: absolute;
					left: 362px;
					top: 38px;
					width: 117px;
					height: 222px;
				}
				
				#button3 {
					position: absolute;
					left: 500px;
					top: 38px;
					width: 117px;
					height: 222px;
				}
				
					#image {
						position: absolute;
						top:0;
						left: 0;
						border: 2px solid white;
						width:113px;
						height:100px;
					}
					
					.title {
						position: absolute;
						left:0;
						top: 124px;
						width:117px;
						height:25px;
						overflow:hidden;
						color: #fffea0;
						font-family: Verdana,Arial,Helvetica,sans-serif;
						text-align: left;
						font-size: 17px;
						font-weight: bold;
					}
					
					#description {
						position: absolute;
						left:0;
						top: 150px;
						width:117px;
						height:70px;
						overflow:hidden;
						color: #000000;
						font-family: Verdana,Arial,Helvetica,sans-serif;
						text-align: left;
						font-size: 12px;
					}
					
					#link {
						position: absolute;
						left: 0;
						top: 0;
						width: 117px;
						height: 222px;
					}
						
						#button1:hover .title {
							color: #3f2057;
						}
						
						#button2:hover .title {
							color: #3f2057;
						}
						
						#button3:hover .title {
							color: #3f2057;
						}
			
			#video {
				position: absolute;
				left: 638px;
				top: 20px;
				width: 274px;
				height: 259px;
			}

		#footer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			top:0px;
			left: 0px;
			width: 900px;
			height:30px;
		}
		
			#footer p {
				font-family: "Arial";
				font-size: 10px;
				color: #FFFFFF;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #FFFFFF;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #AAAAAA;
				text-decoration: underline;
			}
			
#viewer_window {
	padding:10px;
	background:#3c1d54;
}

#viewer_close {
	position: relative;
	float: right;
	margin: 10px -10px 0 0;
}

#viewer_container {
	top:100px;
	left:0;
}