﻿#header1 {
	background-image: url(../images/header1.gif);
	background-repeat: no-repeat;
}
#header2 {
	background-image: url(../images/header4.jpg);
	background-repeat: no-repeat;
}
#nav a {
	font-size: 1.2em;
	color: #E6E6E6;
	text-decoration: none;
	padding-right: 0.8em;
	padding-left: 0.8em;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul {
	margin-top: 8px;
}
#nav li {
	display: inline;
	list-style-type: none;
	position: relative;
}
#title {
	margin-bottom: 8px;
}
#title img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	color: #666666;
	text-align: center;
	margin-top: 16px;
	font-size: 1.1em;
	margin-bottom: 16px;
}
#footer li {
	display: inline;
	list-style-type: none;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#footer li.noborder {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}
