* {margin:0;padding:0}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #aaa;
	color: #000;
}
.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.inside {
	padding: 0 1em;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	background-color: #eee;
	background-position: left top;
	border-left: 2px solid #636;
	border-right: 2px solid #636;
	border-bottom: 2px solid #636;
}
#header {
  padding-bottom:24px;
  color: #eee;
	background-color: #636;
	margin-bottom:0em;
	text-align:center;
}
#header h1 {
  font: normal 200% Georgia, "Times New Roman", Times, serif;
	padding-left:0px;
	padding-top:0px;
	margin-top: 0px;
	color: #fff;
	background-color: transparent;
}
#header h2 {
  font: italic 130% Georgia, "Times New Roman", Times, serif;
	color: #eee;
	background-color: transparent;
}
#hnav {
  float:left;
	font-size:80%;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: -2px;
	
	background-color:#d0b5d0;
}
#hnav ul {
  list-style-type: none;
	margin: 0px 0px 0px 220px;
}
#hnav li {
  float:left;
  margin:0;
  padding:0px;
}
#hnav a {
	float:left;
	display:block;
  padding:5px 9px;
	color:#eee;
	border-right: 0px solid #636;
	border-left: 0px solid #d0b5d0;
	border-top: 0px solid #d0b5d0;
	border-bottom: 0px solid #d0b5d0;
	text-decoration:none;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#hnav a {float:none;}
/* End IE5-Mac hack */
#hnav a:hover {
  color:#000;
	background-color: #f6e8f6;
}
.content {
	width: 360px;
	float: left;
	margin: 2px;
	padding: 6px;
}
.content p {
	font-size: 90%;
	line-height: 1.1em;
}
.content a:link, .wide-content a:link {
  color: #7f2670;
  background-color: transparent;
}
.content a:visited, .wide-content a:visited {
  color: #000;
  background-color: transparent;
}
.content a:hover, .wide-content a:hover {
  color: #939;
  background-color: transparent;
	text-decoration:none;
}
.content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(img/un.png);
	background-position: top right;
	padding:0;
}
.content h2 {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(img/un.png);
	background-position: top right;
	border-bottom: 1px dotted #636;
	line-height: 1.5;
}
.content h3 {
	font: italic 110% Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: transparent;
}
.content h4 {
	font: normal 110% Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align:left;
	background-color: transparent;
	text-decoration:none;
}
.content h5 {
  margin: 2px;
}
.content img {
  border:2px solid #d0b5d0;
}
.content ul, .wide-content ul {
  padding-left:30px;
	list-style-image: url(o-tri.png);
	font-size:90%;
}
.content ol {
  padding-left:30px;
	padding-right:20px;
	font-size:90%;
}
.content dt {
  font: bold 90% Georgia, "Times New Roman", Times, serif;
  text-transform:capitalize;
	color: #000;
	background-color: transparent;
}
.content dd {
  padding:10px;
	font-size:80%;
}
.wide-content {
  width: 700px;
	float: left;
	padding: 6px;
}
.thumb {
  position:relative;
	float:left;
	width:148px;
	height: 160px; 
	margin: 2px;
	padding-top:2px;
	text-align:center;
	border-bottom: 1px solid #636;
	border-right: 2px inset #636;
  }
.day {
  position:relative;
	margin: 2px;
	padding-top:2px;
	border-bottom: 1px solid #636;
	border-right: 2px inset #636;
  }
.blockquote {
  padding:0px 20px;
	font: italic 95% Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: transparent;
}
body#active li.active  {
	color:#636;
	background-color:#f6e8f6;
	}
body#active li.active a:link, body#active li.active a:visited {
  color:#636;
	background-color:#f6e8f6;
}
#footer {
  clear:both;
	text-align:right;
	font-size: 80%;
	color: #444;
	background-color: #d0b5d0;
	border-top:1px solid #aaa;
}
#footer p {
  padding: 2px;
	margin:0;
}
.footnav {
  float:left;
	padding-left:180px;
}
.footnav ul{
  display:block;
	list-style-type: none;
	padding-bottom:10px;
	padding-top:0px;
	margin-top:0;
	margin-bottom:0;
}
.footnav ul li {
  float:left;
	padding-left:10px;
  padding-right:10px;
}
.footnav ul li a {
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	text-decoration: none;
	color: #636;
	background-color: #d0b5d0;
}
.footnav ul li a:hover {
  color:#eee;
	background-color:#636;
}
.underline {
  text-decoration:underline;
}
.small {
 font-size:80%;
}
.tiny {
 font-size:60%;
}
.center {text-align:center;}
img.button  {
  border: none;
}