body {
	background: url(../images/bg.gif) repeat-y center  #fff;
	font-family: Arial, Sans-Serif;
	text-align: justify;
	font-size: 13px;
	line-height: 15px;
	color: #333;
}

img {
	border: none;
}

h2 {
	margin-top: 10px;
	font-weight: normal;
}

.story {
	margin-top: 5px;
}

.image_right {
	float: right;
	margin: 0 0 5px 10px;
}

.comment {
	width: 500px;
	color: #c00;
	font-size: 11px;
	border: 1px solid #c00;
	padding-left: 2px;
}

.clear {
	clear: both;
}

.details {
	font-size: 11px;
	line-height: 13px;
}

.datanav {
	width: 870px;
	padding: 0;
	margin-top: 10px;
	border: 0;
	border-collapse: collapse;
}

.trDatanav {
	text-align: center;
}

.tdDatanav {
	width: 20%;
}

.liner {
	display: block;
	height: 0px;
	margin: 3px 0 3px 0;
	border-top: 1px solid #666;
}

.dasher {
	display: block;
	height: 0px;
	margin: 3px 0 3px 0;
	border-top: 1px dashed #666;
}

.dotter {
	display: block;
	height: 0px;
	margin: 3px 0 3px 0;
	border-top: 1px dotted #666;
}

#shop {
	width: 575px;

}

#shop DIV.product {
	float: left;
	width: 175px;
	margin-right: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 12px;

}

#shop DIV.product .prodName {
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
	font-size: 13px;
	line-height: 14px;
}

#shop DIV.product I {

}

#basket {
	float: right;
	width: 160px;
	padding: 10px;
	border: 1px solid #dd6;
	background-color: #ffc;
	color: #333;
	margin: 5px;
	font-size: 11px;
	line-height: 12px;
}

#basket h3 {
	margin: 0;
	padding: 0;
}

#basket .pay {
	font-size: 9px;
	line-height: 10px;
	text-align: right;
}

#basket #tiny {
	display: none;
	clear: both;
}

#basket .total {
	text-align: right;
}

#admin {
	background: transparent;
	position: absolute;
	top: 0px;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	padding: 25px;
	display: block;
}

#admin a {
	color: #000;
}

#admin a:hover {
	text-decoration: none;
}

#centre {
	background: url(../images/header.gif) no-repeat top center transparent;
	position: absolute;
	top: 0px;
	width: 920px;
	left: 50%;
	margin-left: -459px;
	padding: 0;
	display: block;
}

html>body #centre {
	margin-left: -460px;
}

#centre #menu {
	padding: 79px 20px 0 20px;
}

#centre #menu .menu {
	float: left;
	width: 65px;
	text-align: center;
}

#centre #menu .menu a {
	text-decoration: none;
	color: #333;
}

#centre #menu .menu a:hover {
	text-decoration: none;
	color: #000;
}

#centre #content {
	margin-top: 10px;
	padding: 25px;
}

#centre #content a {
	color: #a00;
	text-decoration: none;
}

#centre #content a:hover {
	text-decoration: underline;
}

#centre #content #news {
	background: url(../images/news_head.gif) top left repeat-x #f00;
	text-align: left;
	float: left;
	padding: 0 0 5px 0;
	margin: 0 5px 5px 0;
	width: 230px;
	border: 1px solid #b43;
	color: #fff;
}

#centre #content #news a {
	color: #300;
	text-decoration: none;
}

#centre #content #news h2 {
	text-align: center;
	color: #fff;
}

#centre #content #news h3 {
	text-align: center;
}

#centre #content #news p {
	padding: 0 5px 0 5px;
}

#centre #content #news DIV.details {
	padding: 0 8px 0 8px;
}

#footer {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}