body {
	padding: 0;
	margin: 0 auto;
	background: #b3ac99 url(../images/layouts/body_bg.jpg) top center repeat-y;
}

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

	#bottomBG {
		position: absolute;
		margin: 0 auto;
		top:421px;
		left:0px;
		width: 100%;
		min-width: 1024px;
		height:280px;
		background: url('../images/layouts/home_content.jpg') top center repeat-x;
	}

	#topBG {
		position: absolute;
		margin: 0 auto;
		top:36px;
		left:0px;
		width: 100%;
		min-width: 1024px;
		height: 425px;
		background: url('../images/layouts/top_bg.png') top center repeat-x;
	}
	
		#contentContainer {
			position: relative;
			margin:0 auto;
			padding: 0;
			height:700px;
			width:1024px;
		}
		
			#header {
				position: absolute;
				top: 36px;
				left: 0;
				height:310px;
				width:1024px;
				background: url('../images/layouts/header_bg.jpg') top center no-repeat;
			}

				#logo {
					position: absolute;
					left: 60px;
					top: 45px;
					width:255px;
					height:128px;
				}

				#flash {
					position: absolute;
					top:0;
					right: 72px;
					width:605px;
					height:310px;
				}

		#priNav_container {
			position: absolute;
			top: 346px;
			left: 0px;
			width: 1024px;
			height: 76px;
		}

			#priNav {
				position: relative;
				width:1024px;
				height:76px;
				margin: 0 auto;
				padding: 0;
				text-align: center; 
			}
			
				#priNav li {
					position: relative;
					margin: 0px auto;
					padding: 0px;
					height:76px;
					list-style-type: none;
					display:inline; 
				}
			
					#priNav li a {
						position: relative;
						padding: 31px 30px 29px 33px;
						margin:0 0 0 -3px;
						color: #ffffff;
						font-family: "Trebuchet MS","Arial";
						font-size: 9pt;
						line-height:76px;
						text-decoration: none;
						text-transform: uppercase;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active:hover {
						color: #8e2b00;
						margin:0 0 0 -3px;
						background:#FFF;
					}
					
					#priNav li a.active {
						color: #8e2b00;
						padding:31px 34px 29px 33px;
						margin:0 0 0 -3px;
						background:#FFF;
					}
					
					#priNav img {
						position: relative;
						margin:0 0 -10px 0;
					}
			
		#buttons {
			position: absolute;
			top:442px;
			left:68px;
			width:886px;
			height:190px;
		}
		
			#welcome {
				position: absolute;
				top:0;
				left:0;
				width:208px;
				height:190px;
				background: #FFF;
			}
			
				#welcomeText{
					position: absolute;
					top:18px;
					left:18px;
					width:170px;
					height:134px;
				}
				
				#welcomeText p {
					margin: 0;
					padding: 0;
					font-family: "Trebuchet MS","Arial";
					font-size: 10pt;
					line-height: 16px;
				}
				
				#video{
					position: absolute;
					top:160px;
					left:46px;
					width:110px;
					height:26px;
				}
				
			#button1 {
				position: absolute;
				top:0;
				left:222px;
				width:212px;
				height:190px;
				background: url('../images/layouts/button1.jpg') top center no-repeat;
			}
			
			#button2 {
				position: absolute;
				top:0;
				left:450px;
				width:212px;
				height:190px;
				background: url('../images/layouts/button2.jpg') top center no-repeat;
			}
			
			#button3 {
				position: absolute;
				top:0;
				left:676px;
				width:212px;
				height:190px;
				background: url('../images/layouts/button3.jpg') top center no-repeat;
			}
						
		#footer {
			position: absolute;
			top: 676px;
			left: 62px;
			width: 900px;
			height:22px;
		}
		
			#footer p {
				font-family: "Arial Rounded MT",Arial,Helvetica,sans-serif;
				font-size: 10px;
				color: #aeadad;
				line-height: 22px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #aeadad;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #FFF;
				text-decoration: underline;
			}
		
		#searchBG {
			position: absolute;
			width:100%;
			min-width: 1024px;
			height: 41px;
			top:0;
			left:0;
			background: url('../images/layouts/search_bg.png') top center repeat-x;
		}
			
			#searchContainer {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:1024px;
				height:41px;
			}
			
				#search {
					position: absolute;
					width:184px;
					height:30px;
					top:6px;
					right:109px;
				}
				
					#input {
						position: absolute;
						top:0;
						right:29px;
						text-align: right;
						color:#828282;
						text-transform: uppercase;
					}
					
					#search_btn {
						position: absolute;
						right:5px;
						top:1px;
					}

#viewer_window{
	padding: 10px;
	background:#fff;
}

#viewer_close {
	margin: 10px -10px 0 0;
}
