/* CSS Document */
@import "main_css.css";

/* Sub Navigation */
#co_head_navi_outer {
	width: 800px;
  height: 20px;
	float: left;
}
#co_head_navi_inner {
	border: 0px solid #000000;
  margin: 0px;
}
#co_head_navi_buttons{
  height:20px;
  vertical-align:left;
	background: #FF9999;
/*   line-height:17px; */
}

/* center content collumn */
#co_content_outer{
	float: left;
  /* border: 1px solid black; */
  background-color:#FFFFFF;
  width:510px !important;
  width:454px;
}

#co_content_inner{
  padding-top: 29px;
  padding-left: 56px;
  border: 0px;
}

/* right image collumn */
#co_img_outer{
	display:inline;
  /* border: 1px solid black; */
  float: left;
  background-color:#FFFFFF;
  width:260px !important;
  width:210px;
}

#co_img_inner{
  padding-top:30px;
  padding-left:50px;
  border: 0px;
  text-align:right;
  background: url(../images/home1.jpg) no-repeat;
}
