body {
	background-image:url(../img/brown-paper.jpg);
	font-family: times new roman, serif;
	width:100%;
	overflow-x:hidden;
}

h1 {
font-size:24px;
}

p {
	font-size:large;
}

div#chalkboard {
	float: left;
	height: auto;
	position:relative;
	left:18px;
	clear:left;
	z-index:150;
	background-image:url(../img/chalkboard.gif);
	background-repeat:repeat-y;
/*	padding-top:60px;*/
	color:white;
	-moz-box-shadow:    13px 15px 28px -2px #111;
	-webkit-box-shadow: 13px 15px 28px -2px #111;
	box-shadow:         13px 15px 28px -2px #111;
}

#chalkboard a:link, #chalkboard a:visited {
	color:#FD72FB;
	text-decoration:none;
}

#chalkboard a:hover, #chalkboard a:active{
	color:#FD72FB;
	text-decoration:underline;
}

div.container {
	left:0px;
	position:relative;
	float: right;
	clear: right;
	overflow:hidden; 
	z-index:100;
}

div.:hover, div.container:active{
/*	left:0px;	*/
}

/*
div.container2 {
	background-image: url(../img/lollyshadow.png);
	background-repeat:no-repeat;
}

div. {
	background-image: url(../img/lollystick.png);
	background-repeat:no-repeat;
	overflow:hidden;
	height: 100px;
	width: 600px;
}
*/
div {
	float:left;
	background-repeat: no-repeat;
	background-position:left;	
/*	height:150px;
	overflow:hidden;*/
}
div.:hover {
	background-image: url(../img/finger.gif);
	background-repeat: no-repeat;
	background-position:left;
}

div.container2 {
	background-repeat:no-repeat;
	width: 588px;
/*	height:250px; */
	position:relative;
}
/*
div.when {
	background-image: url(../img/when-a.gif);
}

div.where {
	background-image: url(../img/where.gif);
}

div.what {
	background-image: url(../img/what-a.gif);
}

div.how {
	background-image: url(../img/how-a.gif);
}
*/
div#nav-topper {
	background-image:url(../img/chalkboard1/top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:155px;
	width:100%;
	position:absolute;
	clear:both;
}
div#nav-bottomer {
	background-image:url(../img/chalkboard1/bottom.gif);
	background-position:bottom center;
	height:121px;
	width:100%;
	clear:both;
}
div#nav-container {
	float:left;
	width:588px;
	background-image:url(../img/chalkboard1/middle.gif);
	background-position:top center;
	background-repeat:repeat-y;
}


div.container{
	background-image:url(../img/chalkboard1/dashes.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
  padding:0 0 40px 0;
}

div.container:hover, div.container:active{
/*	left:0px;	*/
}

div.container2 p{
	font-size:22px;
}

div.container2 div{
	background-position: center;
}


.home a:hover, .next a:hover, .home a:focus, .next a:focus, .home a:active, .next a:active {
    border: 2px grey inset;
}

inspector-stylesheet:1
.home a, .next a {
    display: block;
    padding: 16px;
    border: 2px grey outset;
    background: #5f0bb8;
    /* background: rgba(255, 0, 151, 0.25); */
    text-decoration: none;
    font-family: 'Henny Penny', cursive;
    font-size: large;
}


div.wedsite-header{
  margin: 30px 0 -30px 40px;
}

div.question, div.answer {
/*	height:250px;*/
	width:420px;
/*	position:absolute;*/
  	float:left;
	font-family:"Apple Chancery", "Lucida Handwriting", "MV Boli", "Comic Sans MS", Impact, sans-serif;
	font-weight: 900;
	margin:0;
	padding:0 85px 0 85px;
	color:#CBD2E5;
}

div.links {
	font-family:"Apple Chancery", "Lucida Handwriting", "MV Boli", "Comic Sans MS", Impact, sans-serif;
	text-align:center;
}

div.question p{
	font-size:x-large;
	color:#E8CE75;
}
div.answer p{
  font-size:large;
	color:#CBD2E5;
}

/*
div.question p{
  visibility:hidden;
}
*/

div#pics {
	position:relative;
	clear:both;
	float:right;
	width:600px;
	height:500px;
	padding:80px 0 0 15px;
}

div#ie-image{
	visibility:hidden;
}

div.gallery-frame {
	width: 420px;
	height: 440px;
/*	overflow: hidden;*/
}


div.gallery-frame img {
	border: solid white 30px;
	border-bottom: solid white 80px;
	margin: 15px;
	-moz-box-shadow:    3px 5px 3px -2px #333;
	-webkit-box-shadow: 3px 5px 3px -2px #333;
	box-shadow:         3px 5px 3px -2px #333;
	float:left;
}

div.gallery-frame p.image-caption{
position:relative;
top:-90px;	
left: 66px;
color:#009;
font-family:"Courier New", Courier, monospace;
text-align:center;
width:290px;
float:left;
}

.image-caption a {
	text-decoration:none;
	color: darkred;
}
.image-caption a:hover, p:hover.image-caption a {
	text-decoration:underline;
	color: blue;
}

div#footer-pics{
	width:100%;
	position:relative;
	float:left;
	top:-25px;
	z-index:-1;
}

.typed {
font-family: 'Special Elite', cursive;
}
.big {font-size:300%;}