/* CSS Document */

 /* Snyderphonics Style Sheet */

body {
margin: 0; 
	text-align: center; 
	table-layout: fixed;
	width: auto;
	}

h1 {
	position : static;
	right : 0%;
	top: 0%;
	width : 600px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20;
	color: #00000f;
}

#manta_summary {
	position : relative;
	margin-bottom: 19%; /* change this value to adjust height of text next to image -- depends on image height */
	left: 9px;	
	width: 350px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 86%;
	color: #00000f;
}

#buy_now {
	position : relative;
	margin-bottom: 19%; /* change this value to adjust height of text next to image -- depends on image height */
	left: 9px;	
	width: 350px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #00000f;
}

#mantamate_summary {
	position : relative;
	margin-bottom: 19%; /* change this value to adjust height of text next to image -- depends on image height */
	left: 9px;	
	width: 350px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 86%;
	color: #00000f;
}

#birl_summary {
	position : relative;
	margin-bottom: 56%; /* change this value to adjust height of text next to image -- depends on image height */
	left: 9px;	
	width : 350px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 86%;
	color: #00000f;
}

#tshirt_summary {
	position : relative;
	margin-bottom: 56%; /* change this value to adjust height of text next to image -- depends on image height */
	left: 9px;	
	width : 350px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 86%;
	color: #00000f;
}

#user_summary {
	margin-bottom: 9%; /* change this value to adjust height of text next to image -- depends on image height */
	width : 420px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 86%;
	color: #00000f;
}

#content {
	position : relative;
	right : 0%;
	top: 0%;
	width : 600px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 86%;
	color: #00000f;
	overflow: auto;
	text-align: left;
	background-color: #ffffff;
	left: 2%;
	bottom: 0%;
	border: thin none #CCCCCC;
	clear: none;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0%;
}

.titlehead {
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
}
.dates {
	color: #666666;
	font-size: large;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
img.floatleft {
	float:left;
	margin: 0px 7px 3px 0px;
}
img.floatright {
	float:right;
	margin: 0px 0px 0px 10px;
}
img.floatcenter {
margin-left: auto;
margin-right: auto;
}
#bottomfill {
	background-color: #ffffff;
	position: absolute;
	height: auto;
	width: auto;
	left: 27%;
}

