body {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #296eb3;
	background-repeat: repeat-x;
	background-image: url(http://easycomputing.com/background/dots.png);
	padding: 0;
	margin: 0;
	color: #333;
}
#header {
	border: 0px solid #0C0; 
	background-image: url(images/header.jpg); 
	background-color: #06C;
	height: 131px;
	background-repeat: no-repeat; 
	padding: 10px 80px 10px 110px;
	color: #363;
}

img {
	border: none;
}

#nav{
	width: 98px;
	height: 15px;
	background-color: #f1f1f1;
	border: 1px solid #cecece;
	font-size: 11px;
	color: #06C;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	}

a.nav, .nav a{
	color: #06C;
	text-decoration: none;
	}
	
a.nav:hover, .nav a:hover{
	color: #06c;
	text-decoration: underline;
	}

#left{
	float: left;
	width: 570px;
	border: 0px solid #906;
	}

#right{
	float: right;
	width: 240px;
	border: 0px solid #9F6;
	background-color: #efefef;
	padding: 0px;
	height: 100%
	}

h1 {
	font-size: 20px; 
	color: #F60; 
	font-weight: bold;}

h2 {
	color: #333;
	background-color: #f1f1f1;
	border-top: 1px solid #cecece;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	}
/*right*/
h3 {
	color: #FFF;
	background-color: #030;
	font-size: 14px;
	width: 230px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 7px;
	}
/**/
h4 {
	background-color: #e5e5e5;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	color: #333;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	clear: both;
	margin-bottom: 2px;
	margin-top: 15px;
	}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	}

.magazine {
	color: #F60;
	font-size: 15px;
	font-weight: bold;
	}

.date {
	color: #666;
	font-size: 10px;
	font-style: italic;
	}

.comment {
	padding-left: 5px;
	text-indent: inheret;
	}

.center {
	text-align: center;
	}

.price {
	font-size: 11px;
	color: #333;
	text-align: center;
	}

.products {
	color: #06C;
	}

.packshot {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 4px;
	}

a {
	color: #06C;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

#copyright {
	color: #FFF;
	font-size: 10px;
	margin-top: 10px;
	}

a#copyright,
#copyright a{
	text-decoration: underline;
	color: #FFF;
	}

a#copyright:hover,
#copyright a:hover{
	text-decoration: none;
	color: #FFF;
	}
