

/* css for content full ----------------------------------------------------------------------------------------- */
#content-full {
	position: relative;
	padding: 0;
	margin: 0;
	width: 880px;
	clear: both;
	}
#content-top-full {
	position: relative;
	margin: 5px 0 0 0;
	width: 135px;
	height: 5px;
	line-height: 5px;
	clear: both;
	overflow: hidden;
	background: url(../images/bg-top2.gif) no-repeat;
	}
#content-bottom-full {
	position: relative;
	width: 135px;
	height: 5px;
	line-height: 5px;
	clear: both;
	overflow: hidden;
	background: url(../images/bg-bottom2.gif) no-repeat;
	}




/* css for content left ----------------------------------------------------------------------------------------- */
#content-left-full {
	position: relative;
	padding: 15px 5px 0 0px;
	width: 135px;
	min-height: 255px;
	background: url(../images/bg-content2.gif);
    }
#content-left-full a,
#content-left-full a:visited {
	padding: 0 10px 0 10px;
	width: 114px;
	height: 19px;
	display: block;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	}
#content-left-full a:active,
#content-left-full a:hover {
	text-decoration: none;
	}
#content-left-full a#on,
#content-left-full a#on:visited {
	padding: 0 10px 0 10px;
	width: 114px;
	height: 19px;
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #001624;
	text-decoration: none;
	}
#content-left-full a#on:active,
#content-left-full a#on:hover {
	text-decoration: none;
	background: none;
	}



/* css for headers  --------------------------------------------------------------------------------------------- */
#header-left-full {
	position: relative;
	padding: 20px 5px 5px 20px;
	width: 135px;
	overflow: hidden;
	float: left;
    }
#header-right-full {
	position: relative;
	padding: 20px 20px 5px 0;
	width: 700px;
	overflow: hidden;
	float: right;
    }
