﻿body 
{
	background-color: #a9ae6c;
	margin: 50px auto;
	text-align: center;
	font-family: Verdana, helvetica, arial, Sans-Serif;
	font-size: 12px;
	color: #0a4d1c;	
}

h2
{
	font-size: 16px;
}

a
{
	text-decoration: none;
	color: #262e18;
	font-weight: bold;
}

img
{
	border: none;
}

.splash
{
	width: 950px;
	margin: 100px auto;
}

.jims a
{
	width: 420px;
	height: 220px;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
}

.botanica a
{
	width: 420px;
	height: 220px;
	float: right;
	display: block;
	position: relative;
	overflow: hidden;
}

.jims a:hover
{
	width: 420px;
	height: 220px;
	float: left;
	display: block;
	position: relative;
	text-indent: -420px;
}

.botanica a:hover
{
	width: 420px;
	height: 220px;
	float: right;
	display: block;
	position: relative;
	text-indent: -420px;
}
