@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #F7E8DD;
}
#container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header {
	height: 235px;
	position: relative;
}




#logoDiv {
	padding-top: 10px;
	padding-left: 445px;
}
#nameDiv img {
	position: absolute;
	left: 239px;
	top: 80px;
}
#taglineDiv img {
	padding-left: 315px;
}
#navigation {
	height: 50px;
}
#sidebar {
	width: 400px;
	float: left;
	padding-left: 115px;

}
#sidebar p {
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 0px;
}
#shop p {
	font-size: 12px;
	font-weight: bold;
}
#sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #A01111;
	margin: 0px;
	padding: 10px 0px 0px;
}
#sidebar img {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar #joy {
	border: 1px solid #999;
	padding: 5px 5px 10px;
	margin-top: 5px;
}



#rightcolumn  {
	text-align: center;
	width: 300px;
	margin-left: 575px;
	padding-top: 40px;
}
#invitation {
	height: 730px;
	width: 750px;
	clear: both;
	margin-left: 135px;
}

#panel1 {
	float: left;
	width: 350px;
	height: 700px;
	border: 5px double #360;
	text-align: center;
	padding-top: 15px;
}
#panel2 {
	width: 350px;
	margin-left: 375px;
	height: 700px;
	border: 5px double #360;
	text-align: center;
	padding-top: 15px;
}



#fallInvite {
	border: 5px double #390;
	width: 350px;
	padding: 5px 7px 10px;
}
#fallInvite p {
	line-height: 130%;
}
#joypanel  {
	clear: left;
	text-align: center;
	width: 375px;
	border: 5px double #390;
	padding: 5px 7px 7px 5px;
	margin-left: 115px;
	height: 675px;
}




.location {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
#eventpdf {
	clear: both;
}
#eventpdf table {
	margin-right: auto;
	margin-left: auto;
}
#event {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#event table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.phonenumber {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.fallInviteText {
	font-size: 13px;
	line-height: normal;
}
#seasons {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	clear: both;
	padding-top: 10px;
	height: 330px;
	margin-left: 150px;
}
.figure   {
	float: left;
	margin: 0px 10px 10px;
	width: 305px;
}
.figure p  {
	text-align: center;
	font-size: 13px;
	margin: 5px 0px 0px;
	height: 7em;
}
#container #cheifelf{
	width: 672px;
	margin-left: 115px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	clear: both;
}
#container #cheifelf h2 {
	padding-top: 10px;
	color: #339900;
}



#footer {
	height: 115px;
	clear: both;
}
#footer p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
}
#footer .tagfooter {
	margin-top: 10px;
}

#footer #lineArt {
	margin-top: 10px;
}
#footer .copyright {
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}
#footer .creditline {
	font-size: 11px;
	color: #333333;
	text-align: center;
}

#footer img {
	width: 802px;
	margin-left: 89px;
}

.redText {
	color: #990000;
}
.blueText {
	color: #0000FF;
}
.greenText {
	color: #339900;
}

.fontsize {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 8px;
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.underline {
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.orange {
	font-weight: bold;
	color: #F60;
}
#container #eventpdf table tr {
	border: 1px solid #900;
}
