
/* HTML5 display-role reset for older browsers */
article, aside, 
details, figcaption, 
figure, footer, 
header, hgroup, 
menu, nav, section {
					display: block;
}

/*Specify backgrount image and page defaults*/
body {

	font-family: 'Eczar', serif;
	margin: 0;
	padding: 0;
	border: 0;
}

/*Center text for all header elements*/	
h1, h2, h3{text-align: center;}	

/*Page default for a:hover*/
a:hover {cursor: pointer;}	



#main div{width: 60%;
				margin-right: 20%;
				margin-left: 20%;
}
/*Specifications for page footer element*/
#contact {height: 75px;
		width: 100%;
		padding: 0;
		background-color: #0000ff;
		color: #ff0000;
		font-size: 2.5em;
		clear: both;
		font-weight: bolder;	
		text-align: center;
}			

#contact p {display: inline;
			margin: 0;
			padding: 0;
}

#contact	img	{display: inline;
			vertical-align: middle;
			margin-right: 25px;
			margin-left: 25px;
}	

#contact a {text-decoration: none;
			color: white;
}			

