﻿body 
{
	background-image:url(../../images/BG.jpg);
	background-repeat:repeat-x;
	font-size:medium;
	font-family:Arial;
}

a:link              { color:#3A873A; text-decoration:underline; }
a:visited           { color:#3A873A; text-decoration:underline; }
a:hover             { color:#275A27; text-decoration:underline; }
a:active            { color:#A9DAA9; text-decoration:underline; }

#masterpage
{
	width:100%; 
	text-align:center; 
	margin-top:-15px;
}

#header
{
	width:100%;
	height:215px;
	background-image:url(../../images/Header.jpg);
	background-position:right;
	border-left:solid 1px #C0E4C0;
	border-right:solid 1px #A2AF8F;
}

#content
{
	width:100%;
	min-height:395px;
	border-left:solid 1px #C0E4C0;
	border-right:solid 1px #A2AF8F;
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:30px;
}

#leftmenu
{
	float:left;
	width:186px;
	height:200px;
	margin-left:5px;
	margin-right:9px;
	margin-top:20px;
}

#innercontent
{
	float:left;
	width:600px;
	min-height:395px;
	margin-right:9px;
}

#rightmenu
{
	float:left;
	width:186px;
	height:200px;
	margin-top:-2px;
}

#footer
{
	width:100%;
	height:20px;
	background-image:url(../../images/Footer.jpg);
	border-left:solid 1px #C0E4C0;
	border-right:solid 1px #A2AF8F;
	text-align:center;
	font-family:Arial;
	font-size:x-small;
}

#subfooter
{
	width:1000px;
	height:20px;
	text-align:right;
	font-family:Arial;
	font-size:x-small;
	margin-top:3px;
}

#pagecontent
{
	width:600px;
	margin-top:0px;
}

#affiliatesheader
{
	width:180px;
	height:18px;
	background-image:url(../../images/AffiliatesHeader.jpg);
	margin-bottom:5px;
}
