HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY {
	text-align: center;
	background: #000000 url('/img/bg.jpg') center center no-repeat;
}

* {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
}

BODY > TABLE {
	text-align: center;
	width: 855px;
	height: 100%;
	background-image: url('/img/menubg.png');
	background-repeat: repeat-y;
	background-position: right top;
}

A:link, A:visited {
	color: #0066ff;
	text-decoration: none;
}

A:hover, A:active {
	color: #ff6600;
}

H1 {
	letter-spacing: 1px;
	margin: 0px 0px 15px;
	font-size: 20px;
	font-weight: normal;
	/*font-family: Tahoma;
	background-image: url('/img/line2.png');
	background-position: bottom center;
	background-repeat: no-repeat;*/
}

TABLE { 
	empty-cells:show; 
}

INPUT, TEXTAREA {
	background: #333333;
	border: 2px solid #666666;
	padding: 1px 3px;
}

#content_td {
	background-image: url('/img/line.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#line {
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url('/img/line2.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content_div {
	width: 490px;
	height: 570px;
	margin: 15px 15px 0px;
	padding: 0px;
	overflow: hidden;
}

#content {
	margin: 0px;
	padding: 0px;
}

.menubg {
	background-image: url('/img/menubg.png');
	background-repeat: repeat-y;
	background-position: left top;
}

#menu {
	list-style-type: none;
	margin: 0px 30px;
	padding: 0px;
	text-align: left;
}

#menu LI {
	padding: 0px 0px 1px;
}

#menu LI.bg {
	background: transparent url('/img/menubg2.png') left bottom repeat-x;
}

#menu A:link, #menu A:visited {
	display: block;
	padding: 0px 0px 0px 40px;
	font-size: 15px ! important;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	color: #aaaaaa;
	background: transparent url('/img/menulink.png') left center no-repeat;
}

#menu A:hover, #menu A:active {
	color: #ffffff;
	background: transparent url('/img/menulink-hover.png') left center no-repeat;
}

#info {
	font-size: 12px;
	color: #333333;
}

#photos IMG {
	margin: 5px;
	cursor: pointer;
}

#floater {
	padding: 10px;
	background: #ffffff;
	cursor: pointer;
}
