
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F60;
}

#container {
	background-color: #fff;
	position: relative;
	text-align: left;
	margin: 0px auto;
	height: 630px;
	width: 770px;
}

/* logos start */
#dcsat {
	position: absolute;
	left: 621px;
	top: 400px;
}
#vsat {
	position: absolute;
	left: 10px;
	top: 410px;
	font-size: 0.8em;
	font-weight: bold;
	color: #33c;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
#vsat a {
	color: #F60;
	text-decoration: none;
}
#vsat a:hover {
	text-decoration: underline;
}
/* logos end */

/* header styles start */
#blueline {
	background: #33c;
	margin: 0 0 1em 0;
	height: 70px;
}
#header h1 {
	color: #F60;
	position: absolute;
	left: 32px;
	top: 5px;
	font-size: 26px;
	font-weight: bold;
}
#strap h2 {
	color: #F60;
	position: absolute;
	left: 440px;
	top: 8px;
	font-size: 1.3em;
	font-weight: bold;
}
/* header styles end */

/* menu styles start */
#menu {
	margin: 0;
	padding: 0 0 0 2em;
	float: left;
	width: 176px;
}
#menu h1 {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #F60;
}
#menu ul {
	padding: 0;
	margin: 1em 0 0 0;
	list-style: none;
	font-size: 0.8em;
	line-height: 1.4em;
}
#menu ul li ul {
	padding: 0;
	margin: 0 1em 0 1em ;
	list-style: none;
	font-size: 0.9em;
	line-height: 1.4em;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu a.selected, #menu a:hover {
	color: #33c;
}
/* menu styles end */

/* main content styles start */
#main {
	margin: 0;
	padding: 0 1em 0 1em;
	float: left;
	width: 340px;
}
#main h1 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #33c;
}
#main p {
	font-size: 0.8em;
	line-height: 1.4em;
}
#main p.intro {
	font-size: 0.9em;
	line-height: 1.4em;
}
#main ul {
	font-size: 0.8em;
	line-height: 1.4em;
}
#main strong {
	color: #33c;
}
#main ul.coverage {
	padding: 0;
	margin: 2em 0 0 3em;
	list-style: none;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: bold;
}
#main ul.coverage a {
	color: #33c;
	text-decoration: none;
}
#main ul.coverage a:hover {
	color: #F60;
}
#main table {
	width: 100%;
	border: 0;
	text-align: left;
	vertical-align: text-top;
	padding: 0;
	margin: 1em 0 0 0;
}
#main table th {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
}
#main table td {
	font-size: 0.8em;
	line-height: 1.4em;
}
#main table td.price {
	text-align: right;
}
/* main content styles end */


/* right column content start */
#right {
	margin: 0;
	padding: 1em 0 0 0 ;
	float: left;
	width: 190px;
	text-align: right;
}
#right img {
	border: 0;
	margin-bottom: 1em;
}
#right p.comment {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 0.6em;
}
#right p.comment img {
	margin-bottom: 0;
}
/* right column content end */

/* utility styles start */
.spacer {
	margin-top: 2em;
}
/* utility styles end */

img {
	border: 0px;
}
