body{
	background-color:#FFF8E7;
	font-family: futura-pt,sans-serif;
}


.billboard {float:left; width:auto; height:300px; float:left;}

.slideshow {float:left; width:32px; height:300px; float:left;}


.center_everything
{
margin:auto;
width:960px;

}

.everything
{
height:auto;
width:960px;
margin:auto;
}

	.header
	{
	height:auto;
	width:960px;
	float:left; 
	}
	
			.header_left
			{
			padding-top:10px;
			height:100px;
			width:500px;
			float:left; 
			
			font-weight:700px;
			font-size:51px;
			letter-spacing:2px;
			font-family: atrament-web, futura-pt, monaco, sans-serif;
			text-transform:uppercase;
			}
				.header_left p
				{
				margin:0;
				font-weight:700px;
				font-size:14px;
				letter-spacing:2px;
				font-family: futura-pt, monaco, sans-serif;
				text-transform:uppercase;
				}
			.header_left A:link {color: #292627; text-decoration: none} 
			.header_left A:visited {color: #292627; text-decoration: none} 
			.header_left A:active {color: #292627; text-decoration: none} 
			.header_left A:hover {color: #292627; text-decoration: none} 	
				
			.header_right
			{
			text-align:right;
			padding-top:70px;
			height:auto;
			width:460px;
			float:left; 
		
			}
			
				
		.navlink
		{
			font-size:14px;
			font-family: futura-pt,sans-serif;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:1px;
			color: #292627;
			margin-left:20px;

		}
			.navlink:hover
			{
				background-color:#11CCEE;
				color: #FFFFFF;
			}
			.navlink A:link {padding-left:5px; padding-right:5px; color: #292627; text-decoration: none} 
			.navlink A:visited {padding-left:5px; padding-right:5px; color: #292627; text-decoration: none} 
			.navlink A:active {padding-left:5px; padding-right:5px; color: #292627; text-decoration: none} 
			.navlink A:hover {padding-left:5px; padding-right:5px; color: #FFFFFF; text-decoration: none } 		
					
	
	
	.main
	{
	/* nice blue color: 11CCEE */
	height:auto;
	min-height:500px;
	width:960px;
	float:left; 
	}
	
	
			.thumbgrid
			{
			/* nice blue color: 11CCEE */
			height:auto;
			width:960px;
			float:left; 
			padding-right:0px;
			padding-top:30px;
			}
	
	
	
			.thumbleft
			{
			height:210px;
			width:300px;
			float:left;
			margin-bottom:30px;
			}
			.thumbleft p
			{
			margin:0px;
			padding-top:80px;
			height:130px;
			width:300px;
			}
			.thumbleft p:hover
			{
			padding-top:80px;
			height:130px;
			width:300px;
			float:left;
			background-image:none;
			background-color:#FFFFFF;
			
			 /* Theoretically for IE 8 & 9 (more valid) */
      		  /* ...but not required as filter works too */
      		  /* should come BEFORE filter */
      		  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

       		 /* This works in IE 8 & 9 too */
      		  /* ... but also 5, 6, 7 */
       		 filter: alpha(opacity=80);

       		 /* Older than Firefox 0.9 */
       		 -moz-opacity:0.8;

      		  /* Safari 1.x (pre WebKit!) */
       		 -khtml-opacity: 0.8;

      		  /* Modern!
      		  /* Firefox 0.9+, Safari 2?, Chrome any?
       		 /* Opera 9+, IE 9+ */
       		 opacity: 0.8;

			}
			
			
			.thumbname
			{
			font-family: futura-pt,sans-serif;
			font-size:0px;
			
			float:left;
			
			}
			
			.thumbname:hover
			{
			text-align:center;
			
			float:left;
			letter-spacing:2px;
			text-transform:uppercase;
			font-weight:700;
			font-family: futura-pt,sans-serif;
			font-size:30px;
			}
			.thumbname A:link {color: #292627; text-decoration: none} 
			.thumbname A:visited {color: #292627; text-decoration: none} 
			.thumbname A:active {color: #292627; text-decoration: none} 
			.thumbname A:hover {color: #506066; text-decoration: none } 
			
			
			
			.thumbcenter
			{
			height:210px;
			width:300px;
			margin-left:30px;
			margin-right:30px;
			margin-bottom:30px;
			float:left;
			}
			.thumbcenter p
			{
			margin:0px;
			padding-top:80px;
			height:130px;
			width:300px;
			}
			.thumbcenter p:hover
			{
			padding-top:80px;
			height:130px;
			width:300px;
			float:left;
			background-image:none;
			background-color:#FFFFFF;
			
			 /* Theoretically for IE 8 & 9 (more valid) */
      		  /* ...but not required as filter works too */
      		  /* should come BEFORE filter */
      		  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

       		 /* This works in IE 8 & 9 too */
      		  /* ... but also 5, 6, 7 */
       		 filter: alpha(opacity=80);

       		 /* Older than Firefox 0.9 */
       		 -moz-opacity:0.8;

      		  /* Safari 1.x (pre WebKit!) */
       		 -khtml-opacity: 0.8;

      		  /* Modern!
      		  /* Firefox 0.9+, Safari 2?, Chrome any?
       		 /* Opera 9+, IE 9+ */
       		 opacity: 0.8;

			}
			
			
			
			.thumbright
			{
			height:210px;
			width:300px;
			margin-bottom:30px;
			float:left;
			}
			.thumbright p
			{
			margin:0px;
			padding-top:80px;
			height:130px;
			width:300px;
			}
			.thumbright p:hover
			{
			padding-top:80px;
			height:130px;
			width:300px;
			float:left;
			background-image:none;
			background-color:#FFFFFF;
			
			
			 /* Theoretically for IE 8 & 9 (more valid) */
      		  /* ...but not required as filter works too */
      		  /* should come BEFORE filter */
      		  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

       		 /* This works in IE 8 & 9 too */
      		  /* ... but also 5, 6, 7 */
       		 filter: alpha(opacity=80);

       		 /* Older than Firefox 0.9 */
       		 -moz-opacity:0.8;

      		  /* Safari 1.x (pre WebKit!) */
       		 -khtml-opacity: 0.8;

      		  /* Modern!
      		  /* Firefox 0.9+, Safari 2?, Chrome any?
       		 /* Opera 9+, IE 9+ */
       		 opacity: 0.8;

			}
			
			
			
			
/* work page */

.featureImage
{
background-color:#CCFFCC;
height:auto;
min-height:100px;
width:960px;
font-size:40px;
			font-family: futura-pt,sans-serif;
}

/* work page */

			
			
			
	
.footer
	{
	border-top:1px solid #1e1e1e;
	padding-top:10px;
	height:auto;
	min-height:100px;
	width:960px;
	float:left;
	color: #292627;
	
	letter-spacing:2px;
			text-transform:uppercase;
			font-weight:500;
			font-family: monaco, sans-serif;
			font-size:10px;
	}
	.footer A:link {color: #292627; text-decoration: none} 
	.footer A:visited {color: #292627; text-decoration: none} 
	.footer A:active {color: #292627; text-decoration: none} 
	.footer A:hover {color: #1E1E1E; text-decoration: none} 	
	
	.footer-right
	{
	float:right;
	}
	
	.footer-right a
	{
		padding-left:3px;
		padding-top:2px;
		
	}
	
	
	.footer-right a:hover
	{
		
		background-color:#11CCEE;
		color: #FFFFFF;
	}
	
	
	
	
	.positioner
	{
	width: 100px;
	height: 100px;
	background-color:#585858;
	}
	
	.positioner_button
	{
	float:left;
	padding-left:12px;
	padding-top:12px;
	text-align:center;
	width: 27px;
	height: 27px;
	color:#FFFFFF;
	}
	
	.positioner_button a
	{
	
	color:#FFFFFF;
	}
	
	
	