#wrapper {
	position: relative;
}
#navLeft {
	width: 175px;
	position: absolute; left: 12px;
	padding: 12px 4px;
	margin: 0 0 45px 12px;
	background-color: #ffeeaa; background-image: url('/images/bg_navLeft.gif'); background-repeat: repeat-x;
	border-radius: 11px;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .4);
}

.two { top: 139px; }
.three { top: 208px; }
#navLeft a { text-decoration: none; }

#pgBody {
	width: 800px; min-height: 400px;
	position: relative; left: 208px; top: -2px;
	background: #fff;
	padding: 0 0 30px 0;
	border: solid 3px #ddd;
	border-radius: 13px;
}

#wrapper_padded {
    padding:    5px 0 0 10px;
}

#nr-mkt-col1, #nr-mkt-col2, #nr-mkt-col3 {
	width: 258px; height: 426px;
	border: solid 1px #bbaa99;
	border-radius: 15px;
}
#nr-mkt-col1 p, #nr-mkt-col2 p, #nr-mkt-col3 p {
	text-align: center;
	margin: auto 12px;
	font-stretch: condensed;
}
#nr-mkt-col1 a {
	font-stretch: expanded;
}
#nr-mkt-col1 {
	width: 394px;
	background: #faf1ca;
	position: absolute; left: 1px; top: 1px;
	border-radius: 10px 0 0 10px;
}
/* #nr-mkt-col1 {
	background: #faf1ca;
	position: absolute; left: 1px; top: 1px;
	border-radius: 10px 0 0 10px; 
} */
#nr-mkt-col1:hover {
	background: #fdf8d0;
}
#nr-mkt-col2 {
	width: 397px;
	background: #d5e0c0;
	position: absolute; left: 400px; top: 1px;
	border-radius: 0 10px 10px 0; 
}
/* #nr-mkt-col2 {
	width: 274px;
	background: #d5e0c0;
	position: absolute; left: 262px; top: 1px;
	border-radius: 0; 
} */
#nr-mkt-col2:hover {
	background: #d0dec8;
}
#nr-mkt-col3 {
	background: #b4d4a7;
	position: absolute; left: 539px; top: 1px;
	border-radius: 0 10px 10px 0; 
}
#nr-mkt-col3:hover {
	background: #c5d4c0;
}

.nr_classic_nav_hdr,  .nr_classic_nav_hdr a { /* Example: Old-style "about" section */
    font-family:    Arial,Helvetica,sans-serif;
    font-size:      13px;
    color:          #930;
    font-weight:    700;
    /*font-weight: bold;*/
}

.nr_classic_nav_txt {
    font-size:      12px;
    line-height:    13px;
    margin-top:     3px;
}
