body { 
	background-color:#599a2b;
	margin:0; 
	padding:0; 
	border:0px solid #fff; 
}
div#frameWrap {
	background:#56AE33 url('./images/bg.jpg') no-repeat;
	top:0;
	height:1008px;
	width:1474px;
	z-index:-3;
	position:fixed;
}

div#frame { 
	height:100%;
	width:896px;
	margin:0px auto 60px auto;
	padding:0px;
}

/* Row 1 : head */
div#frameHead { 
	margin:0 0px 0px 0;
	padding:0;
	width:896px;
	height:134px;
}
div#head {
	z-index:2000; 
	position:relative;
	background-color:transparent;
	padding:0 11px 0 0;
	height:123px;
	width:896px;
}
div#head #logo { 	width:97px;
	height:123px;
	padding-right:23px;
	background-image:url(./images/xxlogo.png);
	background-repeat:no-repeat;
}
div#head #logo img { display:inline; }
div#head #rs {
	margin:0 10px 0 0px;
	width:766px;
}
div#head #navTop {
	padding-top:4px;
	height:20px;
	text-align:right;
}
div#head #tagline {
	padding-top:20px;
	height:54px;
	text-align:center;
	background-image:url(./images/xxtagline.png);
	background-repeat:no-repeat;
	background-position:113px 20px;
}
div#head #navMain {
	padding-top:0px;
	height:25px;
	z-index:2;
}


/* Row 3 : foot background:#1A3F0B; background-color:transparent; */
div#frameFoot { 
	background:#1A3F0B;
	width:880px;
	height:35px;
	margin:0 8px 0px 8px;
}
div#foot {
	padding:9px 20px 0px 20px;
}
div#foot #nav { float:left;
	width:230px;
	padding-top:2px;
	border:0px solid #fff;
}
div#foot #legal { float:right;
	overflow:hidden;
}
div#frameFootRoundedCorners {
	background:url('./images/bgFoot.png') no-repeat;
	background-position:0 0px;
	height:6px;
	margin:0 8px 0px 8px;
}
