@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 13px;
	background-color: #c0c0c0;
}
p {
	margin-bottom: 15px;
}
.vt {
	width: 500px;
	height: 370px;
	border: solid 1px #000000;
	padding: 5px;
}
.centered {
	text-align: center;
}
ul {
	margin-left: 20px;
}
	ul li {
		margin-bottom: 15px;
	}
		ul li ul li {
			margin-bottom: 2px;
		}
		ul li .head {
			font-weight: bold;
		}
a:link {font-size: 18px; color: #000000; text-decoration: none;}
a:visited {font-size: 18px; color: #000000; text-decoration: none;}
a:hover {font-size: 18px; color: #000000; text-decoration: underline;}
a:active {font-size: 18px; color: #000000; text-decoration: none;}

.container {
	background-color: #FFFFFF;
	border: solid 3px #000000;
	padding: 5px;
	margin: auto;
	width: 780px;
}
table {
	margin: auto;
}
	table tr td.flower {
		background-image: url(../images/header_flower.jpg);
		background-repeat: no-repeat;
		position: relative;
		height: 160px;
		* height: 25px;
		padding-top: 0px;
		border: solid 1px #000000;
		border-bottom: none;
	}
		table tr td.flower .homelink {
			text-align: center;
		}
		table tr td.flower .rotation {
			width: 155px;
			height: 118px;
			margin-top: 7px;
			margin-bottom: 9px;
			margin-left: 7px;
			* margin-left: 0px;
		}
	table tr td.logo {
		background-image: url(../images/header_logo.png);
		background-repeat: no-repeat;
		border-top: solid 1px #FFFFFF;
		height: 160px;
		* height: 25px;
		padding-top: 15px;
		padding-left: 15px;
	}
		table tr td.logo .nav {
			text-align: left;
		}
		table tr td.logo img.laloggapart {
			position: relative;
			top: -15px;
			right: -190px;
			/* margin: -117px 10px auto auto; */
		}
	table tr td.accreds {
		border: solid 1px #000000;
		border-top: none;
		vertical-align: top;
	}
		table tr td.accreds .vtlink {
			display: block;
			margin-top: 3px;
			margin-bottom: 35px;
		}
		table tr td.accreds .naaaccreds {
			display: block;
			margin-top: 35px;
		}	
	table tr td.content {
		vertical-align: top;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
	}
		table tr td.content a:link {font-size: 13px; color: #0000FF;}
		table tr td.content a:visited {font-size: 13px; color: #0000FF;}
		table tr td.content a:hover {font-size: 13px; color: #FF0000;}
		table tr td.content a:active {font-size: 13px; color: #0000FF;}
		table tr td.content .gallery_page {
			width: 500px;
			text-align: center;
			margin: auto;
			font-size: 18px;
		}
			table tr td.content .gallery_page img {
				border: solid 1px #000000;
				margin: 5px;
			}
			table tr td.content .gallery_page a:link {text-decoration: underline;}
			table tr td.content .gallery_page a: visited {text-decoration: underline;}
			table tr td.content .gallery_page a:hover {text-decoration: underline;}
			table tr td.content .gallery_page a:active {text-decoration: underline;}
			
		table tr td.content .pagepics {
			float: right;
			width: 200px;
			margin-left: 5px;
		}
			table tr td.content .pagepics img {
				margin: 3px auto 3px auto;
			}
		table tr td.content .gallery {
			text-align: center;
			margin: auto;
			width: 460px;
		}
			table tr td.content .gallery .imageset {
				width: 201px;
				float: left;
				margin: 10px;
			}
				table tr td.content .gallery .final {
					margin: auto;
				}
					table tr td.content .gallery .final .imagesubs img {
						margin: 5px 18px auto 0px;
					}
						table tr td.content .gallery .final .imagesubs img.right {
						margin-right: 0px;
					}
				table tr td.content .gallery .imageset .imagesubs img {
					margin: 5px 18px auto 0px;
				}
					table tr td.content .gallery .imageset .imagesubs img.right {
						margin-right: 0px;
					}
		table tr td.content .welcome {
			text-align: center;
		}
		table tr td.content .address {
			text-align: center;
			clear: both;
			margin: 35px auto 35px auto;
		}
	table tr td.footerleft {
		background-image: url(../images/bg_footerleft.png);
		background-repeat: no-repeat;
		background-color: #9ccaff;
		margin-top: 3px;
		height: 24px;
		color: #FFFFFF;
		text-align: center;
	}
	table tr td.footerright {
		background-color: #9ccaff;
	}
form table tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}