body {
/*	background-color:#C2F2FB;*/
	background-color:white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	width: 800px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#logo {
	float: left;
	width:800px;
	height:230px;
}
#header {
	margin: 0px 0px 0px 0px;
	float: left;
	height:30px;
	width:800px;
}

#header ul{
	background-color:#1876B2;
		/* from header: 800 - 6 pixels border */
	width:794px;
	border: 3px solid #000000;
	display:block;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	padding:5px 0px 8px 0px;
	display:inline;	
}
#header li.highlight{
	display:inline;	
	background-color: #2E318E;
}
#header ul a{
	text-decoration:none;
	color: white;
	margin: 0px 25px;
}
#header ul a:hover{
	text-decoration:underline;
}

/********************** Content ***************************/
#content {
		/* 800 - 6 pixels border */
	width:794px;
	border: 3px solid black;
	float: left;
}

h1{
	color: black;
	font-size:18px;
}

h2{
	color: black;
	font-size:14px;
	text-align:center;
}
#left {
	float:left;
	width:490px;
	margin-left: 10px;
	margin-top: 12px;
	padding: 10px 10px 10px 10px;
	display:inline;
	background-color: #C2F2FB;
	color: black;
}
#right {
	float:right;
	border-left: 2px solid black;
	width: 30%;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
}
#full {
		/* child of content: 794  - 40 pixels padding */
	width: 754px;
	padding: 20px 20px 0px 20px;
	display:inline;
	float: left;
}

/********************** Footer ***************************/
#footerline {
	clear:both;
	font-size:1px;
	height:10px;
}
#footer {
	float: left;
	width:800px;
	text-align:center;
	padding: 20px 0px;
}

.netdvd_odd, .netdvd_even
{
	float: left;
	margin-bottom: 20px;

		/* child of full: 754 - 20 pixels padding */
	width: 734px;
	padding: 10px 10px 10px 10px;
/*	background-color: #1876B2; */
	background-color: #C2F2FB;
	color: black;
}
.netdvd_odd h1, .netdvd_even h1
{
/*	background-color: #1876B2;*/
	background-color: #C2F2FB;
	color: black;
	font-size: 18px;
}

td.topreasons_text
{
	align: center;
	vertical-align: top;
	width: 100;
}

img.topreasons_images
{
}