body { 			background-color: #092A41;
}

div.container {		position: relative;
						top: 0px;
						height: 560px;
						width: 800px;
						margin-left:auto;
						margin-right: auto;   /* align for good browsers */
						text-align: left; /* counter the body center */
						border: 0px solid;
						overflow: none;
						/*border-color: #FBC912 #FFCC00 #FFCC00;*/
						/*background-color: #333333;*/

	
												
}





div.main {				position: absolute;
					left: 3px;	
					top: 113px;
					height: 439px;	
					width: 800px;	
					overflow-y: auto;
					overflow-x: hidden;
					z-index: 5;	
					border: 0px solid #000000;	
					padding: 0px;
					background-color: #F1f1f1; 
					background: url(images/square.gif) repeat;
}

div.main2 {				position: absolute;
					left: 270px;	
					top: 212px;
					height: 316px;	
					width: 522px;
					overflow: scroll;	
					overflow-y: scroll;
					overflow-x: hidden;
					z-index: 6;	
					border: 1px solid #5D6800;	
					padding: 0px;
					background-color: #F1f1f1; 
}

div.main2b {			position: absolute;
					left: 270px;	
					top: 212px;
					height: 316px;	
					width: 522px;
					z-index: 6;	
					border: 1px solid #5D6800;	
					padding: 0px;
					background: url(images/homeimage2.jpg) #F1f1f1 no-repeat; 
}
div.main3 {				position: absolute;
					left: 11px;	
					top: 212px;
					height: 316px;	
					width: 781px;
					overflow: scroll;	
					overflow-y: scroll;
					overflow-x: hidden;
					z-index: 6;	
					border: 1px solid #5D6800;	
					padding: 0px;
					background-color: #F1f1f1; 
}


div.mainbreak {				position: absolute;
					left: 3px;	
					top: 113px;
					height: 80px;	
					width: 800px;	
					overflow: none;
					z-index: 6;	
					border-bottom: 3px solid #9EA27E;
					background-color: #f1f1f1;	
					padding: 0px;
}


div.thumbview {				position: absolute;
					left: 11px;	
					top: 210px;
					height: 325px;	
					width: 245px;	
					overflow: none;
					z-index: 5;	
					border: 0px solid #000000;	
					padding: 0px;
					background-image: url(images/imagegallerytitle2.gif);
}


div.thumbviewtitle {			position: absolute;
					left: 21px;	
					top: 260px;
					height: 260px;	
					width: 232px;
					overflow: scroll;	
					overflow-y: scroll;
					overflow-x: hidden;
					z-index: 6;	
					border: 0px solid #000000;
					background-color: #9EA27E;	
					padding: 0px;
}


div.mainbkg {				position: absolute;
					left: 20px;	
					top: 170px;
					height: 347px;	
					width: 500px;					
					z-index: 1;
					filter:alpha(opacity=50);
					-moz-opacity:0.5;
					opacity: 0.5;				
					padding: 0px;
}


div.tagline {				position: absolute;
					left: 0px;	
					top: 0px;
					height: 93px;	
					width: 800px;	
					overflow: none;
					border: 0px #3cabf8 solid;
}


div.tagline2 {				position: absolute;
					left: 560px;	
					top: 10px;
					height: 85px;	
					width: 344px;	
					overflow: none;
					border: 0px solid #3cabf8;					
					
}
	
div.nav1 {				position: absolute;
					top: 93px;
					left: 3px;	
					height: 20px;
					width: 800px;
					overflow: none;
					z-index: 10;
					border: 0px #666 solid;	
					background-color: #9EA27E;
}


div.image1 {				position: absolute;		
					left: 550px;	
					top: 170px;		
					height: 347px;
					width: 240px;
					overflow: none;	
					border: 0px solid #666;
					background: #28521D;
}


div.image2 {				position: absolute;		
					left: 450px;	
					top: 335px;		
					height: 167px;
					width: 300px;
					overflow: none;	
					border: 0px solid #666;											
}


div.newsbar {				position: absolute;		
					left: 545px;	
					top: 345px;		
					height: 180px;
					width: 170px;
					overflow: none;	
					border: 0px solid #666;							
										
}


div.footer {				position: absolute;		
					left: 3px;	
					top: 550px;		
					height: 25px;
					width: 800px;
					overflow: none;	
					z-index:10;
					border: 0px solid #666;											
					background-image: url(images/footerimage.gif);
}

* html div.thumbviewtitle{
	overflow-y: auto; 
	overflow-x: none;
}