body {
	background:url(../grfx/header.jpg) repeat-x #ccddc3;
	background-position: -10px 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 140%;
}

#shadow_top {
	background:url(../grfx/shadow_top.jpg) no-repeat;
	background-position: 0 0px;
	margin-left: auto;
	margin-right: auto;
	width: 814px;
	margin-top: 110px;

}

*:first-child+html #shadow_top {
	margin-top: -110px;
	background:url(../grfx/shadow_top.jpg) no-repeat;
}

* html #shadow_top {
	margin-top: -90px;
	background:url(../grfx/shadow_top.jpg) no-repeat;
}

#shadow {

	width: 814px;
	margin-left: auto;
	margin-right: auto;	
	background:url(../grfx/shadow.jpg)  repeat-y;



}

*:first-child+html #shadow {
	margin-top: 200px;
}

* html #shadow {
	margin-top: 200px;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	margin-top: -20px;

	margin-left: 6px;
	
}

*:first-child+html #shadow {

}

#logo {
	margin-top: -90px;
	margin-left: 530px;
	margin-right: 0px;
	position:absolute;
	
}

#content_wrapper {
	background:url(../grfx/content_bg.jpg) no-repeat #fbfafa;
	float: left;
		width: 748px;
	padding: 10px 25px 20px 25px;
	border-left: 1px solid #7b7c7b;
	border-right: 1px solid #7b7c7b;
	margin-top: -10px;
}

*:first-child+html #content_wrapper {
	margin-top: -20px;
}

* html #content_wrapper {
	position: relative;
	z-index: 1;
	margin-top: -20px;
	padding: 40px 25px 20px 25px;
}

#content {
	float: left;
	width: 490px;
	margin-left: 10px;
}

#internal_content {
	float: left;
	width: 700px;
	padding: 20px;
	
}

#right_panel {
	float: right;
	width: 240px;
	margin-right: -25px;
	margin-top: 30px;
}

#right_panel img {
	padding: 0 0 50px 0;
}

#footer {
	clear: both;
	background:url(../grfx/footer.jpg) no-repeat #ccddc3;
	width: 812px;
	height: 81px;
	text-align: center;
	margin-left: -6px;
	color: #fff; 
	padding: 15px 0 0 0;
	
}

* html #footer {
	margin-bottom: -18px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .ftcopy {
	line-height: 250%;
}
	
