body {
	background-image : none;
	background-repeat: repeat;
	text-align: left;
	font-family: "Sitka Display";
	font-size: small;
	background-color: #51486a;
	width: 100%;
	color: #8f3939;
}
#wrapper {
	width: 800px;
	height: 100%;
	background-color: #FFF;
	margin: 0 auto;
}

#header {
	width: 790px;
	background-color: #FFF;
	height: 168px;
	margin: 5px;
	padding: 0px;
}

#leftcolumn {
	background-color: #FFFFFF;
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 5px;
	display: inline;
	font-weight: bold;
	color: #8f3939;
}

.navhead {
	background-color: #d5dbf1;
	border: thin solid #7c7da9;
}	

#content {
	background-color: #FFFFFF;
	width: 550px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	display: inline;
	font-size: small;
	font-weight: normal;
	font-family: "Sitka Display";
	height: 100%;	
}
.conthead {
	text-align: left;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFB2CC;
	font-size: small;
	}

#footer {
	clear: both;
	width: 780px;
	height:80px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image : none;
	background-position: center;
}

.gallery img {margin: 3px;}

h1 {font-size:12px;
	color: #3eb9d4;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB2CC;
	padding-left: 10px;
	margin: 15px;
}

h2 {
	font-size: 12px;
	color:  #3eb9d4;
	text-align: left;
	padding-left: 10px;
	margin: 15px;
	text-decoration: underline;
}

h3 {font-size: small;
	color: #8F3939;
	text-align:center
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFB2CC;
	padding-left: 10px;
	margin: 15px;
}

#cuties {
	padding-left: 10px;
	margin: 15px;
}

ul {
	list-style-image: url(../site%20layout/SimplyShantastic/JellibunsSunflower/icon001.gif);
	list-style-type: circle;
	padding-top: 5px;
	padding-left: 10px;
  }
  
li{
	text-decoration: none;
	color: #4A2C00;
	list-style-image: none;
}  


a:link{
	background-color: transparent;
	color: #8F3939;
	text-decoration: none;
	font-family: "Sitka Display";
	font-weight: bold;
}

a:visited{
	background-color: transparent;
	color: #8F3939;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:hover{
	color: #8589ba;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:active{
	background-color: transparent;
	color: #8F3939;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
} 



.clear { 
clear: both; 
background: none; 
}