body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../Images/bg.gif);
	background-repeat: repeat-x;
	margin:10px 0px 0px 10px;
	padding:0px;
}

div#container {
	width:468px;
}

div#container a {
	color: #333333;
	text-decoration:none;
}

div#container a:hover {
	text-decoration:underline;
}

div.mainText, div.mainImage {
	margin-bottom:5px;
	clear:both;
}

div.mainImage img, div#packshot img {
	border:1px solid #999999;
}

div.mainText p {
	margin-bottom:5px;
}

h1, h2 {
	font-size: 1.1em;
	padding:0px;
	margin:0px 0px 10px 0px;
}

h2 {
	font-weight:normal;
}

h3 {
	font-size: 1.1em;
	padding:0px;
	margin:0px;
}

p {
	margin:0px;
	padding:0px;
}

div.hr {
	height: 6px;
	width: 460px;
	background: url(../Images/hr.gif) repeat-x left;
	margin-top:10px;
	margin-bottom:10px;
}

div.hr hr {
  display: none;
}

div#boxLeft {
	float:left;
	width:280px;
}

div#boxRight {
	float:right;
}

div#boxRight p {
	margin-bottom:10px;
}

div#banner {
	margin-bottom:10px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
