/* CSS Document */

body {
	background-color: #2A568F;
	background-image: url(../images/bkgdbody.png);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #C7DDFA;
}

#header {
	width:750px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:744px;
	background:url(../images/watermark.gif) repeat-y;
	min-height:400px;
	padding:3px;
}

/* To replace #container */
#content {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	background:url(../images/watermark.gif) 0px 19px repeat-y;
	min-height:400px;
}

.descrip {
	margin-top: 1px;
}

.moreinfo {
	width: 292px;
}

.descriphead {
	font-size: 11px;
	font-weight: bold;	
}

.note {
	font: 9px italic;
	line-height: 9px;
}

#intro {
	font-size: 11px;
	line-height: 16px;
	width: 230px;
}

#seasonhead {
	font-size: 14px;
	font-weight: bold;
	color: #FDE7DB;	
}

.peach {
	color: #FDE7DB;
}

.nav {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 139px;
	padding-left: 6px;
	display: block;
}

.navtop {
	background-image: url(../images/navtop.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 139px;
	padding-left: 6px;
	display: block;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C7DDFA;
	text-decoration: underline;
}

a:hover {
	color: #FDE7DB;
	text-decoration: underline;
}

.title {
	font-size: 24px;
	font-weight: bold;
	color: white;
	position: absolute;
	top:160px;
	right: 36px;
	z-index:5;
	line-height:30px
}
.large
{
	font-size: 18px;
	line-height:20px;
}

.bordered {
	 border:2px #69F solid;
}

#footer {
	clear:both;
	text-align:center;
}
