/*  html tags--------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
object {
	display: block;
	outline: none;
}
body {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #63594F;
}
#home{
	background: #63594F url(images/ellipses1005.png) no-repeat center 490px;
}
h1 {
	font-size: 20px;
	line-height: 190px;
	text-indent: -2222px;
}
#home h1 {
	line-height: 25px;
	text-indent: 0px;
	margin: 165px 0px 0px;
	color: #203255;
}
#home h2 {
	margin-bottom: 60px;
	color: #203255;
}
#home .copyright {
	color: #203255;
}
h1 a {
	display: block;
	background-image: url(images/logo59.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0px;
	text-align: center;
}
h3 {
	font-size: 16px;
	line-height: 21px;
	margin: 20px 0px;
}
p {
	font-size: 16px;
	line-height: 24px;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:hover, a:active {
	text-decoration: underline;
	color: #203255;
}
a img {
	border-style: none;
}
ul {
	list-style-type: none;
}
/* layout --------------------------*/
#wrapper {
	width:880px;
	margin: 10px auto 0px;
}
#wrapper2 {
	width:880px;
	margin: 0px auto;
	background-image: url(images/header1005.png);
	background-repeat: no-repeat;
}
#branding {
	height: 200px;
	position: relative;
}
#photoviewer {
	position: relative;
}
#pagelinks {
	position: absolute;
	top: 150px;
	left: 140px;
}
#pagelinks ul {
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#pagelinks li {
	width: 80px;
	text-align: center;
	float: left;
	line-height: 28px;
	font-family: "Comic Sans MS", cursive;
	margin: 0px 20px;
	font-size: 13px;
	display: inline;
}
#pagelinks a {
	display: block;
	height: 28px;
}
#pagelinks a:link, #pagelinks a:visited {
	text-decoration: none;
	background-image: url(images/navbkgd32.png) !important;
	background-image: url(images/navbkgd_ie.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #203255;
}
#pagelinks a:hover, #pagelinks a:active {
	text-decoration: none;
	background-position: right top;
	color: #F3EEE9;
}
#pagelinks .selected {
	color: #F3EEE9;
	background-image: url(images/navbkgd32.png) !important;
	background-image: url(images/navbkgd_ie.png);
	background-position: right top;
}
/* Classes --------------------------*/
.longtxt {
	padding: 0px 30px;
}
.longtxt p {
	text-indent: 1em;
	margin-bottom: 20px;
}
.centertxt {
	text-align: center;
	text-indent: 0px;
}
.centertxt p {
	margin-bottom: 20px;
}
.cleardiv {
	clear: both;
	padding: 5px;
}
.homeNav {
	margin: 20px auto 0px;
	width: 100%;
}
.homeNav li {
	display: inline;
}
.homeNav a {
	padding: 0px 20px;
}
.linkslist {
	text-indent: -60px;
	line-height: 24px;
	margin: 10px 60px 0px 120px;
}
.linkslist li {
	margin-bottom: 6px;
}
.copyright {
	font-size: 10px;
	margin-top: 46px;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
}
.recipe {
	padding: 0px 60px;
}
.tightList {
	margin: 20px 0px 30px 140px;
	list-style-type: none;
}
.bulletlist {
	list-style-type: disc;
	margin: 0px 50px 10px;
	list-style-position: outside;
}
.bulletlist li {
	margin-top: 12px;
}
