/* CSS Document */
body {
	background-color:#A3C921;
	font-family:arial, helvetica, sans-serif
}
.holder {
	position:relative;
	left:0px;
	top:10px;
	width:900px;
	height:700px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.rightcontent {
	position:absolute;
	left:494px;
	top:71px;
	width:352px;
	height:552px;
	z-index:3;
	background-image:url(../images/Rcontent-blank.jpg);
	background-repeat:no-repeat;
}
.leftcontent {
	position:absolute;
	left:54px;
	top:71px;
	width:445px;
	height:534px;
	z-index:4;
	background-image:url(../images/Lcontent-blank.jpg);
	background-repeat:no-repeat;
	overflow:auto;
}

.leftinner {
	position:absolute;
	left:78px;
	top:92px;
	width:404px;
	height:468px;
	z-index:4;
	background-repeat:no-repeat;
	overflow:auto;
}



.Ldivider {
	position:absolute;
	left:5px;
	top:0px;
	width:49px;
	height:692px;
	z-index:2;
}

.Rdivider {
	position:absolute;
	left:846px;
	top:0px;
	width:62px;
	height:692px;
	z-index:2;
}


.nav {
	position:absolute;
	left:53px;
	top:0px;
	width:810px;
	height:62px;
	z-index:2;
}

a:link {
color: #000000;
}
a:hover {
color: #000000;
}
a:visited {
color:#333333;
}
a:active {color:#000000;}
