body {	
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #616161;
margin:0;
width:500px;
height:420px;
}
body,td,th {
color: #616161;
}
a:link {	
color: #808080; 
text-decoration: none;
}
a:hover {	
color: orange; 
text-decoration: none;
}
#header {
height:75px;
background:#fff url(images/poplogo.jpg) no-repeat;
}
#header .logo {
padding:7px 0 0 20px;
}
#nav {
height:27px;
background:#464543;
color:#ffffff;
font-family: Verdana, Tahoma;
font-size: 14px;
font-weight: bold;
}
#content {
padding:20px;
height:232px;
}
#content ul {
	padding-left:17px;
	margin:10px 0 0 10px;
}
#content p {
	margin:10px 0 0 0;
}
#content .watch-discoverbox-list-view{
display: block;
}
#content .watch-discoverbox{
overflow: auto;
height: 230px;
}

#footer {
border-top: #D7D7D7 1px solid;
padding:10px;
height:47px;
text-align:center;
}

