/*
Name:        home.css
Author:      Kyle Brickman, Kurt Jull
Description: Automaticall generated CSS layout definitions
Created:     18 January 2010
Notes:       This file should contain ONLY definitions for the base microsite template
*/

@media all
{
	body
	{
		
		background-image:    url( '/images/sites/piff33/bg_homeRepeat1.jpg' );
		background-position: top left;
		background-repeat:   repeat-x;
	}
	
	div.layPage
	{
		
		
		
		
	}
	
	div.layHeader
	{
		
		background-image:    url( '/images/sites/piff33/bg_calendar.png' );
		background-position: top right;
		background-repeat:   no-repeat;
		
		font-size:           20px;
		
	}
	
	td.layNavigation
	{
		
		background-image:    url( '/images/sites/piff33/bg_nav.png' );
		background-position: top center;
		background-repeat:   no-repeat;
		
		
		color:               #333333;
		height:              500px;
	}
	
	td.layContent
	{
		
		background-image:    url( '/images/sites/piff33/bg_homeContent.jpg' );
		background-position: top left;
		background-repeat:   no-repeat;
		
		font-size:           11px;
		color:               #ffffff;
		height:              500px;
		
		padding:             104px 64px 0px 446px;
		width:               352px;
		
		height:              396px;
		
		
		
	}
	
	div.laySocial
	{
		
		
		
		
		
		
		
	}
	
	div.layFooter
	{
		
		
		
		
		
		
		
	}
	
	td.layNavigation a
	{
		
		
		color:           #333333;
		
	}
	
	td.layNavigation a:hover
	{
		color:           #000000;
		text-decoration: underline;
	}
	
	td.layContent a
	{
		
		font-size:       10px;
		color:           #ffffff;
		text-decoration: underline;
	}
	
	td.layContent a:hover
	{
		color:           #ffffff;
		text-decoration: underline;
	}
	
	div.laySocial a
	{
		
		
		
		
	}
	
	div.laySocial a:hover
	{
		
		
	}
	
	div.layFooter a
	{
		
		
		
		
	}
	
	div.layFooter a:hover
	{
		
		
	}
	
	h1
	{
		
		font-size:   18px;
		color:       #fff200;
	}
	
	
	h1 div.sub
	{
		font-size: 16px;
	}
	
	
	h2
	{
		
		font-size:   12px;
		
	}
	
	
	h2 div.sub
	{
		font-size: 10px;
	}
	
	
	h3
	{
		
		font-size:   8px;
		
	}
	
	
	h3 div.sub
	{
		font-size: 6px;
	}
	
	
	table.listing
	{
		width: 374px;
	}
	
	table.calendar
	{
		left: -456px;
	}
	
	table.sponsors
	{
		width: 374px;
	}
}

