/* CSS Document */
/* Layout Styles */
#wrapper,
#menu,
#headder,
#copyRight {
	width:797px;
}

#wrapper,
#menu,
#headder,
#body
#copyRight,
#title,
#greyBoxHeadder,
#footerLeftCnr,
#footer,
#footerRightCnr {
	overflow:hidden
}

#wrapper{
	background:#FFF;
	position:absolute;
	left:50%;
	margin: 21px 0 0 -398px;
	top: 1px;
}

#headder {
	height: 21px;
	background: #95c73c url(../images/body_greenHeadder.gif) 0 0 repeat-x;
}

#title {
	height:103px;
	background:#FFF url(../images/body_title.jpg) 0 0 no-repeat;
	padding: 29px 14px 0 0px;
}
#menu,
#greyBoxHeadder,
#flashHolder {
	height: 38px;
}

#menu {
	/*position:absolute;*/
	background: #000 url(../images/body_menuBackground.gif) 0 0 repeat-x;
	clear:both;
}
#greyBoxHeadder,
#flashHolder,
#body,
#greyBox,
#greenBox,
#rightBoxHolder {
	float:left;
}

#flashHolder,
#body
{
	width: 521px;
}

#bodyFull {
	width:100%;
}

#greyBoxHeadder {
	/*position:absolute;*/
	width:262px;
	background: #808081 url(../images/body_greyBoxHeadder.gif) 0 0 repeat-x;
}
#body,
#footer {
	background:#FFF;
}

#body {
}

#rightBoxHolder,
#greyBox {
	width:276px;
}

#greyBox {
	height:220px;
	background:#FFF url(../images/body_featureReleaseBox.jpg) bottom left no-repeat;
}
#greenBox,
#greenBoxFooter {
	background:#8fb551;
	width: 262px;
}
#greenBox{
	height:207px;
}
#greenBoxFooter {
	text-align:right;
	background:#8fb551 url(../images/body_leftBoxGreenCnrLeft.gif) 0 0 no-repeat;
}
#footerLeftCnr,
#footer,
#footerRightCnr {
	height:10px;
	float: left;
}

/*
#footerLeftCnr,
#footerRightCnr {
	width:10px;
}
*/
#footerLeftCnr {
	clear:both;
	background:url(../images/body_footerLeftCnr_fill.gif) 0 0 no-repeat;
	width:10px;
}

#footer {
	width:776px;
}
#footerRightCnr {
	width:11px;
	background:#434345 url(../images/body_footerRightCnr_fill.gif) 0 100% no-repeat ;
}

#copyRight{
	clear:both;
