/* 
JCC Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */




@import url("/css/nav-vertical.css");


/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;  
    }
	
    div#page {
        width: 950px;
        margin:  0 auto;
        padding: 0;
		position: relative;
		
        
   	}
	
    
    /* HEADER */
		div#header {
			height: 29px;
			width: 935px;
			position: relative;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding-top: 30px;
			padding-right: 15px;
			text-align: right;

		}
		
		 /* extra2 */
			
			div#extra2{
				position:absolute;
				top:30px;
				left: 260px;
				
			}	
						
		div#search {
			float: right;
			width: 49%;
			margin: 0;
			padding: 16px 20px 0 0;
			text-align: right;
		}


			div#branding {
				position:absolute;
				top:40px;
				left: 50px;
			}

    /* CONTENT */
		div#content {
			width: 950px;
			height:100%; 
			position: relative;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding: 0px;
			padding-bottom: 30px;
		}
		
	 /* BANNER */   
    div#banner {
		padding: 0px;
		text-align: center;
		width: 620px;
		height: 150px;
		position:absolute;
		top: 10px;
		left: 260px;
		display: inline;
    }


    /* GALLERY */
			 
		div#gallery {
			height: 206px;
                         width:660px;
		}

		
        /* LAYOUT */
			div#layout {
				width: 950px;
				float: right;
				border-width: 0px;
				
 
			}
			
		 /* CLEAR */
			div#clear {
				clear: both;				
			}
			
			
		
        /* MAIN */
			div#main {
				width: 927px;
				border-width: 0px;
			
			}

		
 /* Display: NONE*/


 div#sub1, div#sub2, div#local{	
	    
          display: none;
          border-width: 0px;

	}


        
    /* FOOTER */
		div#footer {

			bottom: 0px;
			width: 950px;
			min-height:150px; 
			position: relative;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding-top: 40px;
			clear: both;	
			}
	
	/*COUNTDOWN*/			
	


	
/* END LAYOUT */




