
div#container {
		width:970px;
		margin:0 auto;
		}

				div#header{
						margin: 0 auto;
						}		
				div#wrapper{
						float:left;
						width:970px;
						
						}

									div#left{
											float:left;
											width:250px;
											margin-left:8px;
											}
									html>body div#left{
											margin-left:18px;
											}	
									
									
									div#content{
											float:left;
											width: 675px;
											}		
									div#right{
											float:left;
											width:50px;
											}
				

				
div#footer{
		clear:left;
		width:930px;
		margin:10px auto;
		padding-top:10px;
		}



	div#header{
			margin:0; 
			padding:0;
			border:0;
			height: 293px;
			background-image: url('bg-top.png');
			background-repeat: no-repeat;
			}

	div#wrapper{
			background-image: url(bg-wrapper.png);
			background-repeat: repeat-y;
			background-position:  top;
			}		
			div#content{
					padding: 8px; 
					padding-top:0px;
					line-height: 150%;
					}
	
			div#right{

					}

		
			

div#footer{
		text-align: left; 
		color:white;
		font-size:11px;	
		}
div#footer a {color:white;}			

div#header, div#header a {color:white; text-decoration: none; font-size:11px;}			
div#header a:hover {color:#E8D1BA;}			