body {
	margin: 0px;
	}

/* Larger containers (w/o text or graphics) */

div#header {
	height: 140px;
	background-color: #4726c4;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
div#body {
	background-color: #2947e5;
	padding: 10px;
	}

div#email1 {
	background-color: #2868e5;
	padding: 10px;
	clear: both;
} 

div#body2 {
	background: #2689e7;
	padding: 10px;
	}

div#brightcity2 {
	width: 899px;
	margin: 20px auto;
	color: #cceeee;
}

/* Content containers */

div#logo {
	height: 125px;
	}

div#brightcity {
	width: 899px;
	margin: 10px auto;
	color: #eeeecf;
}

div#bcmain {
	width: 509px;
	float: left;
	font-family: museo_sans_rounded300;
	line-height: 150%;
	text-shadow: 1px 1px #030361;
}

div#gallery {
	width:360px;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}

div#frame {
	width:358px;
	height: 358px;
	border: solid 1px #ff0;
	background-image: url(ss01.png);
	background-position: center;
}

div#email2 {
	width: 899px;
	margin: 20px auto;
	color: #eeeecf;	
	font-family: museo_sans_rounded300;
	line-height: 120%;
	font-size: 115%;
	text-align: center;
}

div#kiki {
	float: left;
	margin-top: -57px;
	padding: 0px 0px 20px 0px;
}

div#moretext {
	color: #cceeee;
	font-family: museo_sans_rounded300;
	line-height: 120%;
	font-size: 115%;
	text-shadow: 1px 1px #2947e5;
}

/* Other hardware stuff */

div#clear {
	clear: both;
}

/* Universal tag stylings */

h1 {
	font-family: museo_sans_rounded300;
	color: #ff0;
	text-align: center;
	font-size: 300%;
	margin: 0px;
	text-shadow: 0px 2px #030361;
}

h3 {
	font-family: museo_sans_rounded500;
	color: #ff0;
	text-align: center;
}

h2 {
	font-family: museo_sans_rounded500;
	color: #ff0;
	text-align: center;
}

ul {
	list-style-image: url(moonbullet.png);
	list-style-position: inside;
}

/* Specific tag stylings */

div#email2 a {
	color: #eecceb;
	text-decoration: none;
}

div#email2 a:hover {
	color: #eecceb;
	text-decoration: underline;
}

div#email2 small {
	font-size: 80%;
}

input {
	font-size: 80%;
}

input[type=text] {
	padding: 20px;
	background-color: #2947e5;
	border: solid 1px #45abe8;
	font-family: museo_sans_rounded100;
	color: #45abe8;
	border-radius: 10px 0px 0px 10px;
}

input[type=text]:focus {
	color: #eeeecf;
}

input[type=submit] {
	padding: 20px;
	color: #eeeeee;
	background-color: #2689e7;
	border: solid 1px #45abe8;
	border-radius: 0px 10px 10px 0px;
	font-family: museo_sans_rounded100;
}

input[type=submit]:active {
	background-color: #2868e5;
}

div#moretext b {
	font-family: museo_sans_rounded500;
	color: #eeeeee;
}

.pinklink {
	font-family: museo_sans_rounded300;
	font-size: 150%;
	line-height: 150%;
}

.pinklink a {
	color: #ef67e6;
	text-decoration: none;
}

.pinklink a:hover {
	text-shadow: 0px 0px 4px #eecceb;
}

.pinklink img:hover {
            filter: drop-shadow(0px 0px 4px rgba(238, 204, 205, 0.5));
        }