body, html{
	margin: 0;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	margin: 0px;
	padding: 0px;
	background: #FFCC33;
	font-size: 100%;
	scrollbar-face-color:#330000;
	scrollbar-shadow-color: #330000;
	scrollbar-highlight-color: #330000;
	scrollbar-3dlight-color: #330000;
	scrollbar-darkshadow-color: #330000;
	scrollbar-track-color: #ffcc33;
	scrollbar-arrow-color: #ffcc33;
}

div#container{
	width: 900px;
	text-align: left;
}

div#content{
padding: 182px 20px 0 20px;
}

#globalNav{
padding: 120px 0px 0px 0px;
white-space: nowrap;
}

#basket {
float: right;
width: 20%;
height: 10%;
padding: 25px 0px 0px 0px;
font-size: 60%;
}

table {
	font-size: 60%;
	align: center;
	margin-left: auto;
	margin-right: auto;
}

.amount {
	font-size: 100%;
}

#footer{
position: absolute; 
bottom:0px;
height: 25px;
width: 100%;
padding: 5px 0 0 0;
text-align: center;
}

#text{
font-size: 70%;
}

td.line {
	border-bottom: 1px solid #330000;
	padding: 0px 50px 0px 0px;
	color: #330000;
}

td.line_r {
	border-bottom: 1px solid #330000;
	padding: 0px 10px 0px 0px;
	color: #330000;
	text-align: right;
}

td.centre {
	border-bottom: 1px solid #330000;
	border-top: 1px solid #330000;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	align: center;
}

td.pict {
	border-bottom: 1px solid #330000;
	padding: 0px 0px 0px 0px;
	color: #330000;
}

th {
	text-align: left;
	border-bottom: 1px solid #330000;
	padding: 0px 0px 0px 0px;
	color: #330000;
}

a {
	color: #330000;
}

#endbuttons{
	text-align: center;
}

ul {
margin-top:0em;	
margin-left:2em; 
list-style-position: outside;
list-style-type: disc;
}
