
div#container {
		width:990px;
		margin:0 auto;
		}

				div#header{
						margin: 0 auto;
						}		
				div#wrapper{
						float:left;
						width:990px;
						
						}

									div#left{
											float:left;
											width:160px;
											margin-left:10px;
											}
									html>body div#left{
											margin-left:20px;
											}	
									
									
									div#content{
											float:left;
											width: 470px;
											}		
									div#right{
											float:left;
											width:300px;
											}
				

				
div#footer{
		clear:left;
		}



	div#header{
			margin:0; 
			padding:0;
			border:0;
			height: 111px;
			background-image: url('images/bg-top.png');
			background-repeat: no-repeat;
			}

	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: center; 
		background: url('images/bg-footer.png') top no-repeat;
		color:white;
		font-size:11px;
		margin-left:-2px;		
		}
html>body div#footer{
		margin-left:0px;
		}	
div#footer a {color:white;}			
