﻿.logo {

}

.menu {
	font-weight: bold;
	font-size: 8pt;
	clear: left;
	list-style-type: none;
	text-align: left;
}

#nav { 
width:100px;

}

#main {
	width: 200px;
	font-size: 9pt;
}

#content {
	width: 190px;
}
body {
	font-size: 9pt;
	text-align: justify;
}
h1 {
	color: #800000;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

h2 {
	color: #0033CC;
	font-size: 10pt;
	font-weight: bold;
}

h3 {
	color: #000099;
	font-size: 9pt;
	font-weight: bolder;
}
.bigdog {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #800000;
}

li {
	margin: 0px;
	padding: 0;
}
  
#footer { 
  height:30px;
  width:180px;
  font-size:8pt;
  color:#999;
}
  
#footer_amazon { 
display: none; 
}
