body {
background-image:url(Images/NewBG.jpg);
background-position:center;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	}
	
	
	
.MyTable td {
	padding:10px 10px 0px 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#container {
width: 900px;
padding:0px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}

#HomeText {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#461E12;
line-height:22px;
text-align:justify;
margin:0px;
padding:0px 17px 17px 0px;
}

.BasketText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:22px;
}


.HomeText {
	text-align:justify;
}


.ProductBoxes {
	width:155px ; 
	line-height:40px ; 
	text-align:center ; 
	float:left ; 
	margin-right:15px;
	font-weight:bold;
}


.ProductBoxes a:link {
	color:#333;
	text-decoration:none;
}
.ProductBoxes a:visited {
	color:#333;
			text-decoration:none;
}
.ProductBoxes a:hover {
		color:#333;
		text-decoration:underline;
}
.ProductBoxes a:active {
		color:#333;
			text-decoration:none;
}




UL {
	padding:0px;
	margin:0px;
	background-image:url(Images/Navigation.png);
}



li {
	padding:0px;
	margin:0px;
}

li {
	line-height:28px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	list-style-type: none;
}







P {
	margin:0px;
	padding:0px;
}

h1 {
	margin:0px;
	padding:0px 0px 17px 0px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}

h2{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h3 {
	margin:0px;
	padding:0px;
}



.MainNav {
	width:142px;
	height:448px;
}


.MainNav a:link {
	color:#FFF;
	text-decoration:none;
}
.MainNav a:visited {
		color:#FFF;
			text-decoration:none;
}
.MainNav a:hover {
		color:#FFF;
		text-decoration:underline;
}
.MainNav a:active {
		color:#FFF;
			text-decoration:none;
}