/** private left **/

#left {
	background: url('/images/shade_filler.gif') repeat-y top right;
	width: 293px;
	position: absolute;
	left: 8px;
}

#left ul {
	list-style: none;
	padding: 0 0 13px 0;
	color: #1f34cf;
}

#left li {
	background: url('/images/line.gif') repeat-x top left;
	margin: 0 10px 3px 10px;
	padding: 5px 0 1px 10px;
}

#left li a,
#left li a:link,
#left li a:visited {
	color: #1f34cf;
	text-decoration:none;
}

#left li a:hover {
	color: #5b6cf4;
}

#left .temp_line {
	background: url('/images/line.gif') repeat top left; 
	height: 2px;
	margin: -12px 10px 3px 10px;
}

/** private right **/

#right {
	background: url('/images/sub_bg.gif') no-repeat top left;
	margin-left:293px;
	padding-bottom: 62px;
	min-height: 443px;
	height: auto !important;
	height: 443px;
}

#right h1 {
	font-size: 15px;
	color: #fff;
	padding: 42px 28px 0 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#right p {
	padding: 0 28px 0 28px;
	margin-bottom: 10px;
}

#right ul {
	list-style: none;
	margin-top: 20px;
}

#right li {
	background: url('/images/line.gif') repeat-x top left;
	margin: 0 60px;
	padding: 0 0 25px 0;
}

#right li h2 {
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #1f34cf;
}

#right li p {
	padding: 0;
}

#right a.gotop,
#right a.gotop:link,
#right a.gotop:visited {
	float: right;
}

#right .temp_line {
	background: url('/images/line.gif') repeat top left; 
	height: 2px;
	margin: -12px 20px 3px 10px;
}

#content-footer {
	background: url('/images/com_bottom.gif') no-repeat top left;
}

#content-header {
	border-bottom: 11px solid #3A69D1;
}

#content-header img {
	display: block;
}

#content_wrpr {
	background: #fff url('/images/com_bottom.gif') no-repeat right bottom;
}