* { padding: 0; margin: 0; }

body {
	background-image : url(../layout/tumblr_834445dd2222669f6641b31cdf98b418_8847bd02_75.gif);
	background-repeat: repeat;
	text-align: left;
	font-family: "Sitka Display";
	font-size: small;
	color: #8F3939;
}



#wrapper {
	width: 800px;
	height: auto;
	background-color: #FFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #FFB2CC;
}

#header {
	width: 800px;
	background-color: #FFF;
	-webkit-border-radius: 40px 40px 0px 0px;
	-moz-border-radius: 40px 40px 0px 0px;
	border-radius: 40px 40px 0px 0px;
	height: 200px;
	border-bottom-color: #FFB2CC;
}

#leftcolumn {
	background-color: #FFF;
	width: 120px;
	float: right;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	display: inline;
	text-align: left;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;

}

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

#rightcolumn {
	background-color: #FFF;
	width: 120px;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline;
	text-align: left;
	padding: 5px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

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

.gallery {
	
	margin-right: 10px;
	
}

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-top: 10px;
}

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

h3 {
	font-size: 12px;
	text-align:left;
	color: #3eb9d4;
}

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

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

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;
}  


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: #FF799F;
	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;
} 

.scrollbarcontent
{
	margin-top: 0px;
	height: 450px;
	width: 470px;
	overflow-y: scroll;
	overflow-x: hidden; 
	margin-bottom: 25px;
}

.scrollbarleft
{
	margin-right: 0px;
	margin-top: 10px;
	float: right;
	height: 450px;
	width: 120px;
	background: #;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}
 
#style-8::-webkit-scrollbar-track
{
	border: 1px #f786b3;
	background-color: #fcf1f6;
	border-radius: 10px;
}

#style-8::-webkit-scrollbar
{
	width: 10px;
	background-color: #fcf1f6;
}

#style-8::-webkit-scrollbar-thumb
{
	background-color: #ffd1e4;	
}


.scroll {
background: #ff8e00;
height: 450px;
overflow-y: scroll;
overflow-x: hidden; 
width: auto;
border: 1px solid #000;
padding: 0px;
}



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