body {
	background: #3B3A38 url('/www/images/bg_body.png') top repeat-x;
	margin: 0px;
	padding: 0px;
}

.w_outer {	width:776px; }
.w_mid {	width:746px; }
.w_inner {	width:716px; }

.m10 { margin:10px; }

.w_1 { width:518px; }
.w_2 { width:198px; }

.h120 { height:120px; }
.h200 { height:200px; }
.h100p { height:100% }

.bg_l, .cntOut { background:url("/www/images/bg_l.png") repeat-y left; }
.bg_r, .cntIn { background:url("/www/images/bg_r.png") repeat-y right; }

.cntOut { padding: 0 0 0 30px; }
.cntIn { padding: 0 30px 0 0; }

#body_cnt {
	margin:auto;
	overflow:auto;
}

#pageContent { 
	background: #2D2D2D;
	color: white;
}
#cnt_l_l {
	border-right:1px #777 solid;
	padding-right: 10px;
}

#pageContent, #pageContent a, #breadcrumbs, #breadcrumbs a {
	color:white;
}

a{ text-decoration:none; }
a:hover{ text-decoration: underline; }
a img { border: none; }