.style1 {font-family: Georgia, "Times New Roman", Times, serif}
body {
	background-image: url(../Images/background.png);
	background-repeat: no-repeat;
}
#container {
	width: 1040px;
	margin-top: 140px;
	overflow: auto;
}
#header {
	background-image: url(../Images/header.png);
	background-repeat: no-repeat;
	float: left;
	width: 758px;
	height: 16px;
}
#mainbody {
	background-image: url(../Images/sides.png);
	background-repeat: repeat-y;
	width: 759px;
	float: left;
}


#footer {
	float: left;
	height: 108px;
	width: 758px;
	margin-left: 190px;
}
#container #nav {
	width: 140px;
	float: left;
	height: 280px;
	margin-top: 20px;
	margin-left: 50px;
	background-image: url(file:///A PHILLIPS/navigation_bar.png);
	background-image: url(../Images/navigation_bar2.png);
}
ul {	
    list-style-type: none;
	margin: 0;
	padding: 0;
	
}
li {
	display: block;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left: 2px;
	text-align: center;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #056984;
	text-decoration: none;
}
#container #mainbody a:link {
	text-decoration: none;
	color: #77B8CA;
}
#container #mainbody a:hover {
	text-decoration: none;
	color: #4D7885;
}
