/*  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;
	}
	
div#lmdiv {
	display:block;
	clear:left;
	width:560px;
	margin:0px auto 20px auto;
	padding:0px;
	clear:all;
	}
	
div.lcmenu {
	display:block;
	float:left;
	width:175px;
	height:20px;
	margin:0px 4px 4px 0px;
	padding:2px;
	background:#ffffff;
	border:1px solid #bbbbbb;
	border-top:3px solid #ff6633;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	}
div.lcmenu a{
	display:block;
	width:175px;
	height:20px;
	text-decoration:none;
	color:#712E17;
	}
div.lcmenu a:hover{
	display:block;
	width:175px;
	height:20px;
	background:#FFE1D7;
	color:#712E17;
	text-decoration:none;
	}
