body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a
{
	color: #7ED250;
}

#container
{
	width: 980px;
	margin: 0 auto 0 auto;
	position: relative;
	min-height: 75px;
	background-color: #312D2E;
	position: relative;
	background-image: url('../images/layout/r_shadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	color: #FCFCFC;
}

#tl
{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../images/layout/tl.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#tr
{
	width: 23px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 1px;
	background-image: url('../images/layout/tr.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#bl
{
	width: 27px;
	height: 23px;
	position: absolute;
	bottom: -1px;
	left: 0px;
	background-image: url('../images/layout/bl.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#br
{
	width: 23px;
	height: 23px;
	position: absolute;
	bottom: -1px;
	right: 0px;
	background-image: url('../images/layout/br.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#bs
{
	width: 930px;
	height: 8px;
	position: absolute;
	bottom: -1px;
	left: 27px;
	background-image: url('../images/layout/b_shadow.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#contactus
{
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

#frog
{
	position: relative;
	left: 580px;
	bottom: 20px;
	padding: 0px;
	width: 1px;
	height: 1px;
}

#searchbox
{
	border: 1px solid #625D5D;
	padding: 5px;
}

#footer
{
	text-align: center;
	font-size: 90%;
	width: 90%;
	margin: 0 auto 0 auto;
	border-top: 1px solid #625D5D;
}

div.content
{
	float: right;
	padding: 8px;
	width: 740px;
	margin-right: 10px;
}

div.contactaddress
{
	float: right;
	width: 250px;
}

div.nav
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-top: 10px;
}

div.logo
{
	float: left;
	width: 266px;
	height: 173px;
}

div.tag
{
	float: right;
	width: 643px;
	height: 184px;
	background-image: url('../images/frogs.jpg');
	background-repeat: no-repeat;
	margin-right: 20px;
	text-align: center;
	font-size: 150%;
}

div.clear
{
	clear: both;
}

h1
{
	font-size: 150%;
}

h2
{
	font-size: 120%;
}

span.highlight
{
	color: #7ED250;
}

.small
{
	font-size: 80%;
}

th
{
	text-align: right;
}

td.end
{
	text-align: center;
}

p.error
{
	font-weight: bold;
	color: Red;
}

.searchlogo
{
	color:#312D2E;
}

a img
{
	border:none;
}

