body{
	font: 1.0em "Tahoma",sans-serif;
	background: #FFF;
	color: #000;
	text-align: center;
}
#invisible{
	width: 850px;
	margin: 2em auto;
	text-align: left;
}

#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: 10px;
	line-height: 14px;
	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;
	background: url(images/tab_rounded.gif) no-repeat bottom center;
}

h1{
	background: url no-repeat top left;
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1em;
	border-bottom: 1px #000 solid;
}
h1 span{
	position: absolute;
	bottom: 10px;
	right: 510px;
	font: normal normal 2.0em "Trebuchet MS",sans-serif;
	color: #0DAB22;
}

h2{
	font-size: 1.5em;
	font-family: "Georgia",serif;
	font-weight: normal;
}

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

div.rowl{
	width: 256px;
	padding-right: 10px;
	float: left;
	border-right: 1px #999 solid;
	overflow : auto;
}
div.rowc{
	margin: 0 10px;
	float: left;
	width: 256px;
	overflow : auto;
}
div.rowr{
	padding-left: 10px;
	float: left;
	border-left: 1px #999 solid;
	width: 256px;
	overflow : auto;
}
h3{
	font: normal normal 1.6em "Georgia",serif;
	margin: 0;
	padding: 0;
}
p{
	line-height: 1.7em;
}
.price{
	text-align: right;
	font: 1.3em "Georgia",serif;
	display: block;
}

a:link{
	color: #35A7E3;
	text-decoration: none;
}
a:hover{
	color: #3585B8;
	text-decoration: underline;
	font-style: italic;
}
a:visited{
	color: #85676F;
}