/***** CONTENT css *****/
div.content {
/*  width: 940px;*/
  margin-bottom: 30px;
}
img.learndw {
  margin-bottom: 20px;
  margin-left: 14px;
}
div.dw-movie {
  float: left;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 14px;
  margin-right: 16px;
  border: 0;
  cursor: pointer;
  background-image: url(../images/dreamweaver/dw-leftpod.gif);
  width: 481px;
  height: 410px;
}
div.dw-movie img.video {
  display: block;
  border: 0;
}
div.dw-movie p.nowplaying 
{
	margin: 3px;
	padding: 0;
}
div.dw-list {
  float: left;
  background-image: url(../images/dreamweaver/dw-rightpod.gif);
  width: 395px;
  height:430px;
  padding: 0;
  font: 12px 'Trebuchet MS', sans-serif;
  color: #000;
}

.dw-list h2 
{
	margin: 10px 0 0 16px;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	color: #7c2001;
}

.dw-list h3 
{
	margin: 4px 0 0 18px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.dw-list table 
{
	width: 393px;
	margin: 4px 1px 0 1px;
	padding: 0;
	border: 0;
}

.dw-list td 
{
	padding: 2px 2px 2px 30px;
	font-size: 12px;
	line-height: 15px;
}

td.odd 
{
	background-color: #FFF;
}

.dw-list a:link 
{
	color: #0b6998;
	text-decoration: underline;
}
.dw-list a:active, .dw-list a:hover 
{
	color: #7c2001;
	text-decoration: none;
}
.dw-list a:visited 
{
	color: #960;
	text-decoration: underline;
}
div.greybox {
  margin: 0 0 0 14px;
  padding: 0;
}
div.greybox img {
  border: 0;
}
/***** END content *****/

