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

/* Specifies red, light, centered headings. */
h1, h2, h3{
	color: rgb(176,27,31);
	font-family: "ITC Baskerville", Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	text-align:center;
}

/* Specifies large font size for main h1 headings. */
h1{
	font-size: 350%;
	margin-top: 80px;
	margin-bottom: 0;
	
}

/* Specifies medium font size for h2 headings. */
h2{
	font-size: 250%;
}

/* Specifies thin red border for entire page. */
body{
	border: 3px solid rgb(176,27,31);
						   width: 1024px;
						   margin-top: 20px;
						   margin-left: auto;
						   margin-right: auto;
						   padding: 0px;
}

/* Specifies a medium gray background for the entire page. */
html{background-color:#666;
						
}


/*Specifies the font and left alignment for the whole page. */
body{
	background-color:#FFF;
	text-align:left;
	font-family:"Futura", Helvetica, Arial, sans-serif;
	font-size:90%;
	line-height:150%;
}

/*Specifies the container size with padding and left alignment. */
#container{
	width: 984px;
	padding: 40px;
	text-align: left;
}


p {
	margin-top: auto;
}

#headimage {
	width: 1024px;
	height: 191px;
}


/* Specifies orientation and thin red border around figures. */
#img.figure{
	float: left;
	background-color:#FFF;
	margin: 20px;
	border: 2px solid rgb(176,27,31);
	padding: 10px;
}

.FloatLeft{
	float:left;
	display:inline;
	margin:10px;
	text-align: center;
	color: rgb(176,27,31);
	font-size: 75%;
	border: 2px solid rgb(176,27,31);
	padding: 10px;
}

/* Specifies centered text with a white background for footer. */
#footer{
	bottom: 0;
	width: 1024px;
	margin-bottom: 10px;
	text-align: center;
	background-color:#FFF;
	clear: both;
}

* html #footer { position: absolute; }

/* Specifies content text will be centered with a white background and a thin red border. */
.entry-content{
	float: none;
	margin:40px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid rgb(176,27,31);
	padding: 20px;
}

#MenuBar1 {
	width: 1024px;
}

/* Specifies that unvisited links are red, visited links are dark gray, and active links are black. */
a:link{color:rgb(176,27,31);}
a:visited{color:#666;}
a:hover{color:#000;}
a:active{color:#000;}

a{text-decoration: none;}

	