@charset "UTF-8";

#content {
	background-image:url(../images/gray_theme/content_gray_background.png);
	padding-left:40px;
	padding-bottom:10px;
}

#content_1col {
	background-image:url(../images/gray_theme/content_gray_background.png);
	padding-left:40px;
	padding-bottom:10px;
	color:#FFF;
	padding-right:200px;
	margin-top:-20px;
	padding-top:20px;
}

#contentheader {
	position:relative;
	min-height:20px;
	background-image:url(../images/gray_theme/content_gray.png);
	background-position:0px 0px;
}

#contentfooter {
	position:relative;
	min-height:50px;
	background-image:url(../images/gray_theme/content_gray.png);
	background-position:bottom;
}

