#body
{
	width:1016px;
	margin:7px auto 0px auto;
}
#body_top_shadow
{
	width:100%;
	height:17px;
	background:url(../img/top_shadow.png) left top no-repeat;
}
#body_bottom_shadow
{
	clear:left;
	width:100%;
	height:17px;
	background:url(../img/bottom_shadow.png) left bottom no-repeat;
}
#body_wrap
{
	background:url(../img/center_shadow_repeat.png) left top repeat-y;
	padding:0px 8px;
	float:left;
}
#body_container
{
	background:white;
}

.main #footer
{
	height:230px;
}

#body_content_wrap
{
	margin:0px 24px;
	background:#007a76 url(../img/logo.jpg) left top no-repeat;
}
#body_content
{
	width:952px;
}
#right
{
	margin-left:173px;
    padding-left:5px;
	float:left;
	display:inline;
	background:white;
}

div.error
{
	margin-top:12px;
	padding:10px;
	margin-right:15px;
	border:2px solid red;
	color:red;

}