
div#container {
		width:950px;
		margin:0 auto;
		}

				div#header{
						margin: 0 auto;
						width:100%;
						
						}		
				div#wrapper{
						float:left;
						width:950px;
						
						}


									
									
									div#content{
											float:left;
											/*margin-left:10px;*/
											width: 610px;
											margin-right:10px;
											}		
									div#right{
											float:left;
											width:300px;

											}
				

				
div#footer{
		clear:left;
		width:920px;
		margin:0 auto;
		}



	div#header{
			margin:0; 
			padding:0;
			border:0;
			height: 100px;
			background-color:#000;
			background-image: url('images/bg-top.png');
			background-repeat: no-repeat;
			background-position: top;
			}

	div#wrapper{
			background-color: #fff;
			/*background-image: url(images/bg-wrapper.png);
			background-repeat: repeat-y;
			background-position:  top;*/
			}		
			div#content{
					background-color: #fff;
					padding: 10px; 
					line-height: 150%;
					}
	
	

					
			div#right, div#right TD {
					font-size: 11px;
					}

div#footer{
			text-align: right; 
			background-color:#999;
			/*background: url('images/bg-footer.png') top no-repeat;*/
			color:#fff;font-size:11px; 
			padding-right:30px;
			padding-top:10px;
			}
div#footer a {color:#eef;}			
			

