@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	display: block;
}

.menuoption {
	color: #ed1849;
	font-size: 14px;
	line-height: 30px;
	display: block;
	text-decoration: none;
}

.menuoption:link {

}

.menuoption:visited {

}

.menuoption:hover {
	background-color: #dddddd;
	font-weight: bold;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	background: url(images/tentbg.gif) no-repeat scroll right bottom;
	margin-left: 200px;
}

.head1 {
	color: #ed1849;
	font: 22px/26px Arial, Helvetica, sans-serif;
}

.head2 {
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}

.head3 {
	color: #333;
	text-align: left;
	font: bold 16px/22px Arial, Helvetica, sans-serif;
}

.text {
	font:13px/18px Arial, Helvetica, sans-serif; color: #000;
	text-align:left;
}

.footer {
	color: #000;
	font:10px/12px arial, helvetica, sans-serif; 
	text-align: left;
}

.line {
	border-bottom: 1px solid #ed1849;
	clear:  right;
	}

.rightphoto {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.leftphoto {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.thumbnail {
	padding-right: 10px;
	padding-bottom: 10px;
}

.thankstable {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	padding: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.thankstable td {
		font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
		vertical-align: top;
}