@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding-top:20px;
background-color: #E0C8E8;
}


#wrapper {
overflow: auto;
margin: 0 auto 0 auto;
width: 998px;
overflow-x:hidden;
overflow-y:hidden;
 
}


 
	 /**************************about code************************/
	 
#about_wrapper {
overflow: auto;
margin: 0 auto 0 auto;
width: 998px;

 

}

#about_header {
margin: 0 auto 0 auto;
width: 998px;
 height: 300px; 

}

#about_content {
	width: 998px;
	background-color: #78747A;
	color: white;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}

 #about_content p {
 padding: 20px;
 text-indent: 20px;
 }

 p { 
 margin: 0px;
 padding: 0px;
 }

#about_footer {
margin: 0 auto 0 auto;
width: 998px;
 height: 61px;
 background-image: url(about_footer_round.png);
	background-repeat: no-repeat;
	background-color: pink;
	
	}
#about_footer p {
text-align: center; 
	color: white;
	padding-top: 10px;
	padding: bottom: 10px;	
	}
	
	#about_footer a:link, #about_footer a:visited {
	text-decoration: none;
	color: pink;
	}
	#about_footer a:active , #about_footer a:hover {
	text-decoration: none;
	color: red;
	}
/*******************************index footer******************************/

#footer {
margin: 0 auto 0 auto;
width: 998px;

 background-color: #E0C8E8;
	
	}
#footer p {
text-align: center; 
	color: black;
	
	}
	
	#footer a:link, #footer a:visited {
	text-decoration: none;
	color: black;
	}
	#footer a:active ,#footer a:hover {
	text-decoration: none;
	color: red;
	}
	
	/********************************portfolio code*************************/
	
	#portfolio_wrapper {

margin: 0 auto 0 auto;
width: 998px;
overflow-x:hidden;
overflow-y:hidden;
 

}

#portfolio_header {
margin: 0 auto 0 auto;
width: 998px;
 height: 291px; 
 
}

#portfolio_content {
	width: 998px;
	background-color: #78747A;
	color: white;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}

 #portfolio_content p {
 padding: 20px;
 text-indent: 20px;
 }

 /*********************************contact header**********************/
 
 #contact_header {
margin: 0 auto 0 auto;
width: 998px;
 height: 295px; 

}
 
 /***********************************resume header****************************/
 
 #resume_header {
margin: 0 auto 0 auto;
width: 998px;
 height: 294px; 

}
#resume_content {
margin: 0 auto 0 auto;
width: 998px;
padding-top: 50px;
background-color: #78747A;
	color: white;
}
#resume_content p {
padding: 20px;
text-indent: 20px;

}

#resume_content h3 {
padding-left: 30px;
color: #E0C8E8;
}

#resume_text {
	width: 525px;
	background-color: #78747A;
	color: white;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/**********************************contact code***************************/

#contact {
	width: 600px;
	color: white;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	text-align: center;
}

#contact a:link, #contact a:visited {
text-decoration: none;
color: orange;
}

#contact a:hover , #contact a:active {
text-decoration: none;
color: pink;
}

/*******************************about me code******************************************/

#about_me {
margin: 50px auto 100px auto;
width: 500px;
color: white;
}
#about_me p {
text-indent: 20px;
padding: 20px;
}

#about_me a:link , #about_me a:visited {
color: pink;
}
#about_me a:hover , #about_me a:active {
color: black;
}

#paypal_form {
margin: 20px auto 0 auto;
width: 300px;
text-align: center;
}

#paypal_form img {
text-align: center;
}