@charset "utf-8";
/* CSS Document */

#frame {
	width:850px;
	margin:0 auto 0 auto;
	text-align:center;
/*	border:#FFF thick double;*/
	}

#left_col {
	float:left;
	width:158px;
	}

#right_col {
	float:right;
	width:680px;
	height:auto;
	border-left:#800000 solid;
	border-right:#800000 solid;
	margin:15px 2px 0 2px;
	}

#yourID.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
   /* border-bottom: 5px solid #ffffff; */
}