div#container {
		width:808px;
		margin:0 auto;
		}

				div#header{
						margin: 0 auto;
						}		
				div#wrapper{
						float:left;
						width:808px;					
						}

									div#content{
											float:left;
											margin-left: 20px !important;
											margin-left: 10px;
											width: 558px;
											/*background-color: red;*/
											}		
									div#right{
											float:left;
											margin-left: 30px;
											width:160px;
											}

div#footer{
		clear:both;
											margin-left: 0px !important;
											margin-left: -1px;
		}



	div#header{
			margin:0; 
			padding:0;
			border:0;
			height: 214px;
			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{
					/*background-color: #FFFFFF;*/
					}

div#footer{text-align: center; background: url('images/bg-footer.png') top no-repeat;font-size:11px;}
div#footer a {}			
			


