body {
        font-family: verdana;
        margin-top: 0px;
        margin-bottom: 40px;
	text-align: center;
	background: url(imgs/SB_header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a.menu:link.navbar {
	color: blue; 
}  /* for unvisited links */
a.menu:visited {
	color: purple; 
} /* for visited links */
a.menu:hover { 
	color: orange; 
} /* when mouse is over link */

#outer {
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#navbar {
        width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#content {
        width: 740px;
	padding: 15px;
	background: white;
	border: solid 1px black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	min-height: 350px;
	text-align: left;
}
#products {
	margin-left: 300px;
	padding-top: 10px;
}
#welcome {
	float: left;
	width: 250px;
	padding: 10px;
	background: rgb(236,236,174);
	border: black 1px solid;
}
p {
        font-size: 13px;
	margin-top: 0px;
}
td.navbar {
	font-size: 11px;
	font-weight: bold;
	color: red;
}
li {
        font-size: 13px;
}
p.copyright {
	font-size: 9px;
}
a.menu {
	text-decoration: none;
}
h1 {
	margin: 20px;
	color: olive;
	font-family: Georgia;
	font-size: 40;
}
h5.gold {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: rgb(102, 102, 0);
}
table.order {
	font-size: 13px;
}
td.order {
	width: 200px;
	padding-left: 10px;
	border: 1px black solid;
	background: rgb(236,236,174);
}