﻿
html{
height:100%;
overflow-y:scroll;
background:#000;
}
body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#000;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size:95%;
	font-family:"Times New Roman",Georgia,Serif;
height:100%;         
         letter-spacing:1px;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-shadow-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-arrow-color: #fff;
scrollbar-track-color: #000;
scrollbar-darkshadow-color: #000;

    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:none;
		text-decoration:underline;
	}
    h1 {
    
        margin:0 0 .2em 0;

        padding:0;
        color:#fff;
        font-weight:300;
        
    }
    
    h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
        color:#aaa;
        font-size:1.2em;
        text-decoration:none;
        font-weight:normal;
        }
    
    p {
        margin:.4em 0 .8em 0;
        padding:0;
         color:#fff;
         font-size:1.1em;
         
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:960px;
        position:absolute;
        top:5px;
        z-index:100;
    }
	#header {
		border-bottom:0px solid #000;
		text-align:center;
		background:url('http://www.fridashow.com/fridaschrift350x78.gif') no-repeat center top;
		padding-top:85px;margin-top:5px;
			}
			
			
    #header2 {
        clear:both;
        float:left;
        width:960px;
        position:absolute;
        top:20px;
        z-index:100;
    }
	#header2 {
		border-bottom:0px solid #000;
		text-align:center;
		background:url('http://www.fridashow.com/fridaschrift2.gif') no-repeat center top;
		padding-top:90px;margin-top:15px;
			}			
			
			
			
			
			
			
			
			
			
			
			
	#body p,
	#body h2 {
	  
	    padding:.1em 15px 0 15px;
        margin:0;
        color:#fff;
        font-size:1.1em;
	}
	
#body h1{
	 
	font-size:26px;font-weight:normal;letter-spacing:8px;
	    padding:0em 12px 0.2em 12px;
        margin:0;color:#e10101;
	}
#centeredmenu {
   float:left;
   width:100%;
   background:none;
   border-bottom:0px solid #000;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {

	 font-family:"Times New Roman",Georgia,Serif;
	font-size:20px;font-weight:normal;
	letter-spacing:1px;
   display:block;
   margin:0 0 0 1px;
   padding:3px 3px;
   background:none;
   color:#dcdcdc;
   font-weight:thin;
   text-decoration:none;
   line-height:1em;
}
#centeredmenu ul li a:hover {

	 font-family:"Times New Roman",Georgia,Serif;
	font-size:20px;font-weight:normal;
	letter-spacing:1px;
   background:none;
   color:#333333;
   font-weight:thin;
   text-decoration:none;
   line-height:1em;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {

	 font-family:"Times New Roman",Georgia,Serif;
	font-size:20px;
	letter-spacing:1px;
   color:#333333;
   background:none;
   font-weight:thin;
   text-decoration:none;
   line-height:1em;
}


	

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 1 column full page settings */
	.fullpage {
	    background:#000;
	}
	.fullpage .col1 {
        margin:0 0px;margin-top:20px;
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;

		border-top:0px solid #aaa;
    }
    #footer p {
        padding:10px;
        margin:0;
        text-align:center;
    }
    
    body {
   text-align:center;
}
#fixed {
   margin:0 auto;
   width:960px;   /* you can use px, em or % */
   text-align:left;
}