#navDUP {
	float: left;
	width: 125px;
}
#navDUP ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 110px;

}
#navDUP a:link, #navDUP a:visited {
	font-size: 12px;
	color: #651580;
	text-decoration: none;
	font-weight: bold;
}
#navDUP a:hover {
	text-decoration: underline;
}

#navDUP a.dupSelected:link, #navDUP a.dupSelected:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#navDUP a.dupSelected:hover {
	text-decoration: underline;
}


#navDUP li {
	padding-bottom: 5px;
}
.mainVideoArea .videoWrapper h4 {
	font-size: 11px;
	font-weight: bold;
}
.mainVideoArea .videoWrapper h2 {
	font-size: 15px;
	font-weight: normal;
}
.twitbook {
	width: 105px;
	float: right;
}
.twitbook img {
	padding-left: 10px;
}

