body {
	padding: 0; 
	background: #fff url("../i/bg.jpg") repeat-x; 
	color: #354146; 
	}
.container {
	width: 820px;
	background: transparent;
	}
/**************************************/
#header {
	height: 100px;
	}
h1#logo a{
	color: #eee;
	text-decoration: none;
	display: block;
	padding: 18px 0 17px;
	font-weight: normal;
	font-family: Georgia, serif;
	}
h1#logo a:hover {
	color: #fff;
	}
h4#tagline {
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: -24px;
	}
img.frame {
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	}
/**************************************/
#topnav {
	margin:0 auto;
	font-weight: bold;
	}
#topnav ul {margin:0; padding:0; list-style:none;height: 35px;}
#topnav ul li {float:left; display:block; margin:0; padding:0;}
#topnav ul li a {
	display: block; 
	float: left;
	color: #ddd;
	text-decoration: none;
	padding: 9px 30px 9px;
	text-align: center;
	}
#topnav ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}
#topnav ul li#active a {
	color: #222;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #888;
	border-bottom: none;
	background:#ccc;
	text-decoration:none;
	}
/**************************************/
.wrapper {
	padding: 20px 0;
	}
/**************************************/
.intro {
	background: transparent;
	height: auto;
	padding-top: 20px;
	}
/**************************************/
/**************************************/
#bottomnav {
	width: 800px;
	padding: 3px 10px 3px 0;
	background: #f8f8f8;
	clear: both;
	}
#bottomnav ul{
	display:inline;
	margin: 0 0 0 -10px;
	line-height: 2.0em;
	}
#bottomnav li {
	float:left;
	list-style:none;
	}
#bottomnav li a {
	display:inline;
	padding-right: 36px;
	color: #4197ac;
	}
#bottomnav li a:hover {
	color:#000;
	}
/*#bottomnav li a:visited {*/
/*	color:#aaa;*/
/*	}*/
/**************************************/
#footer {
	font-size: 0.8em;
	height: 70px;
	color: #666;
	border-top: 1px solid #b8b8b8;
	padding: 6px 0;
	background: url("../i/shadow.jpg") no-repeat;
	}
#footer a {
	color: #333;
	text-decoration: none;
	}
#footer a:hover {
	color: #000;
	font-weight: bold;
	}
.icon {
	margin: 4px -1px -4px 3px;
	}
/**************************************/
table.comparison td{
	width: 33%;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	}
table.comparison th{
	width: 33%;
	font-size: 1.25em;
	background: #F8FFE7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
td.issue {
	font-weight: bold;
	}
th.issue {
	}
/**************************************/