@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #70985a;
	background-image: url(images/summer-curls.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #663399;
	font-size: 101%;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	
}

#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
	text-align: left;
	background-color: #cccccc;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/summer-path.jpg);
}

#sidebar {
	background-color: #CCCCCC;
	float: right;
	height: 400px;
	width: 250px;
	padding: 10px;
	padding-top: 30px;
}

#header {
	margin: 0;
	padding-top: 20px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 150px;
}

#mainContent {
	padding: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
}

p {
	padding-bottom: 1.8em;
}
	
#photoLeft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#footer {
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 50px;
}

#footer p {
	margin: 0;
	padding: 10px;
}

.navigation	{
	color: #663399;;
	text-decoration: none;
}

.navigation:hover	{
	color: #356F32;
	text-decoration: none;
}

.poetry {
	line-height: 1.3em;
	text-align: center;
}

.copyright {
	color:#000000;
	font-size:0.8em;
}

.clearfloat {
	font-size: 10px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

#navBar {
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
}

