/* ------------------------------------------------------------------ */
/* --- Author: [mp] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
* { margin:0; padding:0}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%; /* needed for world min-height */
	background-image: url(/images/body_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.clear {
	clear: both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0; padding:0;
}
/* ------------------------------------------------------------------ */
/* --- Layout [world] ----------------------------------------------- */
/* ------------------------------------------------------------------ */
#world {
	position:relative; /* needed for footer positioning*/
	margin:0;
	width:100%;
	min-width: 1260px;
	background-color: transparent;
	background-image: url(/images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
/* --- middle [world] ----------------------------------------------- */
#middle {
	height: 100%;
	padding-bottom:200px; /* bottom padding for footer */
}
#middle #m-holder {
	width: 100%;
	overflow: hidden;
}

/* --- left [m-holder] ---------------------------------------------- */
#m-left {
	display: none;
}
/* --- center [m-holder] -------------------------------------------- */
#m-center {
	float: left;
	width: 900px;
}
#logo {
	float: left;
}
#pimages {
}
#pimages div {
	float: left;
	width: 159px;
	margin-right: 10px;
}
#pimages div p {
	color: #FFFFFF;
	background-color: #96B215;
	line-height: 33px;
	text-align: center;
	margin:0; padding:0;
	font-size: 12px;
}
#m-header-text {
	float: right;
	width: 435px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}
#m-center #m-header {
	margin: 14px 30px;
	padding: 10px 0 16px 0;
	border-bottom: 4px solid #96B215;
}
#m-center #m-content {
	margin: 0 30px;
}
#m-content .coll1 {
	float: left;
	width: 410px;
}
#m-content .coll2 {
	float: right;
	width: 410px;
}
#m-center #m-footer {
	border-top:1px dotted #006600;
	height: 80px;
}
/* --- banner --------------------------------------------- */
#banner{
	float: left;
	margin-left:3px;
	margin-top:130px;
	margin-right:-40px;
}

/* --- right [m-holder] --------------------------------------------- */
#m-right {
	background-color: transparent;
	background-image: url(/images/right_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	float: right;
	width: 54px;
	padding-bottom: 3596px;
	margin-bottom: -3596px;
}

/* --- footer [world] ----------------------------------------------- */
#footer {
	clear: both;
	height: 200px;
	width: 100%;
	position:absolute;
	bottom:0; /* stick to bottom */
	background-color: transparent;
	background-image: url(/images/footer_bg.jpg);
	background-position: 283px bottom;
	background-repeat: no-repeat;
	text-align: left;
}
#footer #f-left {
	float: left;
	height: 182px;
	margin: 0 30px;
	border-top: 4px solid #96B215;
	padding-top: 14px;
	width: 840px;
	font-size: 12px;
	color:#666666;
}
#footer #f-left #f1 {
	float: left;
	width: 300px;
	border-right: 1px solid #999999;
}
#footer #f-left #f2 {
	float: left;
	padding-left: 15px;
	width: 395px;
}
#footer #f-left #f3 {
	float: right;
	width: 128px;
}
#footer #f-right {
	float: right;
	width: 54px;
	height: 200px;
	background-color: transparent;
	background-image: url(/images/right_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
}