			html, body
			{
				margin:0;
				padding:0;
				font-family: "Century Gothic", Arial, sans-serif;
				font-size: 14px;
				color: #575757;
				text-align:center;
				background-color: #f3f3f3;
			}
			.container	
			{
				width:660px;
				height:520px;
				overflow:hidden;
				margin:0px auto 10px auto;
			}						
			.container .TabMenu
			{
				position: relative;
				top: 5px;
				left: 2px;
				z-index: 10;
			}
			.container .TabMenu span
			{
				display: inline-block;
				height: 77px;				
				margin: 0px;
				padding:0px;
			}
			.container .ContentFrame
			{
				width: 640px;
				height:510px;
				left: 10px;
				position: relative;
				overflow:hidden;
			}			
			.container .ContentFrame .AllTabs
			{
				position: relative;	
				left:0px;		
				width: 5880px;
				height: 510px;
				overflow:hidden;
			}
			.container .ContentFrame .AllTabs .TabContent
			{
				width:640px;
				height: 510px;
				margin-right:20px;
				text-align: justify;
				float:left;
				overflow:hidden;
			}
			.arrows
			{
				margin:-285px auto 280px auto;
				width: 1000px;
			}
			.thumbnails
			{
				margin: 0 auto 0 auto;
				width: 1007px;
				height:157px;
			}
			.header
			{
				margin: 0 auto 0 auto;
				width: 1007px;
			}
			.menu
			{
				float:right;
				margin-top: 40px; 
				margin-right: 7px;
			}
			.menu span:hover
			{
				color:#3595e9;
			}
			a{ color:#3595e9; text-decoration:none;}
			p {line-height:18px; }
			hr{ 
				color: #3595e9;
				background-color: #3595e9;
				height: 1px;
				width: 997px;
				border:0;
			}
			h1{ margin: 30px 0 10px 7px; color:#3595e9; font:24px "Century Gothic", Arial, sans-serif;float:left;}
			h3{ margin: 8px 0 0 70px; color:#FFF; font:14px "Century Gothic", Arial, sans-serif; float:left;}
			
			.highlight
			{
				font-weight:bold;
				font-style:italic;
			}
			
			.boxgrid{ 
				width: 241px; 
				height: 137px; 
				margin:5px; 
				float:left; 
				background:#161613; 
				overflow: hidden; 
				position: relative; 
				margin-bottom:12px;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Century Gothic", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background-image: url(img/rollover.jpg); 
				height: 38px; 
				width: 100%; 
 			}
 			
 			.boximage{ 
				float: left; 
				position: absolute; 
 			}
 					
 				.captionfull .boxcaption {
 					top: 137;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
 				.captionfull .boximage {
 					top: -137;
 					left: 0;
 				}
 				
 			#contact-area {
				width: 640px;
				margin-top: 125px;
				text-align:center;
			}
			#contact-area a{
				color:#575757;
			}
			#contact-area a:hover{
				color:#3595e9;
			}
			
			.scroll-pane
			{
				width: 100%;
				height: 530px;
				overflow: auto;
			}
 			.scroll-pane p
			{
				padding-right:10px;
			}	
			
