body {
	background-image: url("./images/background.jpg");
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	
	font-size: 11px;
	font-family: Verdana;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 11px;
}

#body {
	margin-left: auto;
	margin-right: auto;
	
	width: 750px;
}

a:LINK, a:VISITED, a:ACTIVE {
	color: #A1110E;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

#header {
	background-image: url("./images/header.gif");
	
	height: 49px;
}

#searchbox {
	padding-top: 5px;
	margin-right: 5px;
	margin-left: auto;
	
	width: 230px;
	height: 25px;
}

#banner {
	background-image: url("./images/banner.jpg");
	
	padding-top: 247px;
	
	height: 25px;
}

#menu {
	padding-left: 8px;
	padding-right: 8px;
	
	height: 25px;
	line-height: 25px;
	
	overflow: hidden;
	
	text-align: center;
}

#menu a:LINK, #menu a:VISITED, #menu a:ACTIVE {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:HOVER {
	text-decoration: underline;
}

.menu-item {
	float: left;
}

.menu-item-separator {
	float: left;
	
	margin-left: 4px;
	margin-right: 4px;
	
	background-color: #A81F1E;
	width: 1px;
	
	overflow: hidden;
}

.menu-sub-separator {
	background-color: #880F0E;
	overflow: hidden;
	height: 1px;
}

.menu-sub-item {
	padding: 0.7em;
}

.menu-sub-item a:LINK, .menu-sub-item a:VISITED, .menu-sub-item a:ACTIVE {
	color: #FFFFFF;
	text-decoration: none;
}

.menu-sub-item a:HOVER {
	text-decoration: underline;
}

#page {
	background-image: url("./images/page.jpg");
	background-repeat: repeat-y;
	background-position: right top;
	
	background-color: #B6D7F6;
}

#page-photos {
	float: left;
	
	padding-left: 25px;
	padding-right: 25px;
	
	padding-top: 40px;
	padding-bottom: 40px;
	
	width: 185px;
}

.page-photos-photo {
	margin-top: 30px;
	margin-bottom: 30px;
	
	padding: 6px;
	
	width: 170px;
	height: 133px;
}

.page-photos-photo-green {
	background-image: url("./images/picture-green.gif");
}

.page-photos-photo-red {
	background-image: url("./images/picture-red.gif");
}

#page-main {
	float: left;
	
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 40px;
	
	text-align: justify;
	width: 455px;
	
	line-height: 1.6em;
}

#card-path {
	margin-bottom: 1em;
	
	color: #A1110E;
}

#gallery, #search {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
	line-height: 1.6em;
}

.search-box-label {
	float: left;
	
	margin-right: 1ex;
	width: 100px;
	
	text-align: right;
	line-height: 20px;
}

.search-box-input {
	float: left;

	width: 300px;
}

.search-box-submit {
	margin-top: 1em;
	margin-right: 2ex;
	width: 400px;
	text-align: right;
}

#gallery-nodes {
	padding: 0px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 1em;
	
	line-height: 1.7em;
}

#gallery-description {
	text-align: justify;
}

#gallery-pictures {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	
	overflow: hidden;
}

.gallery-picture {
	float: left;
	background-color: #deefff;
	border: 1px solid #95c5f3;
	padding: 8px;
	margin: 5px;
	width: 110px;
	height: 110px;
	text-align: center;
	overflow: hidden;
}

#gallery-back {
	margin-right: 50px;
	margin-bottom: 5px;
	
	text-align: right;
}

#page-footer-grass {
	background-image: url("./images/grass.gif");
	
	height: 53px;
}

#page-footer {
	background-color: #C02524;
	color: #FFFFFF;
	
	padding-right: 25px;
	
	height: 28px;
	
	overflow: hidden;
}

#page-footer a:LINK, #page-footer a:VISITED, #page-footer a:ACTIVE {
	color: #FFFFFF;
	text-decoration: none;
}

#page-footer a:HOVER {
	text-decoration: underline;
}

#page-footer-line {
	background-color: #3A2B24;
	
	height: 3px;
	
	overflow: hidden;
}

#footer {
	color: #FFFFFF;
	
	text-align: center;
	font-weight: bold;
}

.clear {
	clear: both;
	
	visibility: hidden;
	overflow: hidden;
	
	height: 0px;
}

