#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#nav {
	height: 50px;
	background-image: url(../header.png);
	background-repeat: no-repeat;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #4D4D4D;
	margin: 0px;
	background-color: #EAEAEA;
}
h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}
p {
	margin: 0px;
}
ul {
	margin: 0px;
	padding-left: 30px;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 10px;
}
em {
	color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}
.whiteheading {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}
#footer {
	font-size: 10px;
	line-height: 50px;
	background-color: #FFFFFF;
	height: 50px;
	padding-left: 20px;
	color: #999999;
	margin-bottom: 30px;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #CCCCCC;
}
a {
	text-decoration: none;
	color: #4D4D4D;
}
a:hover {
	color: #666666;
}

