@charset "utf-8";
/* CSS Document */

#content{
	width: 985px;
	background-color: #fff;
	background-repeat: repeat-y;
	}
#content_top{
	background-color: #fff;
	height: 15px;
	background-repeat:no-repeat; 
	}
#content_body{
	padding: 20px 20px;
	}
#content_bottom{
	background-color: #fff;
	height: 15px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	}

p em{
	font-weight: bold;
	}
