/* CSS Document */

body {
	text-align:center;
	background-color:#FFF7BB;
}

.bodytxt {
	font-size:8pt;
}

.frame {
	width:750px;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#DE70A6;
	border-top:1px solid #DA679D;
	border-left:1px solid #DA679D;
	border-right:1px solid #DA679D;
	border-bottom:1px solid #DA679D;
}

.seasonimg {
	background-color:white;
	height:80px;
	width:150px;
}

.titlebnr {
	margin-left:150px;
	padding:20px 30px 50px 0px;
	height:80px;
	text-align:left;
	background-repeat:no-repeat;
	background-position:bottom right;
	background-image: url("/assets/tradition.gif");
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:21px;
	background-color:white;
}

.menubnr {
	text-align:RIGHT;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#DA679D;
	border-top:1px solid #DA679D;
	border-bottom:1px solid #DA679D;
	background-color:white;
}

.menubnr a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#DA679D;
	padding:0px 7px 0px 7px;
}

.menubnr a:link, .menubnr a:visited {
	text-decoration:none;
}

.menubnr a:active, .menubnr a:hover{
	color:yellow;
	background-color:#DA679D;
}

.container {
	float:left;
	width:170px;
}

.contents {
	float:left;
	width:170px;
	text-align:left;
	color:white;
	font-weight:bold;
	border-right:10px solid white;
	background-color:#DE70A6;
	background-image: url("/assets/contbt.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:8pt;
	margin-top:10px;
}

.contcell {
	padding-left:10px;
}
.contcell a {
	color:white;
	font-weight:bold;
	display:block;
	line-height:19px;
}
.contcell a:link, .contcell a:visited {
	text-decoration:none;
}
.contcell a:active, .contcell a:hover {
	color:yellow;
	text-decoration:underline;
}

.contfoot {
	width:750px;
	background-color:white;
	border-left:1px solid #DA679D;
	border-right:1px solid #DA679D;
	border-bottom:1px solid #DA679D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px 0px 3px 0px;
	
}

.mainbody {
	font-family:Arial, Helvetica, sans-serif;
	color:#231F20;
	font-size:8pt;
	background-color:white;
	background-repeat:no-repeat;
	background-position:center;
	background-image: url("/assets/inspiration.gif");
	padding:10px 10px 0px 10px;
}

.leftbg {
	height:110px;
	background-color:white;
	background-position:right center;
	background-repeat:no-repeat;
	color:#231F20;
	font-size:12px;
	margin-left:150px;
}
