﻿html
{
	height: 100%
}

body
{
	height: 100%;
	margin: 0px;
}

body.home
{
	background-image: url('../images/home-bg_02.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #590e00;
	text-align: center;
}

body.history
{
	background-image: url('../images/history-main-bg_02.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #590e00;
	text-align: center;
}

body.ornaments 
{
	background-image: url('../images/ornaments-main-bg_02.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #590e00;
	text-align: center;
}

body.event
{
	background-image: url('../images/event-main-bg_02.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #590e00;
	text-align: center;
}

body.help
{
	background-image: url('../images/help-body-bg_02.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #590e00;
	text-align: center;
}

body.gallery
{
	background-color: #ffffff;
	text-align: center;
}


#nav
{
	position: relative;
	top: 140px;
	left: 0px;
}

#home-content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 959px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('../images/home-main-bg_02.jpg');
	background-repeat: no-repeat;
	text-align: left;
}

#home-text
{
	position: relative;
	top: 305px;
	left: 15px;
	width: 450px;
	clear: both;
	height: auto;
	line-height: 1.2em;
}

#history-content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 933px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('../images/history-bg_02.jpg');
	background-repeat: no-repeat;
	text-align: left;
}

#ornaments-content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 1100px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('../images/ornament-mail-bg_02.jpg');
	background-repeat: no-repeat;
	text-align: left;
}

#ornaments-text
{
	position: relative;
	top: 165px;
	left: 0px;
	width: 1000px;
	clear: both;
	height: auto;
}

#history-text
{
	position: relative;
	top: 220px;
	left: 500px;
	width: 440px;
	clear: both;
	height: auto;
}

#event-content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 1123px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('../images/event-bg_04.jpg');
	background-repeat: no-repeat;
	text-align: left;
}

#event-text-left
{
	position: absolute;
	top: 180px;
	left: 10px;
	width: 460px;
	clear: both;
	height: auto;
}

#event-text-right
{
	position: absolute;
	top: 180px;
	left: 510px;
	width: 460px;
	clear: both;
	height: auto;
}

#help-content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 780px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('../images/help-main-bg_04.jpg');
	background-repeat: no-repeat;
	text-align: left;
}


#footer
{
	position: relative;
	top: 50px;
	left: 0px;
	width: 1004px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#sponsors
{
	position: absolute;
	top: 730px;
	left: 520px;
	width: 450px;
	margin: 0px;
}

div.green
{
	background-color: #90946a;
	padding: 3px;
	width: 350px;
	display: table-cell;
}


#courtesy-of {
	position: absolute;
	width: 300px;
	left: 598px;
	top: 485px;
	z-index: 9;
	text-align: center;
}

/* end */
