/*MHstylesheet.css*/
#backbay {
background: url(images/backbay.jpg);
}

#wrapper {
width: 1000px;
padding: 0px;
margin: 0px auto 0px auto;
height: auto;
text-align: left;
border: 0px solid #ddd;
background:#ffffff;
}

#header {
	
	text-align:center;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	background:#ffffff;
	
}



#footer {
	width:1000px;
	height:30px;
	text-align:center;
	text-size: small;
	background: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-alignment: center;
}

#main{
	
	margin-left: 199px;
	margin-right:199px;
	padding:10px;


	}


#sidebarleft{
	float:left;
	padding:15px;
	width:180px;
	
	
}

#sidebarright{
	float:right;
	padding:10px;
	width:180px;
	

}

body{
	
	margin: 0px;
		
}

/*A Walk through time title font size*/
h1 {
	color: #000000;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
}


/*Subtitle Font Size*/
h2 {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;

}

/*Paragraph Font*/
p {
	
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	
}

/*table font*/
table {

	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	border-color: blue;
}

/* Unvisited link (no underline) */
a:link {
	color: #060;
	text-decoration: none;

}

/* Visited links (no underline) */
a:visited {
	color: #039;
	text-decoration: none;
	
}

/* Hover links (dark blue underline) */
a:hover {
	color: #039;
	text-decoration: underline;

}

/* Active links (dark green underline) */
a:active {
	color: #060;
	text-decoration: underline;
	
	}

