body{
	font: 12px;
	background: #FFF;
	color: #000;
	text-align: center;
}
#invisible{
	width: 700px;
	margin: 12px auto;
	text-align: left;
	color: #333333;
}

#navigation{
	margin: 0;
	padding: 0 0 20px 15px;
}
#navigation li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#navigation a:link, #navigation a:visited {
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
}
#navigation a:link.active, #navigation a:visited.active, #navigation a:hover {
	color: #000;

}

h1{
	
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1em;
	border-bottom: 1px #000 solid;
	background-image: url(image/header.jpg);
}
h1 span{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font: normal normal 1.1em ;
	color: #FFF;
}

h2{
	font-size: 1em;
	font-family: ;
	font-weight: normal;
}

div.ruler{
	line-height: 0px;
	height: 16px;
	background: #DDD;
	font-size: 0px;
	margin: 10px 0;
	padding: 0;
}

div.rowl{
	width: 230px;
	padding-right: 10px;
	float: left;
	
}
div.rowr{
	width: 550px;
	padding-right: 10px;
	float: left;
	
}

div.rowf{
	width: 700px;
	padding-right: 10px;
	float: left;
	
}
div.rowv{
	width: 120px;
	padding-right: 10px;
	float: right;
	
}

h3{
	font: normal normal 1.6em ;
	margin: 0;
	padding: 0;
}
p{
	line-height: 1.7em;
}
.price{
	text-align: right;
	font: 1.3em ;
	display: block;
}

a:link{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: underline;
	font-style: italic;
}
a:visited{
	color: #5088DC;
}
