body{
	font-family: arial, Helvetica, sans-serif;
	font-size: 77%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	text-align: center; /* needed to center the container in IE5.x because it doesn't like 'margin: 0 auto' */
	color: #222;
	margin:0;
	padding:0 0 6em 0;
	background: #EDEBD5;
}

a {color: #0596FF;}
a:link {color: #0596FF; font-weight:normal; text-decoration: none;}
a:visited {color: #0596FF; font-weight:normal; text-decoration: none;}
a:hover {color:#d00; font-weight:normal; text-decoration: none; border-bottom: none;}

a img{
	text-decoration: none;
	border: none;
}

a:link img{
	border: none;
}

a:visted img{
	border-bottom: none;
}

p {
	text-align: left;
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #A7371B;
	background: transparent;
	padding-bottom: 0.2em;
	text-align: center;
	margin-bottom: 0.3em;
	color: #A7371B;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0;
	background: transparent;
	padding: 0;
	margin-bottom: 0.1em;
	text-align: left;
	color: #A7371B;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #A7371B;
}

#header {
	margin: 0 auto;
	background:#ddd url(/assets/templates/simonw/layoutgfx/logo.jpg);
	width: 900px;
	height: 100px;
}

#headerinfo {
	float: right;
	margin-top: 40px;
	padding: 0 10px;
	width: 70px;
	font-size: smaller;
	text-align: center;
}

#headerinfo a{
	color: #fff;
}

#headerinfo a:link{
	color: #fff;
}

#headerinfo a:visited {
	color: #fff;
}

#headerinfo a:hover{
	color: #f00;
}

#headerinfo p{
	padding: 0;
	margin: 2%;
	line-height: 1.2em;
}

.headersections {
	float: right;
	width: 70px;
	text-align: right;
}
/*table styling*/

.tablecontainer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

.tablecontainer ul {
	margin: 0 0 5px 15px;
	padding: 0;
}

table {
	width: 1000px;
	text-align: left;
	margin-bottom: 20px;
	border-collapse: collapse;
}

th {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	background: #ddd;
}

td {
	font-size: 70%;
	vertical-align: top;
}

td, th {
	padding: 10px 5px 3px 5px;
	border: 1px solid #000;
}

caption {
	width: 1000px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

col#system {
	width: 71px;
}

col#model {
	width: 71px;
}

col#imaging {
	width: 71px;
}

col#media {
	width: 71px;
}

col#format {
	width: 71px;
}

col#power {
	width: 71px;
}

col#sensitivity {
	width: 71px;
}

col#noise {
	width: 71px;
}

col#connectivity {
	width: 71px;
}

col#vfr {
	width: 71px;
}

col#features {
	width: 71px;
}

col#viewfinder {
	width: 71px;
}

col#microphone {
	width: 71px;
}

col#price {
	width: 71px;
}
