#container{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:3%;
	background-color:azure;
	border: 16px solid transparent;
	border-image: url("assets/rainbowborder.png") 17 round;
	border-image-outset: 16px 16px;
	text-align:center;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';


}
body{
	background-image:linear-gradient(#FFB9C3,#FFD2B9,#FFF5B9,#E6FFB9,#B9EBFF,#CDB9FF);
	background-repeat: round;
	backgound-size:100%;
}

header{
	font-family:'Lucida handwriting';
	font-weight:bold;
	color:#7C00C3;
	background-color:#CEF9F9;
	margin:0px;
	padding:10px;
	border:20px double azure;
	border-radius:20px;
}
nav{
	border-bottom:20px dotted #CEF9F9;
	padding:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-decoration:none;
	font-color:#7C00C3;
	font-size:19px;
}
nav a{
	font-decoration:none;
	font-color:#7C00C3;
}
nav a:hover{
	font-color:#a42ee8;
	font-weight:bold;
}

h2{
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
}
h6{
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	color:#7C00C3;	
}
footer{
	border-top:10px dotted #CEF9F9;
}

.prototypefloat{
	float:right;
	width:15%;
	height:auto;
	border-left:10px dotted #CEF9F9;
	border-bottom:10px dotted #CEF9F9;
	padding:0%;
	margin-left:10px;
	margin-bottom:5px;
}

.newfurbyfloat{
	float:left;
	width:14%;
	height:auto;
	border-right:10px dotted #CEF9F9;
	border-top:10px dotted #CEF9F9;
	padding:0%;
	margin-right:5px;
	margin-top:0px;
}

/* gallery specific */
figure{
	margin:10px;
	width:50%;
	height:auto;
	position:center;
}

figcaption{
	background-color:#CEF9F9;
}