#content {
  width:560px;
  margin:0 auto;
  text-align:left;
  }
#main {
  width:400px;
  float:left;
  margin:15px 0 0;
  padding:0 0 10px;
  color:#000;
  font-size:97%;
  line-height:1.5em;
  }
#sidebar {
  width:145px;
  float:right;
  margin:5px 0 0;
  font-size:97%;
  line-height:1.5em;
  }
						
#sidebar a:link  {color: #A08468; text-decoration: underline;}
						
#sidebar a:visited  {text-decoration: none; color: #646468} 						
						
#sidebar a:hover	{background-color: #A08468; color:#F2F2F5;
									text-decoration: none;}				
	
	
/* Sidebar Boxes
----------------------------------------------- */
.box {
  margin:0 0 15px;
  padding:10px 0 0;
  color:#666;
  }
.sidebar-title {
  margin:0;
  padding:0 0 .2em;
  border-bottom:1px dotted #c0c0c0;
  font-size:115%;
  line-height:1.5em;
  color:#333;
  }
.box ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.box ul li {
  background:url("http://www.blogblog.com/rounders/icon_arrow_sm.gif") no-repeat 2px .25em;
  margin:0;
  padding:0 0 3px 16px;
  margin-bottom:3px;
  border-bottom:1px dotted #c0c0c0;
  line-height:1.4em;
  }
.box p {
  margin:0 0 .6em;
  }
