body{
	min-width: 800px;
	width: 800px;
	max-width: 800px;
	margin: 2px auto 5% auto;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	color: White;
	font-family: "Arial";
	background-color: Black;
	}
a:link{
color: White;
}
a:visited{
color: White;
}
div.header{
	width: 100%;
	height: 125px;	
	}
div.logo{
	position: static;
	float: left;
	width: 238px;
	text-align: left;
}
div.contactDetails{
	position: static;
	float: right;
	text-align: right;
}
div.menu{
	width: 100%;
	height: 25px;
	max-height:25px;
	background-color: #666666;
}
div.menuBar{
	position: static;
	float: left;
	text-align: left;
	padding: 3px 5px 1px 5px;
	max-height: 25px;
   min-width: 640px;
}
div.menuContent{
	
}
div.menuItem{
	border-left: solid;
	border-left-width: thin;
/*	border-right: solid;
	border-right-width: thin;
*/	margin-right: 2px;
	text-align:center;
	float:left;
	padding-right: 5px;
	padding-left: 5px;
}
div.menuItemOver{
	border-left: solid;
	border-left-width: thin;
/*	border-right: solid;
	border-right-width: thin;
*/	margin-right: 2px;
	text-align:center;
	float:left;
	background-color: #777777;
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer;
}
div.menuLoggedIn{
	position: static;
	float: right;
	text-align: right;
	padding: 3px 5px 1px 5px;
}
div.content{
	overflow:auto;
	max-height: 456px;
	height: 456px;
	min-height: 456px;
	max-width: 800px;
	background-image: url("/Images/backgroundcroptop.jpg");
	background-repeat: no-repeat;
	}
div.newsItem{
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);
	margin: auto;
	width: 90%;
	background-color: #222222;
}
div.newsTitle{
	font-size: larger;
	font-weight: bold;
	vertical-align: middle;
	background-color: #8d1d3e;
	padding: 5px 5px 5px 5px;
}
div.newsContent{
	max-width: 100%;
	padding: 5px 5px 5px 5px;
}
div.footer{
	margin-top: 10px;
	background-color: #666666;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: small;
}
div.keywords{
	display: none;
}
table.brands{
	width: 100%;
	text-align: center;
	border:0 0 0 0;
}
table.brands td{
	width: 20%;
}