@charset "utf-8";
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	/* [disabled]font-weight: bold; */
	/* [disabled]background-color: #C09; */
	background-image: url(../images/sad-girl-purple-stripes.png);
}
#outerWrapper {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #9760C5;
	margin-top: 30px;
	margin-bottom: 50px;
	border: 5px solid #000;
}
#contentWrapper {
	width: 100%;
	overflow: auto;
}
#header {
	width: 100%;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
	overflow: auto;
}
#logo {
	float: left;
	width: 242px;
	text-align: left;
}
#banner {
	float: left;
	width: 700px;
	text-align: right;
	margin-left: 15px;
}


#nav {
	width: 300px;
	float: left;
}
#nav ul {
}
#nav a {
	color: #FFF;
	display: block;
	text-decoration: none;
	font-family: 'Sunshiney', cursive;
	;
	line-height: 3em;
	font-size: 24px;
	padding-left: 10px;
}
#nav a:hover {
	color: #000;
	background-color: #FF9;
}
#nav li {
	font-size: 18px;
	/* [disabled]border-bottom-width: 2px; */
	/* [disabled]border-bottom-style: dashed; */
	/* [disabled]border-bottom-color: #FF0; */
	width: 300px;
}
#nav a.current {
	color: #000;
	background-color: #FF9;
	cursor: default;
}
#content {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 760px;
	float: left;
	font-size: 20px;
	text-align: justify;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #FF0;
}
#content p {
	font-family: 'Karla', sans-serif;
	color: #FFF;
	font-size: 22px;
}
#content a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FF0;
	font-size: 20px;
	text-decoration: underline;
}
#content a:hover {
	color: #FFF;
}

#content h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	/* [disabled]font-weight: bold; */
	color: #FF0;
	text-align: center;
}
#content h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	/* [disabled]font-weight: bold; */
	color: #FF0;
	text-align: center;
}
#footer {
	width: 100%;
	text-align: center;
	clear: both;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#footer p {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a {
	color: #FFF;
	font-family: 'Karla', sans-serif;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.floatRight {
	float: right;
}
.contentFontIncrease {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 60px;
}
#contact {
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
input {
	width: 350px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
input#button {
	width: 75px;
	border-radius: 8px 8px 8px 8px;
	cursor: pointer;
}
input#button:hover {
	width: 75px;
	border-radius: 8px 8px 8px 8px;
	cursor: pointer;
	background-color: #FF9;
}
textarea {
	width: 350px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
input:focus {
	padding: 0 5px;
	background-color: #CCC;
}
textarea:focus {
	padding: 0 5px;
	background-color: #CCC;
}
.photoLinks {
	font-size: 10px;
	text-align: center;
}
