@charset "utf-8";
/* CSS Document */
#content {
	clear:both; 
	width:920px;
	margin:0 auto;
	padding-left:30px;
}

#content_left {
	width:175px;
	height:300px;
	float:left;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	padding:10px 0 0 10px;
}


#content_right {
	width:720px;
                     float: right;
}

#link_nav {
	width:720px;
	float:right;
	padding-top:10px;
	font-size:11px;
}

