body { 
	background-color:#A7A9BF;
	margin-left: 15%;
	margin-right: 15%;
} 
#header { 
	margin-top: 5%;
	text-align: center;
	font: 15px Tahoma, Helvetica, Arial, Sans-Serif;
}
#content { 
	text-align: left;
	margin-top: 15%;
	margin-bottom: 15%;
	margin-left: 10%;
	margin-right: 10%;
	font: 20px Baskerville, Times, “Times New Roman”, serif;
}
h1 { 
	text-align: center;
	font: 25px Baskerville, Times, “Times New Roman”, serif;
}
p.home { 
	text-align: center;
}
#footer { 
	margin-top: 10%;
	text-align: center;
	font: 10px Tahoma, Helvetica, Arial, Sans-Serif;
/*	text-shadow: 0px 2px 2px #555;
 */
}
h1 { 
	margin-bottom: 15px;
}
ul { 
	list-style-type: square;
	padding-left: 12px;
}
ul.details li {
	font: 16px Baskerville, Times, “Times New Roman”, serif;
} 

ul.topnav { 
	line_style: none;
	margin-top: 5%;
}
ul.topnav li { 
	display:inline;	
}
ul.topnav li:after {
	content: " |";
}
ul.topnav li.last:after {
	content: ""; 
}
ul.bottomnav { 
	line_style: none;
	margin-top: 15%;
}
ul.bottomnav li { 
	display:inline;
}
p { 
	margin-bottom: 10px;
	font: 16px Baskerville, Times, “Times New Roman”, serif;
}
img.mainpage-banner { 
	margin-left: 35%;
}
p.contact { 
	margin-left: 30%
}

