  body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}
  #wrapper {
		width:95%;
		margin:0px auto;
		border:1px solid #bbb;
		padding:10px;
		background-color: black;
	}
  #header {
		border:1px solid #bbb;
		height:50px;
		padding:0px;
		background-color: silver;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:0px;
      float:left;
	}
  #content-left {
  	   width:150px;
		border:0px solid #bbb;
		background-color: black;
	}
  #content-main {
		margin-left:10px;
		width:895px;
		border:1px solid #bbb;
		background-color: white;
	}
  #content-customs {
		margin-left:10px;
		width:895px;
		background-color: black;
		color: white;
	}
	#content-customs li {
	   list-style-type: none;	
	}
	
  #content-right {
		margin-left:10px;
		width:134px;
		border:1px solid #bbb;
		background-color: silver;
	}
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
      padding:10px;
      border:1px solid #bbb;
      width:98%;
      background-color: silver;
	}
  #bottom {
		clear:both;
		text-align:right;
	}
	.title {
		font-style: italic;
		font-weight: bold;
	}