/* Main Page formatting for Tent picture pages */


#main {
	position : relative;
	float : left;
	width : 600px;
	height : 600px;
	padding-left : 50px;
	font-family : Arial, sans-serif;
}

#main h1 {
	font-size : 26px;
	text-align : center;
}

#main h2 {
	font-size : 16px;
	text-align : center;
}

div.centrepic {
	float : left;
	width : 500px;
	padding-left : 55px;
}

#fullblock {
	float : left;
	width : 100%;
	padding-bottom : 50px;
}

#fullblock-narrower {
	float : left;
	width : 80%;
	padding-left : 13%;
	padding-bottom : 50px;
}

div.pic-blank {
	float : left;
	width : 126px;
	padding : 10px 11px 10px 10px;
	visibility : hidden;
}

div.pic-left {
	float : left;
	width : 126px;
	padding : 10px 11px 10px 10px;
}

div.pic-regular {
	float : left;
	width : 126px;
	padding : 10px 11px 10px 10px;
}

div.pic-side {
	float : left;
	width : 126px;
	padding : 0 1px 9px 0;
}

div.pic-large {
	float : left;
	width : 416px;
	padding : 10px 10px 10px 10px;
}

#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;
}

.copyright {
	position : relative;
	top : 20px;
	font-size : 9px;
	padding-left : 300px;
	padding-bottom : 50px;
}

div.w3c {
	position : relative;
	left : 0;
	width : 800px;
	padding-bottom : 20px;
}
