
body { 
 	width:expression( documentElement.clientWidth < 950 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 950 ? "950" : "auto") : "950px") : "auto" );
	min-width:950px;
}
		
#content-main {
	padding-right:270px;
}

/* ---------------------- */
/*		 SIDEMENU	  	  */
/* ---------------------- */

#sidebar {
	float: right;
	display:inline;
	width: 263px;
	padding-top: 45px;
	margin:70px 0 20px 38px;
	background: transparent url(/images/cntr_sidebar_top.png) no-repeat;
}
#side {
	padding-bottom: 32px;
	background: transparent url(/images/cntr_sidebar_bottom.png) no-repeat bottom;	
}
#sidebar-nav {
	list-style-type: none;
	background: transparent url(/images/cntr_sidebar_middle.png) repeat-y;
}
#sidebar-nav li {
	margin-bottom: 20px;
	width: 80%;
}
#sidebar-nav a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 90%;
	background: transparent url(/images/link-arrows.gif) no-repeat center right;
	padding-left: 10px;
	padding-right: 25px;
	text-align: right;
}
#sidebar-nav a:hover {
	text-decoration: underline;
	color:#289728;
}



