
	img {
		border: 0px;
	}

	#container {
		min-width: 1000px;
		max-width: 1024px;	
	}

		#header {
			height: 250px;
		}

			#navigator {
				padding-left: 350px;
				padding-top: 50px;
				font-weight: bold;
				font-size: 16px;
			}

				#navigator ul {
					display: block;
					text-align: left;
					list-style-type: none;
					margin: 0px;
					padding: 0px;
				}

				#navigator li {
					margin: 0px;
					float: left;
					line-height: 30px;
					padding-left: 10px;
					padding-right: 10px;
				}
				
				#language {
					font-size: 10px;
					position: absolute;
					top: 10px;
					left: 10px;
				}

			#navigator a, #footer a {
				font-weight: bold;
				color: #dccaaa;
				text-decoration: none;
			}

				#navigator a:visited, #footer a:visited {
					text-decoration: none;
				}

				#navigator a:hover, #footer a:hover {
					color:#995533;
				}

		#banner {
			text-align: center;
		}

		#center {
			margin-left: 180px;
			margin-right: 180px;
			border-top: 0px;
			min-height: 600px;
			margin-bottom: 10px;
		}
		
			#content {
				margin:0px auto 0px auto;
				padding: 0px;
				text-align: left;
				color: #997744;
			}
				
				#content #text {
					padding: 10px;
				}

					#text em {
						font-weight: bold;
						color: #000022;
					}
					
					#gallery {
					  height: auto;
					  overflow: auto;
					  margin: 10px;
					  text-align: center;
					  padding-left: 19px;
					  padding-top: 15px;
					}

						.box {
						  float: left;
						  width: 120px;
						  height: 88px;
						  overflow: hidden;
						  margin-left: 3px;
						  margin-bottom: 3px;
						}

							.box a img {
							filter:alpha(opacity=75);
							-moz-opacity: 0.70;
							opacity: 0.70;
							}

								.box a:hover img {
								filter:alpha(opacity=100);
								-moz-opacity: 1.0;
								opacity: 1.0;
								}
					

				#content h1 {
					width: 512px;
					height: 40px;
					background-image: url("img/h1.jpg");
					padding: 0px;
					margin: 0px;
					color: #FFFFFF;
					text-align: left;
					font-size: 18px;
					line-height: 40px;
				}
				
				#content h2 {
					color: #DDDAAA;
					font-size: 16px;
				}
				
				#content a {
					font-weight: bold;
					color: #cccaaa;
					text-decoration: none;
				}

					#content a:visited {
						text-decoration: none;
					}

					#content a:hover {
						color:#ffccaa;
					}		
					
				#text img {
					padding-left: 10px;
				}		
			
			#content dt {
				color: #BB9988;
				font-weight: bold;
				font-size: 13px;
			}
			
			#content dd {
				margin-bottom: 10px;
				font-size: 11px;
			}
			
		#footer {
			background-image: url("img/footer.jpg");
			height: 48px;
		}

			#copyright {
				padding-top: 15px;
				color: #FFFFFF;
				font-size: 13px;
			}



