body {
	font-size: 1em;
	background: #FFFFFF;
	margin: 0px; /*remove default margins*/
	padding: 0px; /*remove default padding*/
	text-align: center;
}
#container {
	margin: 0px;
	width: 98%;
	text-align: left;
	padding: 10px;
}
#logo {
	background-image: url(../images/1cbflowers.gif);
	background-repeat: repeat-x;
	height: 140px;
	background-color: #FFC6BD;
	text-align: center;
	padding-top: 36px;
	border: #ff9999 solid 2px;
}
#logo img {
	border: none;
	width: 570px;
	height: 101px;
}
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	font-style: normal;
	text-decoration: none;
}
#content {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
	float: right;
	width: 75%;
	padding-top: 1em;
	padding-right: 0.25em;
}

h1 {
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #BD4a4a;
}
h2 {
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
}
.intro {
	font-style: italic;
	color: #000000;
}
.author  {
	font-size: 1.25em;
	color: 990033;
	font-family: Arial, Helvetica, sans-serif;
}
.notice {
	color: #CC0033;
	font-family: "Comic Sans MS", "Apple Chancery";
	font-size: 1.25em;
}
.thinborderfloat {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 

.order {
	font-weight: bold;
	background: #FFCCCC;
}
hr { 
	height:0px; 
    border:0px; 
    border-top:1px solid #FF9999; 
	width: 70%;
}
#content a:link {
	color: #990033;
	text-decoration: underline;	
}
#content a:visited {
	color: #660000;
	text-decoration: underline;
}
#content a:hover  {
	color: #660000;
	background: #FFCCCC;
	text-decoration: underline;
}
#content a:active  {
	color: #990033;
	font-weight: bold;
}

#navindepth	{
	float: left;
	width: 22%;
	padding-top: 0.5em;
}

#footer {
	clear: both;
	text-align: center;
	}
.navfooter {
	text-align: center;
	font-family: "Comic Sans MS";
	}
.sitefooter {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a:link {
	color: #990033;
	text-decoration: underline;	
	}
#footer a:visited {
	color: #660000;
	text-decoration: underline;
}
#footer a:hover {
	color: #660000;
	background: #FFCCCC;
	text-decoration: underline;
}
#footer a:active  {
	color: #990033;
	font-weight: bold;
}
