@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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
.twoColFixLtHdr #container {
	width: 990px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
} 
.twoColFixLtHdr #paper {
	background-image: url(../images/paper-main2.jpg);
	background-repeat: repeat-y;
	background-position: 45px -50px;
}
.twoColFixLtHdr #partybg {
	background-image: url(../images/paper-maskparty.jpg);
	background-position: 45px 250px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header {
	height: 250px;
	margin-right: 45px;
	margin-left: 45px;
	background-image: url(../images/paper-header2.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	margin-left: 45px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.twoColFixLtHdr #sidebar1 p {
	margin-top: 0px;
	margin-bottom: 4px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 56px;
	margin-bottom: 0;
	margin-left: 305px;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 0;
} 
.twoColFixLtHdr #mainContent h1 {
	margin: 0px;
	color: #006699;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #mainContent h2 {
	color: #1A4081;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: center;
}
.twoColFixLtHdr #mainContent h3 {
	color: #006699;
	font-size: 100%;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339999;
}
.twoColFixLtHdr #mainContent p {
	font-size: 90%;
	color: #336666;
	line-height: 120%;
	margin: 0px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #mainContent a {
	color: #1A4081;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #990099;
}
.twoColFixLtHdr #mainContent li {
	color: #006699;
	padding-bottom: 6px;
	margin: 0px;
	font-size: 100%;
}
.twoColFixLtHdr #mainContent ul {
	margin-top: 4px;
	margin-bottom: 4px;
}
.twoColFixLtHdr #mainContent img {
	padding: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #ECECEC;
}
.twoColFixLtHdr #mainContent #partyheader img {
	background-image: url(../images/paper-main.jpg);
	background-position: -260px 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #partyheader h1 {
	color: #006699;
	font-size: 200%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.twoColFixLtHdr #partyheader {
	padding-right: 200px;
}
.twoColFixLtHdr #partyheader .brown-text  {
	font-size: 120%;
	font-style: italic;
	color: #003366;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 100%;
}
.twoColFixLtHdr #footercontainer {
	background-image: url(../images/shadow-footer.png);
	width: 990px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.twoColFixLtHdr #footer {
	margin-left: 45px;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	margin-right: 45px;
	height: 125px;
	background-image: url(../images/paper-footer2.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer a {
	color: #1A4081;
}
.twoColFixLtHdr #footer a:hover {
	color: #990099;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #1A4081;
	text-align: center;
	font-size: 85%;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.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. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #mainContent #photos {
	text-align: center;
	padding: 6px;
}
.twoColFixLtHdr #container #mainContent #photos img {
	padding: 6px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
