/* --------------------- COMMON --------------------- */


.Wrapper { /* For all browsers except IE */
	width: 955px;
	margin: 0 auto;
	background-image: url(../images/page_background.png);
	background-repeat: repeat-y;
}

/* --------------------- CONTENT --------------------- */

.ContentLeft { /* For all browsers except IE */
	width: 169px;
	float: left;
	margin: 0 13px 0 0;
}

.NavBox span a { /* For all browsers except IE */
	font-size: 11px;
	color: #5f97c5;
	background-image: url(../images/link_background.png);
	background-repeat: no-repeat;
	height: 18px;
	text-decoration: none;
	padding: 4px 0 0 21px;
	cursor: pointer;
	width: 148px;
	display: block;
}

.Row span p { /* For all browsers except IE */
	width: 10px;
	height: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 0px;
	margin: 3px 9px 0 10px;
}
