body {
	margin: 0 auto 12px auto;
	background: #029acc url(images/bg.gif);
	padding: 0;
	}
#wrapper {
	width: 780px;
	border: #ccc 2px solid;
	border-top: 0;	
	padding: 0;
	margin: 0;
	background: white;
	text-align: center;
	}
#description {
	padding: 12px 24px;	
	background: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	}
.haddybagfont {
	font-family: "monotype corsiva", "times roman", georgia, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .15em;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
li {
	list-style-image: url(images/bullet.gif); 
	}
#footer {
	clear: both;
	font-size: 10px;
	color: gray;
	text-align: center;
	margin-top: 2em;
	}
a:link {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
	}
a:active {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	}
#nav ul {
	font-weight: normal; 
	font-size: 11px; 
	color: white;
	font-family: arial, verdana, sans-serif;
	margin: 12px 0 0 12px;
	padding: 0px;
	}	
#nav ul li  { 
	list-style-type: none; 	 
	display: inline; 
	}
#nav ul li a {
	padding: 2px 8px;
	margin-right: 16px;
	color: white;
	background: #029acc;
	text-decoration: none;
	border-top: 2px #029acc solid;
	border-bottom: 2px #029acc solid;
	}	
#nav ul li a:link {
	color: white; 
	font-weight: normal; 
	background-color: #029acc;
	text-decoration: none; 
	border-top: 2px #029acc solid;
	border-bottom: 2px #029acc solid;
	}
#nav ul li a:visited {
	color: white; 
	font-weight: normal; 
	background-color: #029acc;
	text-decoration: none; 
	border-top: 2px #029acc solid;
	border-bottom: 2px #029acc solid;
	}	
#nav ul li a:hover  { 
	color: #333; 
	font-weight: normal;
	background-color: pink; 
	text-decoration: none; 
	border-top: 2px pink solid;
	border-bottom: 2px #029acc solid;

	}	
#nav ul li a:active {
	color: white; 
	font-weight: normal; 
	background-color: #029acc;
	text-decoration: none; 
	border-top: 2px #029acc solid;
	border-bottom: 2px #029acc solid;
	}