
div#container {
		width:950px;
		margin:0 auto;
		}

				div#header{
						margin: 0 auto;
						}		
				div#wrapper{
						float:left;
						width:950px;
						
						}

									div#left{
											float:left;
											width:295px;
											margin-left:10px;
															width:0;
															visibility:hidden;
															display:none;
											}
									html>body div#left{
											margin-left:20px;
											}	
									
									
									div#content{
											float:left;
											width: 305px;
															width:600px;
											}		
									div#right{
											float:left;
											width:305px;
											}
				

				
div#footer{
		clear:left;
		}



	div#header{
			margin:0; 
			padding:0;
			border:0;
			height: 257px;
			background-image: url('images/bg-top.jpg');
			background-repeat: no-repeat;
			}

	div#wrapper{
			background-color: #000;
			background-image: url(images/bg-wrapper.png);
			background-repeat: repeat-x;
			background-position:  top;
			}		
			div#content{
					padding: 10px; 
					line-height: 150%;
					}
			div#left{
					line-height: 150%;
					padding-top: 10px; 
					}
	
			div#right{
					padding-top: 10px; 
					}

div#footer{text-align: center; background: url('images/bg-footer.png') top no-repeat;color:white;font-size:11px;}
div#footer a {color:white;}			
			

