/* Main Selectors */
body {
	background-color: #C0DCC0;
	color: #808080;
}
#container {
	padding: 5px;
	background-color: #FFF;
	background-repeat:no-repeat;
	background-position: center;
	width:auto;
	margin-left:50px;
	margin-right: 50px;
	margin-bottom: 0px;
	background-attachment: scroll;
}

a, a:visited {
	background-color: transparent;
	color: #A6CAF0;
}

a:hover {
	background-color: transparent;
	color: #C0DCC0;
}

/* Header */

/* Header2 for "About A Little Somebunny's Creation" */
div#header h2 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #808080;
	line-height: 0%;
}
/* Header3 for "About The Crew" and "The Usual Rabbits"*/
div#header h3 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #C0DCC0;
	line-height: 50%;
	padding-top: 15px;
}


/* Thumbnail Index */
div#index {
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 1ex 0 1ex 0;
	text-align: center;
	font-size: 0.9em;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 150px;
	border-style: none;
	text-align: center;
	vertical-align: bottom;

}



div#index td.title {
	border-style: none;
	text-align: center;
}

div#index td.thumbcell img {
	margin:0 auto 0 20px;
	border-style: solid;
	border-color: #808080;
	border-width: 1px;
	padding: 2px;
}

div#index td.blurb {
	width: 200px;
	border-style: none;
}

/* link to home at top of page "A Little Somebunny's Creation presents:" */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 auto 0 auto;
}
div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph of line up at bottom of page */
div#photograph {
	text-align: center;
	margins: 1ex 0 1ex 0;
}
div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #808080;
	border-width: 1px;
	padding: 5px;
}

/*written blurbs */
p.blurbzack {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align:justify;
	font-size: 0.8em;
	display: block;
	width: 300px;
	padding-left: 10px;
}

p.blurb {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align:justify;
	font-size: 0.8em;
	display: block;

}

/* Return to home page link at bottom of page - "Return to.."*/
div#home {
	font-family: tahoma, arial, helvetica, sans-serif;
	margin-top: 30px;
	text-align: center;
	font-size: 0.9em;
}

/* Footnote - link to home page at very bottom "www.somebunnyscreation.com" */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	padding-top: 20px;
}
/* copyright*/
div#notice {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	padding-top: 50px;
}

#footer{
	font-size: 0.7em;
	text-align: center;
	padding-top: 20px;
	color: #808080;
}