/* CSS Document */

#navColumnOneWrapper {
	width:200px;
} 

#navColumnTwoWrapper {
	width:200px;
}

#navColumnOne {
	background:url(../images/header/bgColumnLeft.jpg) right repeat-y;
} 
#navColumnTwo {
	background:url(../images/header/bgColumnRight.jpg) left repeat-y;
} 

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	vertical-align: top;
}
.columnRight {

}

#navColumnOne a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#navColumnTwo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}