/* Layout Stylesheet */ 



		#header
		{
			
            background-image: url(logo.jpg);
			border-bottom: 0px solid #000;
			border: 0px solid #000;
			width:100%;
			height:143px;
		}
		
		
		#nav
		{
			background-image: url(../images/bak.gif);
	        border: 1px solid #eee;
            width: 958px;
			height: 34px;
			padding-left: 0px;
		}  
		
		#container
		{
			background-color: #ffffff;
         
            width: 100%;
            height: 100%;
            padding: 0px;
            border-bottom: 0px solid #aaa;
        }
        
        
        #top
		{
			background-color: #ffffff;
			background-image:  url(images/background.jpg);
          
            border-left: 0px solid #aaa;
			border-right: 0px solid #aaa;
			border-bottom: 0px solid #aaa;
            border-top: 0px solid #aaa;
            width: 900px;
            height: 370px;
            padding: 0px;
        }
		
		
		
        
             #bar
		{
			background-color: #ffffff;
            text-align: left;
            border-left: 0px solid #ccc;
			border-right: 0px solid #ccc;
			border-bottom: 0px solid #ccc;
            border-top: 0px solid #ccc;
            width: 900px;
            height: 160px;
            padding: 0px;
        }
        
              #stripe
		      {background-image: url(../images/strip.gif);
            text-align: left;
        
            width: 100%;
            height: 22px;
            padding: 0px;
        }
        
        
                #content
		{
			background-color: #ffffff;
            text-align: left;
            border-left: 0px solid #ccc;
			border-right: 0px solid #ccc;
			border-bottom: 0px solid #ccc;
            border-top: 0px solid #ccc;
            width: 100%;
            height: 320px;
            padding: 0px;
        }
        
        	#footer
		{
			background-color: #ffffff;
            border-top: 0px solid #dedede;
			border-right: 0px solid #aaa;
			border-bottom: 0px solid #aaa;
            width: 880px;
			height: 40px;
			padding: 0px;
            margin-bottom: 20px;
            
		}  
        
        #container2
		{
			background-color: #fff;
			background-image:  url(images/background.jpg);
			background-repeat: repeat-y;
            text-align: left;
            border-left: 1px solid #aaa;
			border-right: 1px solid #aaa;
			border-bottom: 0px solid #aaa;
            width: 805px;
            padding: 20px;
        }
		
	
        #left
		{
			float: left;
			width: 191px;
            height: 420px;
            background-color: #e6e5e1;
			margin: 0px;
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			border-left: 1px solid #aaa;
			font-family: Arial, Helvetica, sans-serif;
        	font-size: 12px;
        	color: #555555;
            line-height:1.5em;
		}
        
            #middle
		{
			float: left;
			width: 548px;
            height: 382px;
            background-color: #fff;
			margin: 0px;
			border-left: 1px;
            padding-left: 20px;
			padding-right: 30px;
			padding-top: 18px;
			padding-bottom: 20px;
			border:0px solid #222222;
			font-family: Arial, Helvetica, sans-serif;
        	font-size: 12px;
        	color: #555555;
            line-height:1.5em;
		}
        

		
        
   
		
		#right
		{
			float: right;
			width: 42px;
            height: 420px;
            background-color: #bfa16f;
			margin: 0px;
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			border-right: 1px solid #aaa;
			font-family: Arial, Helvetica, sans-serif;
        	font-size: 12px;
        	color: #555555;
            line-height:1.5em;
		}
        
        	
		#rightred
		{
			float: right;
			width: 42px;
            height: 4200px;
            background-color: #a11f1f;
			margin: 0px;
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			border:0px solid #222222;
			font-family: Arial, Helvetica, sans-serif;
        	font-size: 12px;
        	color: #555555;
            line-height:1.5em;
		}
        
        	#rightbrown
		{
			float: right;
			width: 42px;
            height: 420px;
            background-color: #a11f1f;
			margin: 0px;
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			border:0px solid #222222;
			font-family: Arial, Helvetica, sans-serif;
        	font-size: 12px;
        	color: #555555;
            line-height:1.5em;
		}
		
        
     
		
		
		#footer1
		{
			clear: both;
			text-align: right;
			font-family: Arial, Helvetica, sans-serif;
        	font-size: 10px;
			color: #444;
     		border-bottom: 1px solid #aaa;
			border-left: 1px solid #aaa;
			border-right: 1px solid #aaa;
			width: 845px;
			height: 8px;
			background: #ddd;
			
		}
		
		#footer2
		{
			clear: both;
			text-align: right;
			font-family: Arial, Helvetica, sans-serif;
        	font-size: 10px;
        	color: #ccc;
			border-bottom: 1px solid #aaa;
			border-left: 1px solid #aaa;
			border-right: 1px solid #aaa;
			width: 845px;
			height: 50px;
			background: #444;
			
		}

