/* Main Page formatting for Tent pages */


#main {
	position : relative;
	float : left;
	width : 700px;
	font-family : Arial, sans-serif;
}

#main h1 {
	font-size : 26px;
	text-align : center;
}

#main h2 {
	font-size : 16px;
	text-align : center;
}

#main h3 {
	font-size : 12px;
	text-align : center;
}

#main h4 {
	font-size : 12px;
	text-align : center;
	color : #0000ff;
	margin-top : -0.6em;
}

#main p {
	margin : 0;
	font-size : 14px;
	padding : 0;
}

#main a:link, #main a:hover, #main a:active, #main a:focus, #main a:visited {
	font-size : 14px;
	text-align : center;
}

.butext {
	font-weight : bold;
	text-decoration : underline;
}

.bluetext {
	font-size : 16px;
	color : #3030ff;
}

#bluetext a:link, #bluetext a:hover, #bluetext a:active, #bluetext a:focus, #bluetext a:visited {
	font-size : 18px;
	text-align : center;
}

div.tentblock-mid {
	float : left;
	width : 480px;
	padding : 10px 80px 10px 60px;
	margin-left : 20px;
	text-align : center;
}

div.tentblock-wide {
	float : left;
	width : 540px;
	padding : 10px 60px 10px 40px;
	text-align : center;
}

div.tentlist-left {
	float : left;
	clear : left;
	width : 200px;
	padding-top : 15px;
	text-align : left;
	font-size : 1.2em;
}

div.tentlist-right {
	float : right;
	clear : right;
	width : 300px;
}

div.detailtext-left {
	text-align : left;
	line-height : 140%;
}

div.detailtext-right {
	text-align : right;
	line-height : 140%;
}

div.tentdetail {
	float : left;
	width : 240px;
	text-align : center;
	padding : 0 10px 0 10px;
}

div.seating {
	width : 100%;
	float : left;
	padding-top : 20px;
	padding-bottom : 20px;
}

div.seating-small {
	float : left;
	width : 160px;
	padding : 10px 30px 10px 30px;
}

div.seating-large {
	float : left;
	width : 320px;
	font-family : "Comic Sans MS", sans-serif;
	padding: 10px 30px 10px 30px;
	text-align : center;
}

div.allowances-small {
	float : left;
	width : 140px;
	padding : 0 60px 0 0;
}

div.allowances-large {
	float : left;
	width : 300px;
	padding: 0 0 0 100px;
	text-align : left;
}

div.spacer {
	padding-top : 5px;
	visibility : hidden;
}

.copyright {
	position : relative;
	top : 20px;
	font-size : 9px;
	padding-left : 300px;
	padding-bottom : 50px;
}

div.w3c {
	position : relative;
	left : 0;
	width : 800px;
	padding-top : 150px;
	padding-bottom : 20px;
}

#footer-block {
	background-image : url('footerpic.png');
	position : fixed;
	bottom : 0;
	left : 0;
	z-index : 99;
	height : 20px;
	width : 100%;
}

#footer {
	clear : both;
	width : 400px;
	margin-left : 425px;
	padding-top : 20px;
	padding-bottom : 30px;
	font-size : 9px;
	text-align : center;
	color : #008000;
	background : #ffffff none;
}
