#container{
  overflow:hidden;
  width:700px;
  clear:both;
}
#content_left{
  width:349px;
  border-right:350px solid transparent; /* The width and color of #content_right*/
  margin-right:-350px; 
  float:left;
}
#content_right{
  width:350px;
  float:right;
  border-left:1px solid silver;
}
#head{
	background-image:url(images/resources_comp_head_100.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	padding-left:184px;
	height:100px;
	border-bottom:1px solid red;
}
#head h2{
	text-align:center;
	margin:0 0 0 -16px;
}
p {
	padding:5px 10px;
}
h2{
	margin:0;
	padding:0;
}
.content_bottom{
	border-top:1px solid silver;
	clear:both;
}
.tools{
	border-top:1px solid silver;
	padding:5px;
}
ul{
	margin:0;
}