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

body {
	margin: 0;
	background: #8d7b6d;
	color: #888;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}

#container {
	margin: 0 auto;
	width: 800px;
	min-height: 600px;
	padding: 0 5px;
	background: #fff;
}

#header { width: auto; padding:0; margin: 0; height: 200px; overflow:hidden; border-bottom: 2px solid #fff; }
#header .logo { float: right; border: none; padding: 0; margin: 0; }
#header h1 { float: right; padding: 0; margin: 0; }
#header h2 { padding: 0; margin: 0; font-size: 13px; color:#f0f0f0; text-transform:uppercase; letter-spacing:5px; font-weight:normal; }
#header #description { float: right; padding: 98px 10px 10px 10px; margin: 0 2px 0 0; background:#cacaca; width: 331px; height:100px; font-size: 14px; color: #333; overflow:hidden; text-align: right; }
#header #deco { float: left; width: 245px; margin:0; height: 200px; background: khaki url(images/deco2.jpg) no-repeat; }

#nav {background:#f0f0f0; width:780px; height:auto; padding: 12px 10px; }
#nav ul { padding: 0; margin:0; text-align: center; }
#nav li { list-style: none; padding:0 10px; line-height:20px; display: inline-table; }
#nav a { color:#222; text-decoration:none; font-weight:normal; letter-spacing:0px; font-size:12px; }
#nav a:visited { color: #222; }
#nav a:hover { color: #000; }

#content {
	width: 750px;
	padding: 15px;
	min-height: 400px;
	background: #fff;
	border: 10px solid #f0f0f0;
}
#content #menu-img { padding-bottom: 5px; border:none }
#content #menu-img a, img { border:none; }
#content #menu-right-500 { float:right; padding-bottom:5px; }
#content #menu-right-295 { float:right; padding-bottom:5px; }
#content #menu-left-295 { float:left; padding-bottom:5px; }
#content #menu-left-500 { float:left; padding-bottom:5px; }
#content h3 { clear:both; padding:0; color: #555; margin-bottom: 5px; font-size: 18px; letter-spacing:-1px; }

#content-text, #content-gallery {
	clear:both;
	background: none;
	width: auto;
	padding: 0;
	margin-bottom: 5px;
	color: #555;
	letter-spacing: 1px;
}
#content-gallery { text-align: center; }
#content-text h3, h4 { width:auto; height:auto; padding:10px; background:#cacaca; color:#fff; font-size:16px; letter-spacing:normal; margin: 3px 0; text-align:left; }


#footer {
	height: auto;
	width: 780px;
	padding: 30px 10px 20px 10px;
	font-size: 10px;
	text-align: center;
	background: #f0f0f0;
	color: #888;
}

#footer ul { padding: 0; margin:0;}
#footer li { display: inline-table; list-style:square; padding:0 5px;}
#footer a { color:#888; text-decoration:none; font-weight:normal; letter-spacing:-1px; font-size:12px; }
#footer a:visited { color: #888; }
#footer a:hover { color: #222; }


/* miscellaneous */




a, img { border:none; }


img.left {
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid #fff;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
	border: 2px solid #fff;
}



input, textarea {
	border: 1px solid #cacaca;
	background: #fff;
}
.button {
	border: 1px solid #111;
	background: #888;
	color: #fff;
	padding: 10px 30px;
}
.button:hover {
	background: #cacaca;
	color: #222;
}

th { background: #cacaca; color: #222; }

ul { list-style-type:square;  }

.menuimg:hover {
	border: 5px solid #orange;
	
}

#frontpage {
	position:absolute;
	z-index: -1px;
}