@charset "utf-8";
/* CSS Document */

#container {
	width: 950px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFF;
	color: #000;
	padding: 0px;
	height: auto;
}
.red {
	color: #F00;
}

.handwriting {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
}
#banner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #F8948B;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bannertotheoneIlove.png);
	height: 160px;
	padding: 15px;
}
.white {
	color: #FFF;
}

#shinnstontag {
	float: right;
	width: 300px;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	height: 20px;
}
#navigation {
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
	width: auto;
	background-color: #FFF;
	font-size: small;
	height: 150px;
	border: thin none #000;
}
#mainsection {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	float: right;
	width: 745px;
	background-color: #FFF;
	height: auto;
	border: thin none #000;
}
#mainsectionboxone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	background-color: #E6DBD5;
	border: thin groove #666;
	padding: 20px;
	width: 500px;
	background-image: none;
	height: auto;
}
#mainsectionboxtwo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	background-color: #FDD8D5;
	border: thin groove #666;
	padding: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 20px;
	float: left;
	width: 145px;
	background-color: #FFF;
	height: auto;
	border: thin none #000;
}

p {
	font-family: "Arial Narrow";
	font-size: medium;
	font-weight: normal;
	line-height: normal;
	margin: auto;
	text-indent : 30px;
	margin-bottom: 0.09em;
	margin-top: 0.09em;

}
body {
	background-color: #F8948B;
}

h1 {
	font-family: Andalus;
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #000040;
	font-variant: normal;
}
h2 {
	font-family: Andalus;
	color: #000;
	font-size: x-large;
	font-weight: normal;
}

h3 {
	font-family: Andalus;
	color: #000;
	font-size: large;
	font-weight: bold;
}
h4 {
	font-family: "Arial Narrow";
	color: #000;
	font-weight: normal;
	font-size: large;
}
h5 {
	font-size: medium;
	font-family: "Arial Narrow";
	font-weight: normal;
}
h6 {
	font-size: x-small;
	font-weight: normal;
	color: #000;
	font-family: Andalus;
}



a:link {
	text-decoration:none;
	color: #000;
	font-weight: bold;
}    /* unvisited link */
a:visited {
	text-decoration:none;
	color: #000;
} /* visited link */
a:hover {
	text-decoration:underline;
	color: #00F;
}   /* mouse over link */
a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}  /* selected link */
}
.highlight {
	background-color: #FFC;
}
.pink {
	font-family: "Annie BTN", "Arial Narrow";
	font-size: x-large;
	color: #E32091;
}

