.picholder {
	float: left;
	margin-left: 15%;
	width: 70%;
}

body {
	/*background-color: #af1f00;*/
	background-color: maroon;
}

/*all of the code from all of the pages is linked to here*/
#menucontainer{

	margin-top: 0px;
	margin-right:0.5%;
	margin-left: 0.5%;
	width: 7%;
	height: 5px;
	border: solid;
	border-radius: 30px; 
	background-color: #af1f00;
	color: silver;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	color: black;
	float: left;
	clear: right;
	min-height: 5px;
	min-width: 5%;
}


/*this holds all of the menus*/


#bodytextcontainer{

	margin-top: 5px;
	margin-right:auto;
	margin-left: auto;
	width: 99.5%;
	height: 3000%;
	border: solid;
	border-radius:10px; 
	background-color: black;
	color: silver;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	float: left;
	min-width:99.5%;
	min-height:3000;
}
/*this is where all of the text/pictures go*/


#header {

	margin-top: 5px;
	margin-right:auto;
	margin-left: auto;
	width: 99.5%;
	height: 30px;
	border: solid;
	border-radius:15px; 
	background-color: silver;
	color: black;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	float: left;
	clear: right;
	min-width: 99.5%;
	min-height: 30px;

}
/*this is where the menus go*/
/* all of the above is the essintial code format for all of my pages*/


p {

	text-align: left;
	color: white;
}

h1{
	color: white;
}


#header {

    margin-top: 5px;
	margin-right:auto;
	margin-left: auto;
	width: 99.5%;
	height: 30px;
	border: solid;
	border-radius:15px; 
	background-color: silver;
	color: black;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	float: left;
    position: relative;
    min-height: 30px;
    min-width: 99.5px;
}


a{

 	color: black;
 }

#gallerybodytextcontainer {
	margin-top: 5px;
	margin-right:auto;
	margin-left: auto;
	width: 99.5%;
	height: 3000%;
	border: solid;
	border-radius:10px; 
	background-color: black;
	color: silver;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	float: left;
    position: relative;
    min-width: 99.5%;
    min-height: 3000;
   
}