body {
	margin: 0px;
	padding: 0px;
	background: #070707 url(01_bg.png) repeat-x left top;
}
body, table {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 12px;
}
textarea {
	resize: none;
}
img {
	border: 0px none;
}
a {
	outline: none;
	color: #e79608;
	text-decoration: none;
}
h1, h2, h3 {
	color: #ffffff;
	font-weight: normal;
}
h2, h3 {
	color: #e79608;
}
h1, h2, h3, p {
	padding: 0px;
	margin: 10px 0px;
}
#page {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 775px;
	margin-left: -387px;
}
#glow {
	position: absolute;
	left: -77px;
	top: 0px;
}
#logo {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 775px;
	margin-left: -387px;
	text-align: center;
}
#logo img {
	vertical-align: top;
}
#content {
	padding: 240px 10px 20px 10px;
	color: #a0a0a0;
}
#menu {
	position: absolute;
	left: 50%;
	margin-left: -381px;
	top: 150px;
	height: 60px;
	width: 783px;
	background: transparent url(menu.png) no-repeat left top;
}
#menu img {
	vertical-align: top;
}
#menuslider {
	position: absolute;
	left: 0px;
	top: 2px;
}
#menu a {
	display: block;
	float: left;
	width: 153px;
	height: 60px;
}/*
#menu a:hover {
	background-position: left -60px;
}
#menu a.selected {
	background-position: left bottom;
}*/
#menu span {
	display: none;
}
#footer {
	background: transparent url(bottom.png) no-repeat left top;
	width: 775px;
	height: 121px;
	color: #a0a0a0;
	text-align: center;
}

#contactform input[type=text] {
	background: transparent;
	font-size: 16px;
	font-family: Helvetica;
	color: white;
	overflow: hidden;
	width: 208px;
	padding: 7px 5px 0px 5px;
	height: 26px;
	border: 0px none;
	outline: none;
	margin: 0px;
}
#contactform div.input {
	background: transparent url(input.png) no-repeat left top;
	width: 218px;
	height: 33px;
}
#contactform div.input.hover, #contactform div.input.focus {
	background-position: left bottom;
}
#contactform textarea {
	background: transparent;
	width: 464px;
	padding: 0px;
	margin: 5px;
	height: 91px;
	border: 0px none;
	outline: none;
	font-size: 16px;
	font-family: Helvetica;
	color: white;
	overflow-x: hidden;
	overflow-y: auto;
}
#contactform div.textarea {
	background: transparent url(textarea.png) no-repeat left top;
	width: 479px;
	height: 111px;
}
#contactform div.textarea.hover, #contactform div.textarea.focus {
	background-position: left bottom;
}
.gallbg {
	background: transparent url(gal_bg.png) no-repeat;
	width: 135px;
	height: 190px;
	float: left;
	margin: 20px 7px;
}
.gallbg img {
	margin: 5px;
}