/* not4me main stylesheet 2010*/


html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;

	/*background: url('images/bg_caterpillar_top.png') no-repeat fixed center top #6C0101;*/
	background-color: #6C0101;
	font-family: trebuchet ms, helvetica, sans-serif;

}

body, p, div, table tr td, table tr th {
	/*text-align: left;*/
	vertical-align: top;
}


div#bg_wrap {
	width: 1024px;
	height: auto;
	margin: auto;
	top: 0px;
	background: url('../images/caterpillar_bg_full.png') no-repeat fixed center top transparent;
	border: none;
}

#main_wrap {
	position: relative;
	width: 994px;
	height: auto;
	margin:auto;
	border: none;
	/*overflow-x: hidden;
	overflow-y: auto;
	*/
}

div#header {
	position: relative;
	height: 80px;
	top: 15px;
	right: 186px;
	z-index: 100;
}

div#header a {
	width: 100%;
	height: 100%;
}

div#header img {
	position: relative;
}

div#content_wrap {
	position: relative;
	width: 674px;
	height: 100%;
	top: 20px;
	right: -140px;
	border: none;
	background: transparent;
}

#content_block {
	min-height: 730px;
	padding: 15px 50px 10px 70px;
	top: 0px;
	right: 0px;
	display: block;
	position: relative;	
	text-align: left;
	background-color: #F1F0E8;
	opacity: 0.99;
	border: solid 2px;
	z-index: 1;
	/**/
}


#page_header img {
	
}

#content_header {
	display: block;
	height: 70px;
} 

#content_header img {
	height: 70px;
	padding-top: 0px;
	padding-left: 0px;
}


#content_block h1, h2, h3, p {
	padding: 6px 0px;
}

#content_block h1 {
	font-size: 150%;
	font-weight: bolder;
	color: #000000;
}

#content_block h2 {
	font-weight: bold;
	font-size: 150%;
	text-indent: -10px;
}

#content_block h3 {
	font-size: 115%;
	
]



.clearfoot {
	clear: both;
	height: 45px;	
}

#foot {
	height: 45px;
	position: relative;
	width: 100%
	
}

#foot img {
	display: block;
	position: absolute;
	bottom: 0px;
	right: -15px
}

