body {
	position: relative; 
}

#picDiv {
	width: 100%;
	height: 600px;
	background-image: url("../pictures/background.jpg");
	margin: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center;
	text-align: center;
	padding-top: 295px;
}

#aboutMe {
	padding-top:55px;
}

#resume {
	padding-top:55px;
}

#portfolio {
	padding-top:55px;
}

#contactMe {
	padding-top:55px;
}

#titleBackDiv {
	width: auto;
	background-color: black;
	height: auto;
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

#title {
	font-weight: bold;
	font-size: 80px;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}

#howdy {
	font-weight: bold; 
	font-size: 30px;
	font-family: 'Lobster', cursive;
	font-weight: 400;
}

#aboutMeParagraph {
	font-size: 16px;
}

#subtitle {
	font-size: 30px;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*opacity: 0.5;	
	background-color: white;
    filter: alpha(opacity=50);*/
	
}

#picAboutMe {
	border-radius: 20px;
    border: 0px solid blue;
	width: 160px;
	height: 266px;
	float: left;
	background-image: url("../pictures/KaylaNew.jpg");
	margin-right: 10px;
}

.indentP {
	padding-left: 16px;
}

h4 {
	display: inline;
	padding-left: 8px;
}

#wrapperDiv {
	width: 100%;
	background-color: grey;	
}

#mainDiv {
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 50px;
}