body{
	font: 0.8em "Tahoma",sans-serif;
	background: #FFF;
	color: #000;
	text-align: center;
}
#invisible{
	width: 800px;
	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;
}

#invisible h1{
	background: url(images/header2.jpg) no-repeat top left;
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1em;
	border-bottom: 1px #000 solid;
}
#invisible h1 span{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font: normal normal 1.1em "Trebuchet MS",sans-serif;
	color: #FFF;
}


h2{
	font-size: 1.8em;
	font-family: "Georgia",serif;
	font-weight: normal;
}

h3{
	font: normal normal 1.6em "Georgia",serif;
	margin: 0;
	padding: 0;
}

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;
}
div.rowc{
	margin: 0 10px;
	float: left;
	width: 246px;
}
div.rowr{
	padding-left: 10px;
	float: left;
	border-left: 1px #999 solid;
	width: 256px;
}
div.rowbigl{
	padding-right: 10px;
	float: left;
	border-right: 1px #999 solid;
	width: 550px;
}
div.rowbigr{
	margin: 0 10px;
	float: left;
	width: 200px;
}

.articleimgR {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.articleimgL {
	float:left;
	padding:5px;
	border:1px solid #eeeeee;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.footer{
	text-align: center;
	font: 0.8em "Georgia",serif;
}


p{
	line-height: 1.7em;
}
.price{
	text-align: right;
	font: 1.3em "Georgia",serif;
	display: block;
}

a:link, a:visited{
/*	color: #35A7E3;*/
	color: #676767;

	text-decoration: none;
}
a:hover{
/*	color: #3585B8;*/
	color: #679F9F;
	text-decoration: underline;
/*	font-style: italic;*/
}


/* Removed hover color to have consistent formatting
a:visited{
	color: #85676F;
}
*/
