
div#container {
		width:970px;
		margin:0px auto;
		}

				div#header{
					/*	margin: 0px auto;
						width:970px;*/
						}		
				div#wrapper{
						float:left;
						width:970px;
						
						}

									div#left{
											float:left;
											width:160px;

											}
		
									
									div#content{
											float:left;
											width: 590px;
											}		
									div#right{
											float:left;
											width:160px;
											}
				

				
div#footer{
		clear:left;
		}



	div#header{
			margin:0; 
			padding:0;
			border:0;
			height: 116px;

			}

	div#wrapper{


			}		
			div#content{
					padding: 10px; 
					line-height: 150%;
					}

			div#left{
					line-height: 150%;
					}
						
			div#right{
					line-height: 130%;
					}

div#footer{text-align: center; ;color:#f00;font-size:11px;}
div#footer a {color:#f00;}			
			

