@charset "utf-8";

/* BODY */
* {
	position:relative;
	font-weight:normal;
	margin:0;
	padding:0;
	z-index:10;
}
html {
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	width:100%;
	height:100%;
	background:url('/images/layout/bg.jpg');
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	overflow:hidden;
	z-index:1;
}

/* PAGE */
.container {
	border:solid 1px #666666;
	width:975px;
	height:560px;
	/*overflow:hidden;*/
}
.right {
	width:225px;
}
.left {
	width:225px;
}
.main {
	width:740px;
}
.full {
	width:965px;
}
.gallerythumb {
	width:90px;height:80px;border:solid 1px #333333;padding:2px;overflow:hidden;margin:0 4px 3px 0;text-align:center;
}

/* CLASSES */
.button {
	background:none;
	border:none;
	padding:0;
	text-align:left;
	margin:0 0 0 -4px;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	color:#ffde3b;
	cursor:hand;
	cursor:pointer;
}
.buttonup {
	z-index:11;
}
.buttondown {
	position:absolute;
	display:none;
	z-index:10;
	margin:0;
}
.navmenu {
	margin:0 0 0 10px;
}
.navmenu td {
	padding:0 8px;
}
.navmenu a {
	z-index:1000;
}
.navmenu ul {
	position:absolute;
	bottom:0;
	padding:8px 8px 30px 8px;
	margin:0 0 0 -8px;
	background:url('../images/layout/bg.jpg');
	width:10em;
	z-index:999;
	display:none;
}
.navmenu ul li {
	line-height:24px;
}
.hover ul {
	display:block;
}
