body {
	background-image: url('/images/tile_bg.jpg');
	background-repeat: repeat-x;
	background-color: #86a0e3;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana;
	margin:0;
}
a:hover {
	color:white;
	text-decoration: underline;
}
a {
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a:visited {
	color:white;
}
#container {
	background-color: white;
	color: black;
	width: 900px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px dashed #283148;
	border-right: 1px dashed #283148;
	border-bottom: 1px dashed #283148;
	min-height: 400px;
}
#navigation {
	height: 150px;
	background-color:#e6edff;
}
#orderdiv {
	margin: 5px;
	border-bottom: 1px dotted black;
}
