@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFCC;
	margin: 0px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #97481C;
}
.normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #97481C;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	height: 120px;
	width: 100%;
	background-image: url(images/bannerMontage.jpg);
	position: relative;
}
#bannerText {
	position: relative;
	height: 100px;
	width: 500px;
	left: 200px;
	top: 0px;
	background: url(images/byronbaychocolateco.gif) no-repeat;
}

#logo {
	position: absolute;
	height: 100px;
	width: 100px;
	left: 81px;
	top: 10px;
	background: url(images/logoNew.gif) no-repeat;
}
#navigation {
	height: 20px;
	width: 100%;
	background-image: url(images/gradient.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	border-top-style: solid;
	border-top-color: #97481C;
	border-top-width: 5px;
}
#content {
	width: 800px;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #content table tr td .normal {
	width: 95%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
}
#container #content table tr td.normal th {
	font-size: 12px;
}
#container #content table tr td .normal td {
	border: 1px solid #DAB791;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#footer {
	height: 20px;
	width: 100%;
	background-image: url(images/footer.png);
	position: relative;
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
#navbar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 200px;
	width: 400px;
	top: 3px;
}
#navbar ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar li {
	white-space: nowrap;
	float: left;
}
#navbar a {
	text-align: center;
	display: block;
	width: 80px;
	padding-top: 0px;
}
#navbar a:link, #navbar a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	color: #FFFF00;
	text-decoration: none;
}
#webbrowser {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 150px;
	position: absolute;
	right: 5px;
	bottom: 1px;
	text-align: right;
}
#webbrowser a:link, #webbrowser a:visited {
	color: #cccccc;
	text-decoration: none;
}
#webbrowser a:hover, #webbrowser a:active {
	color: #ffff00;
	text-decoration: none;
}
#container #content table tr td .normal thead {
	font-size: 11px;
	font-weight: bold;
	background-color: #97481B;
	color: #FFF;
}

