body {
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
}

h3, h4, h5, a, ul, li, lo, td {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
	line-height:15px;
	margin:5px 10px 5px 10px;
}

h1 {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin:5px;
}

h2 {
	font-family:Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:5px;
}

ul {
	font-family:Arial, sans-serif;
	color:#000000;
	line-height:16px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#000000;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {	
	text-decoration:none;
}

.small {
	font-size:10px;
	margin-right:15px;
	width:680px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
}

hr {
	width:90%;
	background-color:#000000;
	height:1px;
	color:#000000;
	text-align:center;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse:collapse;
}

/* Creates the div container for the footer. */

div#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	text-align:center;
}

div#wrapper {
	width:749px;
	margin:auto;
	text-align:left;
	border-bottom:1px solid #000000;
}

.left {
	float:left;
	margin:30px 0px 10px 10px;
}

.left2 {
	float:left;
	margin:30px 20px 10px 20px;
}

.van2 {
	border:1px solid #000000;
	float:right;
	margin:0px 25px 10px 10px;
}

.delivery {
	float:left;
	border:1px solid #000000;
	margin-bottom:10px;
}

.delivery2 {
	float:left;
	border:1px solid #000000;
	margin:5px 20px 10px 20px;
}

div#clear {
	clear:both;
}

div#copyright {
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:12px;
}

.van {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}