/*  STYLE SHEET
  * Artring inc
  * update 2007.4.10
*/

/* Suggested order:
	display
	list-style-type
	position
	float
	clear
	width
	height
	margin
	padding
	border
	background
	color
	font
	text-decoration
	text-align
	vertical-align
	white-space
	other text
	content
 *
 */

div#header {
	display:block;
	width:760px;
	height:190px;
	margin:0px auto 10px auto;
	padding:0px;
	}
	
td.tds {
	width:550px;
	height:30px;
	margin:0;
	padding:auto 0px auto 0px;
	background:#F7F7E7;
	text-indent:10px;
	border-top:1px solid #CECF9C;
	border-bottom:1px solid #CECF9C;
	font-weight:bold;
	font-size:14px;
	color:#9C3000;
	}

div#mf {
	display:block;
	background:#EFEFEF;
	padding:10px 0px 15px 0px;
	text-align:center;
	border:1px solid #dfdfdf;
	}
div#mf table{
	display:block;
	margin:0px auto 0px auto;
	}
div#mf td {
	font-size:small;
	text-align:left;	
	}