
div#container {
		width:970px;
		margin:0 auto;
		}

				div#header{
						margin: 0 auto;
						}		
				div#wrapper{
						float:left;
						width:970px;
						
						}

									div#left{
											float:left;
											width:160px;
											margin-left:10px;
											}
									html>body div#left{
											margin-left:20px;
											}	
									
									
									div#content{
											float:left;
											width: 590px;
											}		
									div#right{
											float:left;
											width:160px;
											}
				

				
div#footer{
		clear:left;
		width:970px;
		margin:0 auto;
		}



	div#header{
			margin:0; 
			padding:0;
			border:0;
			height: 155px;
			background-image: url('../images/bg-top.png');
			background-repeat: no-repeat;
			background-position: top;
			}

	div#wrapper{
			background-image: url(../images/bg-wrapper.png);
			background-repeat: repeat-y;
			background-position:  top;
			}		
			div#content{
					padding: 10px; 
					line-height: 150%;
					}
	
			div#right{

					}

div#footer{text-align: right; background: url('../images/bg-footer.png') top no-repeat;color:white;font-size:11px;/*margin-left:-2px;*/}


div#footer a {color:white;}			
			

