#main {
	background: #fff url(../img/bg-content-fullright.gif) no-repeat 0 76px;
}
#main_nav {
	margin: 100px 0 0 110px;
}

#main_content {
	float:right;
	overflow:hidden;
	width:416px;
	height: 430px;
	margin: 15px 76px 0 0;
	padding: 0
}

#main_content li {
	background: url(../img/pink_bullet.gif) no-repeat 0 50%;
	padding-left: 18px;
	margin-bottom:5px;
}
	
#main_content li.alt {
	background: url(../img/green_bullet.gif) no-repeat 0 50%;
	padding-left: 18px;
	margin-bottom:5px;
}

.safari #main_content li {
	font-size: 11px;
}
	
#main_content li.alt {
	font-size: 11px;
}

#wn {
	width:390px;
	height: 415px;
	margin: 0 77px 0 0;
	padding: 0px;
	overflow: hidden;
	position: relative;
	float:left;
}

div#scrollbar { 
  position:static;
	left: 220px;
  width:11px; height:405px; 
  font-size:1px;  /* for image vertical alignment issue */
	border: 1px solid black;
	float:right;
 }
	
div#track { 
   position:relative;
	 left:405px; top:0px;
  width:11px; height:410px;
  background: #999;
 }
	
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
 }  
	
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment [1]*/
div#scrollbar img {
    display:block;
