/*Header Float*/
#header {
	margin: auto;
	top: 0;
	height: 100px;
	width: 1000px;	
}


/* Top Rounded Header */
h1{
	text-align: center;
	color: ;
	font-size: 2em;
	font: 1em;
	font-family: Georgia, serif;
	background-image: ;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}

/*Header for main body*/
h2{
	text-align: center;
	color: ;
	font-size: 2em;
	font: 1em;
	font-family: Georgia, serif;
	background-image: ;

}



/* Main Content Float*/
#content {
	color: white;
	margin: auto;
	width: 1000px;
	padding-right: 25px;
	background-color: black;
	border-radius: 12px;
}



p {
	text-align: center;
}

html{
	min-height: 100%;
	background-color: black;
	font-family: Trebuchet MS, arial; 
}


/* Removes Borders from linked Images */ 
a img {border: none; }



/* Used to align headers and images */

.align-leftbody{
	float: left;
	margin-right: 1em;
}

.align-right { 
	float:right; margin: 0 0 15px 15px; 
}

.align-left { 
	float:left; margin: 0 15px 15px 0; 
}
