@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/Saffon_BG.jpg);
	background-repeat: repeat-x;
	background-color: #393939;
}.logo {
	background-image: url(images/Saffon_Logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
	height: 169px;
}
.intro_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
	padding-left: 60px;
	padding-right: 60px;
	vertical-align: bottom;
	padding-bottom: 15px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.menu a{
	color: #333333;
	text-decoration: none;
}
.menu a:hover{
	text-decoration: underline;
	color: #333333;
}
.flash {
	padding-top: 5px;
	padding-bottom: 5px;
}
.copy {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
}
.selected {
	text-decoration: underline;
}
